summaryrefslogtreecommitdiff
path: root/TAO/tao/operation_details.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/operation_details.h')
-rw-r--r--TAO/tao/operation_details.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/operation_details.h b/TAO/tao/operation_details.h
index 241635d7a20..d10dc54ed11 100644
--- a/TAO/tao/operation_details.h
+++ b/TAO/tao/operation_details.h
@@ -1,4 +1,4 @@
-// This may look like C, but it's really -*- C++ -*-
+// -*- C++ -*-
//=============================================================================
/**
* @file operation_details.h
@@ -25,6 +25,8 @@
#include "target_specification.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/// Forward declarations
namespace Dynamic
{
@@ -210,6 +212,8 @@ private:
#endif /*TAO_HAS_INTERCEPTORS == 1*/
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
# include "operation_details.i"
#endif /* __ACE_INLINE__ */