summaryrefslogtreecommitdiff
path: root/TAO/tao/Synch_Reply_Dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Synch_Reply_Dispatcher.h')
-rw-r--r--TAO/tao/Synch_Reply_Dispatcher.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tao/Synch_Reply_Dispatcher.h b/TAO/tao/Synch_Reply_Dispatcher.h
index c22e515cd47..6774d5c2d87 100644
--- a/TAO/tao/Synch_Reply_Dispatcher.h
+++ b/TAO/tao/Synch_Reply_Dispatcher.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+// This may look like C, but it's really -*- C++ -*-
//=============================================================================
/**
@@ -6,7 +6,8 @@
*
* $Id$
*
- * Dispatch the reply appropriately.
+ * Dispatch the reply appropriately.
+ *
*
* @author Alexander Babu Arulanthu <alex@cs.wustl.edu>
*/
@@ -26,8 +27,6 @@
#include "tao/LF_Invocation_Event.h"
#include "tao/CDR.h"
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_Pluggable_Reply_Params;
namespace IOP
@@ -88,8 +87,6 @@ private:
TAO_InputCDR reply_cdr_;
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_REPLY_DISPATCHER_H */