summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype_Adapter.h')
-rw-r--r--TAO/tao/Valuetype_Adapter.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/Valuetype_Adapter.h b/TAO/tao/Valuetype_Adapter.h
index a0386ccf7e6..3dff9f15929 100644
--- a/TAO/tao/Valuetype_Adapter.h
+++ b/TAO/tao/Valuetype_Adapter.h
@@ -1,4 +1,4 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
//=============================================================================
/**
@@ -23,6 +23,8 @@
#include "tao/TAO_Export.h"
#include "tao/Basic_Types.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace CORBA
{
class Object;
@@ -76,5 +78,7 @@ public:
virtual CORBA::ValueFactory vf_map_find (const char *) = 0;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_VALUETYPE_ADAPTER_H */