summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-24 18:52:05 +0000
committerboris <boris@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-24 18:52:05 +0000
commitc46943edbdb00225701e872bd3fd412ebe32cdb2 (patch)
treeb9ecb20375fabb7a434f9c647ddedb57edbfa33e /protocols
parentfc5a34f76150088f03c45ff8ee58590285941333 (diff)
downloadATCD-c46943edbdb00225701e872bd3fd412ebe32cdb2.tar.gz
ChangeLogTag: Thu Feb 24 21:05:42 2005 Boris Kolpackov <boris@kolpackov.net>
Diffstat (limited to 'protocols')
-rw-r--r--protocols/ace/RMCast/Socket.cpp2
-rw-r--r--protocols/ace/RMCast/Socket.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/protocols/ace/RMCast/Socket.cpp b/protocols/ace/RMCast/Socket.cpp
index b14cbc11dbf..8d25bc77295 100644
--- a/protocols/ace/RMCast/Socket.cpp
+++ b/protocols/ace/RMCast/Socket.cpp
@@ -64,7 +64,7 @@ namespace ACE_RMCast
m->add (Profile_ptr (new SN (sn_++)));
m->add (Profile_ptr (new Data (buf, s)));
- // Qualification is for VC6.
+ // Qualification is for VC6 and VxWorks.
//
Element::send (m);
}
diff --git a/protocols/ace/RMCast/Socket.h b/protocols/ace/RMCast/Socket.h
index 092cd4af54d..0a125b73d7a 100644
--- a/protocols/ace/RMCast/Socket.h
+++ b/protocols/ace/RMCast/Socket.h
@@ -40,8 +40,6 @@ namespace ACE_RMCast
recv (void* buf, size_t s);
private:
- using Element::send;
-
virtual void
recv (Message_ptr m);