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.
32 /// Default constructor.
38 /// Initialize the IFR service.
42 /// Shut down the IFR Service.
45 /// Run the IFR service.
48 /// Shutdown the Service.
52 /// Reference to our ORB.
55 /// IFR Server instance.
56 TAO_IFR_Server my_ifr_server_
;
59 #endif /* IFR_SERVICE_H */