diff options
Diffstat (limited to 'protocols/ace/RMCast/Socket.cpp')
-rw-r--r-- | protocols/ace/RMCast/Socket.cpp | 2 |
1 files changed, 1 insertions, 1 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); } |