summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Context.cpp')
-rw-r--r--TAO/tao/DynamicInterface/Context.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/DynamicInterface/Context.cpp b/TAO/tao/DynamicInterface/Context.cpp
index 2e47f392f5f..3edab19588b 100644
--- a/TAO/tao/DynamicInterface/Context.cpp
+++ b/TAO/tao/DynamicInterface/Context.cpp
@@ -1,4 +1,4 @@
-#include "Context.h"
+#include "tao/DynamicInterface/Context.h"
ACE_RCSID (DynamicInterface,
Context,
@@ -12,9 +12,10 @@ ACE_RCSID (DynamicInterface,
#include "ace/Guard_T.h"
#if !defined (__ACE_INLINE__)
-# include "Context.inl"
+# include "tao/DynamicInterface/Context.inl"
#endif /* ! __ACE_INLINE__ */
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
CORBA::Context::Context (void)
: refcount_ (1)
@@ -199,4 +200,4 @@ CORBA::ContextList::_decr_refcnt (void)
}
}
-
+TAO_END_VERSIONED_NAMESPACE_DECL