Go to the documentation of this file. 27 #ifndef _REC_RPC_DEFINES_H_ 28 #define _REC_RPC_DEFINES_H_ 38 #define REC_RPC_SERVER_DEFAULT_PORT 9280 39 #define QDATASTREAM_VERSION QDataStream::Qt_4_5 42 # ifdef rec_rpc_EXPORTS 43 # define REC_RPC_EXPORT __declspec(dllexport) 45 # define REC_RPC_EXPORT __declspec(dllimport) 46 # endif // rec_rpc_EXPORTS 47 # define REC_RPC_VISIBILITY_DEFAULT 49 # define REC_RPC_EXPORT __attribute__ ((visibility ("default"))) 50 # define REC_RPC_VISIBILITY_DEFAULT __attribute__ ((visibility ("default"))) 53 #ifndef REC_RPC_FUNCTION_IS_NOT_USED 55 #define REC_RPC_FUNCTION_IS_NOT_USED __attribute__ ((unused)) 57 #define REC_RPC_FUNCTION_IS_NOT_USED 63 #define REC_RPC_EXPORT 64 #undef REC_RPC_VISIBILITY_DEFAULT_C 65 #define REC_RPC_VISIBILITY_DEFAULT_C 66 #undef REC_RPC_VISIBILITY_DEFAULT_CXX 67 #define REC_RPC_VISIBILITY_DEFAULT_CXX 70 #endif // _REC_RPC_DEFINES_H_