summaryrefslogtreecommitdiff
path: root/TAO/tao/IFR_Client_Adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IFR_Client_Adapter.h')
-rw-r--r--TAO/tao/IFR_Client_Adapter.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/IFR_Client_Adapter.h b/TAO/tao/IFR_Client_Adapter.h
index 1d3240b853e..6bd15379c82 100644
--- a/TAO/tao/IFR_Client_Adapter.h
+++ b/TAO/tao/IFR_Client_Adapter.h
@@ -1,4 +1,4 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
//=============================================================================
/**
@@ -27,6 +27,8 @@
#include "tao/Basic_Types.h"
#include "tao/orbconf.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_OutputCDR;
namespace CORBA
@@ -96,5 +98,7 @@ public:
#endif /*TAO_HAS_MINIMUM_CORBA*/
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_IFR_CLIENT_ADAPTER_H */