summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Naming_Service/Naming_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Naming_Service/Naming_Service.h')
-rw-r--r--TAO/orbsvcs/Naming_Service/Naming_Service.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/orbsvcs/Naming_Service/Naming_Service.h b/TAO/orbsvcs/Naming_Service/Naming_Service.h
index b2326ebabab..8bcbfcecf2d 100644
--- a/TAO/orbsvcs/Naming_Service/Naming_Service.h
+++ b/TAO/orbsvcs/Naming_Service/Naming_Service.h
@@ -21,7 +21,7 @@
#define TAO_NAMING_SERVICE_H
#include "tao/PortableServer/ORB_Manager.h"
-#include "orbsvcs/Naming/Naming_Server.h"
+#include "orbsvcs/orbsvcs/Naming/Naming_Utils.h"
class TAO_Naming_Service
{
@@ -42,15 +42,9 @@ public:
virtual int init (int argc, ACE_TCHAR* argv[]);
// Initialize the Naming Service with the arguments.
- virtual int fini (void);
- // The opposite of init().
-
int run (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS);
// Run the TAO_Naming_Service.
- void shutdown (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS);
- // Shut down the TAO_Naming_Service; you must still call fini().
-
virtual ~TAO_Naming_Service (void);
// Destructor.