summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Any_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Any_Impl.h')
-rw-r--r--TAO/tao/AnyTypeCode/Any_Impl.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/TAO/tao/AnyTypeCode/Any_Impl.h b/TAO/tao/AnyTypeCode/Any_Impl.h
index 9eaf83b482d..128072e25cc 100644
--- a/TAO/tao/AnyTypeCode/Any_Impl.h
+++ b/TAO/tao/AnyTypeCode/Any_Impl.h
@@ -1,13 +1,11 @@
// -*- C++ -*-
-
//=============================================================================
/**
* @file Any_Impl.h
*
* $Id$
*
- * @author Carlos O'Ryan
- * @author Jeff Parsons
+ * @authors Carlos O'Ryan and Jeff Parsons
*/
//=============================================================================
@@ -31,14 +29,10 @@
#include "ace/Thread_Mutex.h"
#include "ace/Atomic_Op.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-class ACE_Message_Block;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_OutputCDR;
class TAO_InputCDR;
+class ACE_Message_Block;
namespace CORBA
{
@@ -114,8 +108,6 @@ namespace TAO
};
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_ANY_IMPL_H */