#include <CEC_EventChannel.h>
Public Member Functions | |
u_long | operator() (PortableServer::ServantBase *const &ptr) const |
|
Definition at line 110 of file CEC_EventChannel.h.
00110 {
00111 return reinterpret_cast<u_long> (ptr);
00112 }
|