A token that represents the context of a given synchronous proxy call. More...
Public Types | |
|
typedef boost::shared_ptr < SyncProxyToken > | SharedPtr |
Public Member Functions | |
| SyncProxyToken () | |
| Ctor. | |
| ~SyncProxyToken () | |
| Dtor. | |
| bool | operator< (const SyncProxyToken &right) const |
| Less Than Operator. | |
Public Attributes | |
| Poco::UUID | m_uuid |
| UUID associated with the token. | |
| Poco::NotificationQueue | m_queue |
| volatile bool | m_cancel |
| Indicates if the token wait was canceled. | |
| volatile bool | m_completed |
| Data::VariantRow | m_requestInfo |
| User defined structure to store any context. | |
A token that represents the context of a given synchronous proxy call.
| Tonido::System::SyncProxyToken::SyncProxyToken | ( | ) |
Ctor.
details if needed ...
| Tonido::System::SyncProxyToken::~SyncProxyToken | ( | ) |
Dtor.
details if needed ...
| bool Tonido::System::SyncProxyToken::operator< | ( | const SyncProxyToken & | right | ) | const |
Less Than Operator.
details if needed ...