Changeset 4951 in ntrip for trunk/GnssCenter/thrift/test2/server.cpp
- Timestamp:
- Feb 23, 2013, 5:17:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/thrift/test2/server.cpp
r4950 r4951 22 22 public: 23 23 myService() {} 24 void answer( std::string& answ,const std::string& question) {24 void answer(const std::string& question) { 25 25 // implemented on the client-side only 26 26 } … … 91 91 cout << "sleep ..." << endl; 92 92 if (CONNECTION) { 93 string answ;94 93 cout << "CONNECTION " << endl; 95 CONNECTION->_client->answer( answ,"How are you?");94 CONNECTION->_client->answer("How are you?"); 96 95 } 97 96 sleep(1);
Note:
See TracChangeset
for help on using the changeset viewer.