#include <feeserver/fee_issue.hh>


Public Member Functions | |
| IssueThread (Main &main) | |
| void | SetCommand (Command &c) |
| void | SetAcknowledge (Acknowledge &a) |
| void * | operator() () |
Protected Member Functions | |
| IssueThread (const IssueThread &) | |
| IssueThread & | operator= (const IssueThread &) |
Protected Attributes | |
| Main & | _main |
| Command * | _command |
| Acknowledge * | _acknowledge |
| FeeServer::IssueThread::IssueThread | ( | Main & | main | ) | [inline] |
Constructor
| FeeServer::IssueThread::IssueThread | ( | const IssueThread & | ) | [protected] |
Not implemented
| void FeeServer::IssueThread::SetCommand | ( | Command & | c | ) | [inline] |
Set the command information
| void FeeServer::IssueThread::SetAcknowledge | ( | Acknowledge & | a | ) | [inline] |
Set the acknowledge information
| void * FeeServer::IssueThread::operator() | ( | ) | [virtual] |
Do the thread thing
Implements FeeServer::Thread.
| IssueThread& FeeServer::IssueThread::operator= | ( | const IssueThread & | ) | [protected] |
Not implemented
Main& FeeServer::IssueThread::_main [protected] |
Reference to server.
Command* FeeServer::IssueThread::_command [protected] |
Command information
Acknowledge* FeeServer::IssueThread::_acknowledge [protected] |
Acknowledge information
1.5.6