#include "mdclient.h"

Go to the source code of this file.
Defines | |
| #define | MDCLIENTMAIN |
| mdclient Master Daemon standalone client | |
Functions | |
| main (int argc, char **argv) | |
| #define MDCLIENTMAIN |
mdclient Master Daemon standalone client
This MD sample client driver has the same functionality as the xmlrpc-c xmlrpc command line utility program but additionally runs a test suite using the test harness reused from the xmlrpc-c cpp test.
Client interfaces are automatically generated when the server is compiled from the current server API so this program should be run to verify and currently the coding of test cases is entirely manual.
Definition at line 18 of file mdclient.cpp.
| main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 23 of file mdclient.cpp.
1.5.6