20 #ifndef CO_SENDTOKEN_H 
   21 #define CO_SENDTOKEN_H 
   26 #include <lunchbox/referenced.h>  
   27 #include <boost/noncopyable.hpp> 
   32 class SendToken : 
public lunchbox::Referenced, 
public boost::noncopyable
 
   36     CO_API 
void release();
 
   45 #endif // CO_SENDTOKEN_H 
Defines export visibility macros for library Collage. 
 
lunchbox::RefPtr< Node > NodePtr
A reference pointer for Node pointers. 
 
Object-oriented network library. 
 
Node specialization for a local node.