Changes between Version 36 and Version 37 of GuiRpc


Ignore:
Timestamp:
Aug 15, 2013, 9:40:31 AM (11 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GuiRpc

    v36 v37  
    1212
    1313 * BOINC has a C++ binding, consisting of the GUI_RPC class.
    14   The interface is in [source:boinc/lib/gui_rpc_client.h lib/gui_rpc_client.h],
    15   and the program [source:boinc/client/boinc_cmd.cpp boinc_cmd.cpp]
     14  The interface is in [source:boinc-v2/lib/gui_rpc_client.h lib/gui_rpc_client.h],
     15  and the program [source:boinc-v2/client/boinc_cmd.cpp boinc_cmd.cpp]
    1616  gives a usage example.
    1717  All member functions return an integer error code.
    18  * BOINC has a Java binding in [source:boinc/android/BOINC/src/edu/berkeley/boinc/rpc/].
     18 * BOINC has a Java binding in [source:boinc-v2/android/BOINC/src/edu/berkeley/boinc/rpc/].
    1919 * A .Net binding is available at https://boincguirpc.codeplex.com/
    2020