summaryrefslogtreecommitdiff
path: root/protocols/ace/RMCast/RMCast_Fragment.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ace/RMCast/RMCast_Fragment.h')
-rw-r--r--protocols/ace/RMCast/RMCast_Fragment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ace/RMCast/RMCast_Fragment.h b/protocols/ace/RMCast/RMCast_Fragment.h
index e42440b6c12..7b64d763ebc 100644
--- a/protocols/ace/RMCast/RMCast_Fragment.h
+++ b/protocols/ace/RMCast/RMCast_Fragment.h
@@ -40,7 +40,7 @@ public:
// feedback from the lower layer (transport?)
// = The ACE_RMCast_Module methods
- virtual int put_data (ACE_RMCast::Data &data);
+ virtual int data (ACE_RMCast::Data &data);
private:
size_t max_fragment_size_;