$search
#include "XmlRpc.h"
#include <iostream>
#include <fstream>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
std::string | parseRequest (std::string const &xml, XmlRpcValue ¶ms) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 16 of file FileClient.cpp.
std::string parseRequest | ( | std::string const & | xml, | |
XmlRpcValue & | params | |||
) |
Definition at line 74 of file FileClient.cpp.