1 ///////////////////////////////////////////////////////////////////
2 // Automatically generated by xml2ulxr v1.7.5.
3 //
4 // xml2ulxr is part of Ultra Lightweight XML RPC for C++.
5 // See also http://ulxmlrpcpp.sourceforge.net
6 //
7 // Intended for manual and persistent changes
8 /////////////////////////////////////////////////
9 
10 #ifndef UlxrIdlTestFuncs_names_H
11 #define UlxrIdlTestFuncs_names_H
12 
13 
14 // method names
15 
16 // mapped to: void free_function1(int i) (there are overloaded methods)
17 #define ULXR_CALLTO_UlxrIdlTestFuncs_funcs__free_function1_ovr0 \
18   ULXR_PCHAR("UlxrIdlTestFuncs_funcs__free_function1_ovr0")
19 
20 // mapped to: long int free_function1(long int i, float f) (there are overloaded methods)
21 #define ULXR_CALLTO_UlxrIdlTestFuncs_funcs__free_function1_ovr1 \
22   ULXR_PCHAR("UlxrIdlTestFuncs_funcs__free_function1_ovr1")
23 
24 // mapped to: std::string * free_function2(long int * i, float f) (there are overloaded methods)
25 #define ULXR_CALLTO_UlxrIdlTestFuncs_inline_func__free_function2 \
26   ULXR_PCHAR("UlxrIdlTestFuncs_inline_func__free_function2")
27 
28 
29 #endif // UlxrIdlTestFuncs_H
30