1 2 3 4 5 6 7 8 9 10 11
#ifndef _CORBA_CAL_FACTORY_H_ #define _CORBA_CAL_FACTORY_H_ /* The CORBA globals */ CORBA_ORB orb; PortableServer_POA poa; void init_corba_server (void); void unregister_calendar_services (void); #endif /* _CORBA_CAL_FACTORY_H_ */