summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/LogActivator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/LogActivator.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/LogActivator.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/LogActivator.h b/TAO/orbsvcs/orbsvcs/Log/LogActivator.h
index c25f466b0ed..52905fa6988 100644
--- a/TAO/orbsvcs/orbsvcs/Log/LogActivator.h
+++ b/TAO/orbsvcs/orbsvcs/Log/LogActivator.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -18,13 +18,11 @@
#if (TAO_HAS_MINIMUM_POA == 0)
-#include "orbsvcs/Log/log_serv_export.h"
+#include "log_serv_export.h"
#include "tao/PortableServer/PortableServer.h"
#include "tao/PortableServer/ServantActivatorC.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
// forward declarations
class TAO_LogMgr_i;
@@ -70,8 +68,6 @@ private:
TAO_LogMgr_i& logmgr_i_;
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#endif /* TAO_HAS_MINIMUM_POA */
#include /**/ "ace/post.h"