summaryrefslogtreecommitdiff
path: root/TAO/tao/Services_Activate.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Services_Activate.h')
-rw-r--r--TAO/tao/Services_Activate.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tao/Services_Activate.h b/TAO/tao/Services_Activate.h
index d1e1905d8f6..582d6d3b94a 100644
--- a/TAO/tao/Services_Activate.h
+++ b/TAO/tao/Services_Activate.h
@@ -1,5 +1,3 @@
-// -*- C++ -*-
-
//=============================================================================
/**
* @file Services_Activate.h
@@ -9,6 +7,7 @@
* This is a generic interface that would be used to activate
* the services that are loaded through the svc.conf file
*
+ *
* @author Bala Natarajan <bala@cs.wustl.edu>
*/
//=============================================================================
@@ -25,8 +24,6 @@
#include "tao/SystemException.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_ORB_Core;
class TAO_Service_Callbacks;
@@ -57,8 +54,6 @@ public:
ACE_THROW_SPEC ((CORBA::SystemException)) = 0;
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /*TAO_SERVICES_ACTIVATE_H*/