director_common.swg 512 B

123456789101112131415
  1. /* -----------------------------------------------------------------------------
  2. * director_common.swg
  3. *
  4. * This file contains support for director classes which is common between
  5. * languages.
  6. * ----------------------------------------------------------------------------- */
  7. /*
  8. Use -DSWIG_DIRECTOR_STATIC if you prefer to avoid the use of the
  9. 'Swig' namespace. This could be useful for multi-modules projects.
  10. */
  11. #ifdef SWIG_DIRECTOR_STATIC
  12. /* Force anonymous (static) namespace */
  13. #define Swig
  14. #endif