summaryrefslogtreecommitdiff
path: root/TAO/tao/ZIOP/ZIOP.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ZIOP/ZIOP.h')
-rw-r--r--TAO/tao/ZIOP/ZIOP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ZIOP/ZIOP.h b/TAO/tao/ZIOP/ZIOP.h
index f8639f3789e..418782b1c6a 100644
--- a/TAO/tao/ZIOP/ZIOP.h
+++ b/TAO/tao/ZIOP/ZIOP.h
@@ -47,7 +47,7 @@ public:
/// Destructor
virtual ~TAO_ZIOP_Loader (void);
- virtual bool decompress (ACE_Data_Block **db, TAO_Queued_Data& qd, TAO_ORB_Core& orb_core);
+ virtual ACE_Data_Block * decompress (ACE_Data_Block& db, TAO_Queued_Data& qd, TAO_ORB_Core& orb_core);
// Compress the @a stream. Starting point of the compression is rd_ptr()
virtual bool marshal_data (TAO_OutputCDR& cdr, TAO_Stub& stub);