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/client.cpp

    r4944 r4951  
    1616 public:
    1717  myService() {}
    18   void answer(std::string& answ, const std::string& question) {
     18  void answer(const std::string& question) {
    1919    cout << "Server asks: " << question << endl;
    20     answ = "I am well, thanks.";
    2120  }
    2221
Note: See TracChangeset for help on using the changeset viewer.