Changeset 6849 for source/ariba/utility
- Timestamp:
- Nov 5, 2009, 4:53:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/visual/ServerVis.cpp
r6822 r6849 110 110 void ServerVis::sendSocket(const string& msg){ 111 111 if( socket.is_open() && socketOpened ){ 112 logging_ error("SENDING VISUAL COMMAND: " << msg);112 logging_debug("sending visual command: " << msg); 113 113 socket.send( boost::asio::buffer(msg) ); 114 114 }
Note:
See TracChangeset
for help on using the changeset viewer.