summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Request.h')
-rw-r--r--TAO/tao/DynamicInterface/Request.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/TAO/tao/DynamicInterface/Request.h b/TAO/tao/DynamicInterface/Request.h
index 32cf720983b..21b59006fad 100644
--- a/TAO/tao/DynamicInterface/Request.h
+++ b/TAO/tao/DynamicInterface/Request.h
@@ -27,24 +27,24 @@
// To force execution of the static constructor
// that registers the dynamic service object.
-#include "Dynamic_Adapter_Impl.h"
+#include "tao/DynamicInterface/Dynamic_Adapter_Impl.h"
-#include "ExceptionList.h"
+#include "tao/DynamicInterface/ExceptionList.h"
#include "tao/ORB.h"
#include "tao/Environment.h"
-#include "tao/Sequence.h"
#include "tao/CDR.h"
#include "tao/AnyTypeCode/NVList.h"
#include "ace/SString.h"
-
#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO
#endif
#define TAO_EXPORT_MACRO TAO_DynamicInterface_Export
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace CORBA
{
class NVList;
@@ -266,8 +266,10 @@ namespace CORBA
};
} // End CORBA namespace.
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
-# include "Request.inl"
+# include "tao/DynamicInterface/Request.inl"
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"