Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change 
notification.

The following page has been changed by HannesBaldursson:
http://wiki.apache.org/thrift/ThriftUsageC++

------------------------------------------------------------------------------
  }}}
  
  
+ When this server is run in console it prints "ping" on the console window 
each time the function is called from a client.
+ 
  Here's the autogenerated skeleton file to illustrate how to write a server: 
'''Something_server.cpp'''
- 
- When this server is run in console it prints "ping" on the console window 
each time the function is called from a client.
  {{{
  #include "Something.h"
  #include <protocol/TBinaryProtocol.h>
@@ -98, +98 @@

  }
  }}}
  
- The rest is literally as easy as filling in the blanks.
+ == Compiling/Building the server ==
+ To be done...
  

Reply via email to