diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 11:03:27 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 11:03:27 +0000 |
commit | d30481a515e68817ee812e6527f0e4afeb21651e (patch) | |
tree | 7b729be96bfa676f133f562057cf68f0b4b9ca5e /TAO/tao/Transport.h | |
parent | 1e8a1cead48e985129cbfc3ad2f0935a146b037e (diff) | |
download | ATCD-d30481a515e68817ee812e6527f0e4afeb21651e.tar.gz |
ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Transport.h')
-rw-r--r-- | TAO/tao/Transport.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/Transport.h b/TAO/tao/Transport.h index ca542ee7eb0..d2afe08c1ee 100644 --- a/TAO/tao/Transport.h +++ b/TAO/tao/Transport.h @@ -28,6 +28,10 @@ #include "tao/Incoming_Message_Queue.h" #include "ace/Time_Value.h" +struct iovec; + +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + class TAO_ORB_Core; class TAO_Target_Specification; class TAO_Operation_Details; @@ -41,7 +45,6 @@ class TAO_Queued_Message; class TAO_Synch_Queued_Message; class TAO_Resume_Handle; class TAO_Stub; -struct iovec; namespace TAO { @@ -1064,6 +1067,8 @@ private: //@@ TAO_TRANSPORT_SPL_EXTERN_ADD_HOOK +TAO_END_VERSIONED_NAMESPACE_DECL + #if defined (__ACE_INLINE__) # include "Transport.inl" #endif /* __ACE_INLINE__ */ |