21#include <fesapi/common/AbstractObject.h> 
   23#include "../../nsDefinitions.h" 
   24#include "../EtpMessages.h" 
   26#if defined(_WIN32) && !defined(FETPAPI_STATIC) 
   27    #ifndef FETPAPI_DLL_IMPORT_OR_EXPORT 
   28        #if defined(Fetpapi_EXPORTS) 
   29            #define FETPAPI_DLL_IMPORT_OR_EXPORT __declspec(dllexport) 
   31            #define FETPAPI_DLL_IMPORT_OR_EXPORT __declspec(dllimport) 
   35    #define FETPAPI_DLL_IMPORT_OR_EXPORT 
   40    namespace FesapiHelpers {
 
Definition EtpMessages.h:4693
Definition EtpMessages.h:4552