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++ ------------------------------------------------------------------------------ === Exploring the generated code - The Server === - The generated code should be under the {{{gen-cpp}}} directory. You will see a number of generated C++ and header files along with an automatically generated skeleton code for your server (in bold). + The generated code should be under the {{{gen-cpp}}} directory. You will see a number of generated C++ and header files along with an automatically generated server skeleton code (in bold). * Something.cpp * Something.h @@ -45, +45 @@ === Writing the Server === - Make a copy of the generated skeleton server to a file named Something_server.cpp: + Copy the generated server skeleton to a file named Something_server.cpp and keep the original: {{{ cp Something_server.skeleton.cpp Something_server.cpp }}} + +
