Dear Wiki user,

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

The "ThriftUsageC++" page has been changed by DaleJohnson.
http://wiki.apache.org/thrift/ThriftUsageC%2B%2B?action=diff&rev1=14&rev2=15

--------------------------------------------------

    DocRetrievalClient client(protocol);
    transport->open();
    DocInstance doc;
-   if (argc == 2)
+   if (argc == 2) {
      client.get(doc, atoi(argv[1]));
+     // do something (important) with 'doc' now
+   }
    transport->close();
  
    return 0;

Reply via email to