diff options
Diffstat (limited to 'TAO/tao/Pluggable_Messaging.h')
-rw-r--r-- | TAO/tao/Pluggable_Messaging.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/Pluggable_Messaging.h b/TAO/tao/Pluggable_Messaging.h index 86989c0865b..6520abad3a3 100644 --- a/TAO/tao/Pluggable_Messaging.h +++ b/TAO/tao/Pluggable_Messaging.h @@ -26,6 +26,10 @@ #include "tao/Basic_Types.h" +class ACE_Time_Value; + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + namespace CORBA { class Exception; @@ -40,8 +44,6 @@ class TAO_Target_Specification; class TAO_OutputCDR; class TAO_Queued_Data; -class ACE_Time_Value; - // @@ The more I think I about this class, I feel that this class need // not be a ABC as it is now. Instead we have these options // (1) Parametrize this class with the "Messaging Object". Then the @@ -178,6 +180,8 @@ public: virtual TAO_OutputCDR &out_stream (void) = 0; }; +TAO_END_VERSIONED_NAMESPACE_DECL + #include /**/ "ace/post.h" #endif /*TAO_PLUGGABLE_MESSAGING_H*/ |