summaryrefslogtreecommitdiff
path: root/TAO/tao/CDR.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-01-30 11:58:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-01-30 11:58:40 +0000
commit5577f785670ffb6499ed8f35eb6d82c3c03d6b55 (patch)
tree44a65903108cc595adcd1c33269afac5063a6830 /TAO/tao/CDR.h
parentaccdce500be9b9caadbab44608ded80ecd212df2 (diff)
downloadATCD-5577f785670ffb6499ed8f35eb6d82c3c03d6b55.tar.gz
Fri Jan 30 10:57:14 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/CDR.h')
-rw-r--r--TAO/tao/CDR.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/CDR.h b/TAO/tao/CDR.h
index 51c0ac4ca84..a69df9d28c5 100644
--- a/TAO/tao/CDR.h
+++ b/TAO/tao/CDR.h
@@ -53,7 +53,7 @@
#include /**/ "tao/TAO_Export.h"
#include "tao/Basic_Types.h"
#include "tao/GIOP_Message_Version.h"
-#include "tao/Transport.h"
+#include "tao/Message_Semantics.h"
#include "ace/CDR_Stream.h"
@@ -191,7 +191,7 @@ public:
/// Set fragmented message attributes.
void message_attributes (CORBA::ULong request_id,
TAO_Stub * stub,
- TAO_Transport::TAO_Message_Semantics message_semantics,
+ TAO_Message_Semantics message_semantics,
ACE_Time_Value * timeout,
bool compressed);
@@ -202,7 +202,7 @@ public:
TAO_Stub * stub (void) const;
/// Message semantics (twoway, oneway, reply)
- TAO_Transport::TAO_Message_Semantics message_semantics (void) const;
+ TAO_Message_Semantics message_semantics (void) const;
/// Maximum time to wait for outgoing message to be sent.
ACE_Time_Value * timeout (void) const;
@@ -240,7 +240,7 @@ private:
/**
* @see TAO_Transport
*/
- TAO_Transport::TAO_Message_Semantics message_semantics_;
+ TAO_Message_Semantics message_semantics_;
/// Request/reply send timeout.
ACE_Time_Value * timeout_;