1 #ifndef UlxrIdlTestFuncsUlxrClient_H
2 #define UlxrIdlTestFuncsUlxrClient_H
3 
4 ///////////////////////////////////////////////////////////////////
5 // Automatically generated by xml2ulxr v1.7.5.
6 //
7 // xml2ulxr is part of Ultra Lightweight XML RPC for C++.
8 // See also http://ulxmlrpcpp.sourceforge.net
9 //
10 // Don't edit manually unless you know what you are doing
11 ///////////////////////////////////////////////////////////////////
12 
13 
14 //#define ULXR_UNICODE_ONLY_HELPERS
15 #include <ulxmlrpcpp/ulxmlrpcpp.h> // always first
16 
17 namespace ulxr
18 {
19   class Requester;
20 }
21 
22 namespace funcs {
23 // mapped to funcs__free_function1_ovr0 (there are overloaded methods)
24 void free_function1(int i);
25 }
26 
27 namespace funcs {
28 // mapped to funcs__free_function1_ovr1 (there are overloaded methods)
29 long int free_function1(long int i, float f);
30 }
31 
32 namespace inline_func {
33 // mapped to inline_func__free_function2 (there are overloaded methods)
34 std::string * free_function2(long int * i, float f);
35 }
36 
37 void UlxrIdlTestFuncs_setClientCredentials
38   (ulxr::Requester &in_requester, const ulxr::CppString &realm,
39    const ulxr::CppString &user, const ulxr::CppString &pass);
40 
41 #endif // UlxrIdlTestFuncsUlxrClient_H
42 
43