Public Methods | |
| HxDataObjectInitializer (HxDataObjectInterceptor *i) | |
| virtual void | pre_init (PortableInterceptor::ORBInitInfo_ptr) | 
| virtual void | post_init (PortableInterceptor::ORBInitInfo_ptr info) | 
      
  | 
  
| 
 
 
 00029 : _interceptor(i) {}
 | 
  
      
  | 
  
| 
 
 
 00031 {}
 | 
  
      
  | 
  
| 
 
 
 00034     {
00035         try {
00036             info->add_server_request_interceptor(_interceptor);
00037         }
00038         catch(const PortableInterceptor::ORBInitInfo::DuplicateName&) {
00039             assert(false);
00040         }
00041     }
 | 
  
1.2.12 written by Dimitri van Heesch,
 © 1997-2001