Changes between Version 19 and Version 20 of GuiRpc


Ignore:
Timestamp:
Feb 18, 2009, 7:59:11 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v19 v20  
    1212BOINC provides a C++ interface to these RPCs, consisting of the GUI_RPC class.
    1313The interface is in [source:trunk/boinc/lib/gui_rpc_client.h lib/gui_rpc_client.h],
    14 and the program [source:trunk/boinc/lib/boinc_cmd.cpp boinc_cmd.cpp] gives a usage example.
     14and the program [source:trunk/boinc/client/boinc_cmd.cpp boinc_cmd.cpp] gives a usage example.
    1515All member functions return an integer error code.
    1616It should be fairly easy to generate client interfaces in languages other than C++.