summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_State.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_State.h')
-rw-r--r--TAO/tao/GIOP_Message_State.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/GIOP_Message_State.h b/TAO/tao/GIOP_Message_State.h
index 5815b1b0afe..5e631805c18 100644
--- a/TAO/tao/GIOP_Message_State.h
+++ b/TAO/tao/GIOP_Message_State.h
@@ -72,10 +72,8 @@ public:
/// Get the GIOP version
TAO_GIOP_Message_Version const &giop_version (void) const;
-#if defined (TAO_HAS_ZIOP) && TAO_HAS_ZIOP ==1
/// Return the compressed information
CORBA::Boolean compressed (void) const;
-#endif
private:
/// Parse the message header.
@@ -121,10 +119,8 @@ private:
/// fragments.
CORBA::Boolean more_fragments_;
-#if defined (TAO_HAS_ZIOP) && TAO_HAS_ZIOP ==1
/// Compressed
CORBA::Boolean compressed_;
-#endif
};
TAO_END_VERSIONED_NAMESPACE_DECL