summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Upcall_Wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Upcall_Wrapper.h')
-rw-r--r--TAO/tao/PortableServer/Upcall_Wrapper.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/Upcall_Wrapper.h b/TAO/tao/PortableServer/Upcall_Wrapper.h
index c6d62419310..f0ba3f1c7e0 100644
--- a/TAO/tao/PortableServer/Upcall_Wrapper.h
+++ b/TAO/tao/PortableServer/Upcall_Wrapper.h
@@ -17,7 +17,7 @@
#include /**/ "ace/pre.h"
-#include "portableserver_export.h"
+#include "tao/PortableServer/portableserver_export.h"
#ifndef ACE_LACKS_PRAGMA_ONCE
# pragma once
@@ -28,6 +28,8 @@
#include "ace/CORBA_macros.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_ServantBase;
class TAO_ServerRequest;
class TAO_InputCDR;
@@ -122,6 +124,7 @@ namespace TAO
} // End namespace TAO
+TAO_END_VERSIONED_NAMESPACE_DECL
#include /**/ "ace/post.h"