Go to the documentation of this file. 2 #ifndef VTKREMOTINGMISC_EXPORT_H 3 #define VTKREMOTINGMISC_EXPORT_H 5 #ifdef VTKREMOTINGMISC_STATIC_DEFINE 6 # define VTKREMOTINGMISC_EXPORT 7 # define VTKREMOTINGMISC_NO_EXPORT 9 # ifndef VTKREMOTINGMISC_EXPORT 10 # ifdef RemotingMisc_EXPORTS 12 # define VTKREMOTINGMISC_EXPORT __attribute__((visibility("default"))) 15 # define VTKREMOTINGMISC_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKREMOTINGMISC_NO_EXPORT 20 # define VTKREMOTINGMISC_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKREMOTINGMISC_DEPRECATED 25 # define VTKREMOTINGMISC_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKREMOTINGMISC_DEPRECATED_EXPORT 29 # define VTKREMOTINGMISC_DEPRECATED_EXPORT VTKREMOTINGMISC_EXPORT VTKREMOTINGMISC_DEPRECATED 32 #ifndef VTKREMOTINGMISC_DEPRECATED_NO_EXPORT 33 # define VTKREMOTINGMISC_DEPRECATED_NO_EXPORT VTKREMOTINGMISC_NO_EXPORT VTKREMOTINGMISC_DEPRECATED 37 # ifndef VTKREMOTINGMISC_NO_DEPRECATED 38 # define VTKREMOTINGMISC_NO_DEPRECATED