Ignore:
Timestamp:
Feb 23, 2013, 5:17:35 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/thrift/test2/server.cpp

    r4950 r4951  
    2222 public:
    2323  myService() {}
    24   void answer(std::string& answ, const std::string& question) {
     24  void answer(const std::string& question) {
    2525    // implemented on the client-side only
    2626  }
     
    9191    cout << "sleep ..." << endl;
    9292    if (CONNECTION) {
    93       string answ;
    9493      cout << "CONNECTION " << endl;
    95       CONNECTION->_client->answer(answ, "How are you?");
     94      CONNECTION->_client->answer("How are you?");
    9695    }
    9796    sleep(1);
Note: See TracChangeset for help on using the changeset viewer.