#include <CEC_TypedEventChannel.h>
Public Member Functions | |
u_long | operator() (PortableServer::ServantBase *const &ptr) const |
|
Definition at line 119 of file CEC_TypedEventChannel.h.
00119 {
00120 return reinterpret_cast<u_long> (ptr);
00121 }
|