summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_Dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Servant_Dispatcher.h')
-rw-r--r--TAO/tao/PortableServer/Servant_Dispatcher.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/Servant_Dispatcher.h b/TAO/tao/PortableServer/Servant_Dispatcher.h
index a71b949d84e..4ba8c3c4200 100644
--- a/TAO/tao/PortableServer/Servant_Dispatcher.h
+++ b/TAO/tao/PortableServer/Servant_Dispatcher.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -20,14 +20,17 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/SStringfwd.h"
#include "Servant_Upcall.h"
+#include "ace/SStringfwd.h"
+
+class ACE_Lock;
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// Forward references.
class TAO_POA_Manager;
class TAO_POA_Policy_Set;
class TAO_Root_POA;
-class ACE_Lock;
class TAO_ORB_Core;
class TAO_ServerRequest;
@@ -74,5 +77,7 @@ public:
ACE_ENV_ARG_DECL) = 0;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_SERVANT_DISPATCHER_H */