Go to the documentation of this file. 2 #ifndef VTKREMOTINGAPPLICATION_EXPORT_H 3 #define VTKREMOTINGAPPLICATION_EXPORT_H 5 #ifdef VTKREMOTINGAPPLICATION_STATIC_DEFINE 6 # define VTKREMOTINGAPPLICATION_EXPORT 7 # define VTKREMOTINGAPPLICATION_NO_EXPORT 9 # ifndef VTKREMOTINGAPPLICATION_EXPORT 10 # ifdef RemotingApplication_EXPORTS 12 # define VTKREMOTINGAPPLICATION_EXPORT __attribute__((visibility("default"))) 15 # define VTKREMOTINGAPPLICATION_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKREMOTINGAPPLICATION_NO_EXPORT 20 # define VTKREMOTINGAPPLICATION_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKREMOTINGAPPLICATION_DEPRECATED 25 # define VTKREMOTINGAPPLICATION_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKREMOTINGAPPLICATION_DEPRECATED_EXPORT 29 # define VTKREMOTINGAPPLICATION_DEPRECATED_EXPORT VTKREMOTINGAPPLICATION_EXPORT VTKREMOTINGAPPLICATION_DEPRECATED 32 #ifndef VTKREMOTINGAPPLICATION_DEPRECATED_NO_EXPORT 33 # define VTKREMOTINGAPPLICATION_DEPRECATED_NO_EXPORT VTKREMOTINGAPPLICATION_NO_EXPORT VTKREMOTINGAPPLICATION_DEPRECATED 37 # ifndef VTKREMOTINGAPPLICATION_NO_DEPRECATED 38 # define VTKREMOTINGAPPLICATION_NO_DEPRECATED