1 #ifndef UlxrIdlTestFuncsUlxrServer_H
2 #define UlxrIdlTestFuncsUlxrServer_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 MethodAdder;
20 }
21 
22 void UlxrIdlTestFuncs_setupServerMethods(ulxr::MethodAdder &method_adder);
23 
24 void UlxrIdlTestFuncs_removeServerMethods(ulxr::MethodAdder &method_adder);
25 
26 #endif // UlxrIdlTestFuncsUlxrServer_H
27 
28