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, 1 insertions, 7 deletions
diff --git a/TAO/tao/varbase.h b/TAO/tao/varbase.h
index 58b1a595c87..f2ba8aea77f 100644
--- a/TAO/tao/varbase.h
+++ b/TAO/tao/varbase.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+// This may look like C, but it's really -*- C++ -*-
//=============================================================================
/**
@@ -17,10 +17,6 @@
#define TAO_VARBASE_H
#include /**/ "ace/pre.h"
-#include "tao/Versioned_Namespace.h"
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
/**
* @class TAO_Base_var
*
@@ -43,7 +39,5 @@ private:
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_VARBASE_H */