2 //=============================================================================
6 * @author Jeff Parsons <parsons@cs.wustl.edu>
8 //=============================================================================
14 #include "orbsvcs/IFRService/IFR_Service_Utils.h"
15 #include "tao/PortableServer/PortableServer.h"
18 #if !defined (ACE_LACKS_PRAGMA_ONCE)
20 #endif /* ACE_LACKS_PRAGMA_ONCE */
25 * A class that initializes, runs and shuts down
26 * the Interface Repository service.
31 /// Default constructor.
37 /// Initialize the IFR service.
41 /// Shut down the IFR Service.
44 /// Run the IFR service.
47 /// Shutdown the Service.
51 /// Reference to our ORB.
54 /// IFR Server instance.
55 TAO_IFR_Server my_ifr_server_
;
58 #endif /* IFR_SERVICE_H */