summaryrefslogtreecommitdiff
path: root/TAO/tao/varbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/varbase.h')
-rw-r--r--TAO/tao/varbase.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/varbase.h b/TAO/tao/varbase.h
index f2ba8aea77f..58b1a595c87 100644
--- a/TAO/tao/varbase.h
+++ b/TAO/tao/varbase.h
@@ -1,4 +1,4 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
//=============================================================================
/**
@@ -17,6 +17,10 @@
#define TAO_VARBASE_H
#include /**/ "ace/pre.h"
+#include "tao/Versioned_Namespace.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class TAO_Base_var
*
@@ -39,5 +43,7 @@ private:
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_VARBASE_H */