Go to the documentation of this file. 2 #ifndef VTKREMOTINGLIVE_EXPORT_H 3 #define VTKREMOTINGLIVE_EXPORT_H 5 #ifdef VTKREMOTINGLIVE_STATIC_DEFINE 6 # define VTKREMOTINGLIVE_EXPORT 7 # define VTKREMOTINGLIVE_NO_EXPORT 9 # ifndef VTKREMOTINGLIVE_EXPORT 10 # ifdef RemotingLive_EXPORTS 12 # define VTKREMOTINGLIVE_EXPORT __attribute__((visibility("default"))) 15 # define VTKREMOTINGLIVE_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKREMOTINGLIVE_NO_EXPORT 20 # define VTKREMOTINGLIVE_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKREMOTINGLIVE_DEPRECATED 25 # define VTKREMOTINGLIVE_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKREMOTINGLIVE_DEPRECATED_EXPORT 29 # define VTKREMOTINGLIVE_DEPRECATED_EXPORT VTKREMOTINGLIVE_EXPORT VTKREMOTINGLIVE_DEPRECATED 32 #ifndef VTKREMOTINGLIVE_DEPRECATED_NO_EXPORT 33 # define VTKREMOTINGLIVE_DEPRECATED_NO_EXPORT VTKREMOTINGLIVE_NO_EXPORT VTKREMOTINGLIVE_DEPRECATED 37 # ifndef VTKREMOTINGLIVE_NO_DEPRECATED 38 # define VTKREMOTINGLIVE_NO_DEPRECATED