summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/RTP.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/RTP.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/RTP.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/RTP.h b/TAO/orbsvcs/orbsvcs/AV/RTP.h
index 7ab37bcd5e0..a6de439f594 100644
--- a/TAO/orbsvcs/orbsvcs/AV/RTP.h
+++ b/TAO/orbsvcs/orbsvcs/AV/RTP.h
@@ -267,12 +267,15 @@ public:
virtual int destroy (void);
virtual int set_policies (const TAO_AV_PolicyList &policy_list);
virtual void control_object (TAO_AV_Protocol_Object *object);
+
protected:
ACE_UINT16 sequence_num_;
int format_;
CORBA::ULong ssrc_;
TAO_AV_Protocol_Object *control_object_;
- ACE_Message_Block *data_;
+
+ ACE_Message_Block frame_;
+ // Pre-allocated memory to receive the data...
};
class TAO_ORBSVCS_Export TAO_AV_RTP_Flow_Factory : public TAO_AV_Flow_Protocol_Factory