Public Types | Public Member Functions | Public Attributes
Tonido::System::SyncProxyToken Class Reference

A token that represents the context of a given synchronous proxy call. More...

List of all members.

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.

Detailed Description

A token that represents the context of a given synchronous proxy call.


Constructor & Destructor Documentation

Tonido::System::SyncProxyToken::SyncProxyToken ( )

Ctor.

details if needed ...

Tonido::System::SyncProxyToken::~SyncProxyToken ( )

Dtor.

details if needed ...


Member Function Documentation

bool Tonido::System::SyncProxyToken::operator< ( const SyncProxyToken right) const

Less Than Operator.

details if needed ...


Generated on Wed Oct 12 2011 21:46:54. © CodeLathe LLC 2007-2011. All Rights Reserved.