summaryrefslogtreecommitdiff
path: root/TAO/tao/Queued_Data.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-09-24 07:45:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-09-24 07:45:37 +0000
commit788f237feaaece0ddc56b9a46ecbcd22b163816d (patch)
treead977c7c7b9c79040be3e02f040926b16ba6e6bb /TAO/tao/Queued_Data.h
parent38012ca062b866fc05069ec56d75f40c4824476f (diff)
downloadATCD-788f237feaaece0ddc56b9a46ecbcd22b163816d.tar.gz
Mon Sep 24 07:43:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Queued_Data.h')
-rw-r--r--TAO/tao/Queued_Data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Queued_Data.h b/TAO/tao/Queued_Data.h
index 64ef1cd4bcd..75a56e58231 100644
--- a/TAO/tao/Queued_Data.h
+++ b/TAO/tao/Queued_Data.h
@@ -89,7 +89,7 @@ public:
CORBA::Octet more_fragments (void) const;
/// Get message type
- TAO_Pluggable_Message_Type msg_type (void) const;
+ GIOP::MsgType msg_type (void) const;
/// Get next
TAO_Queued_Data *next (void) const;
@@ -105,7 +105,7 @@ public:
/// Set the state
void state (const TAO_GIOP_Message_State& state);
-
+
const TAO_GIOP_Message_State& state (void) const;
private: