summaryrefslogtreecommitdiff
path: root/TAO/tao/CDR.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CDR.h')
-rw-r--r--TAO/tao/CDR.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h
index 91ebea856a1..d06f563a582 100644
--- a/TAO/tao/CDR.h
+++ b/TAO/tao/CDR.h
@@ -1,4 +1,5 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
+
//=============================================================================
/**
* @file CDR.h
@@ -54,6 +55,8 @@
#include "tao/Basic_Types.h"
#include "tao/orbconf.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_ORB_Core;
namespace CORBA
@@ -339,5 +342,7 @@ TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &is,
CORBA::WChar* &x);
#endif /* __ACE_INLINE */
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_CDR_H */