tinyWRAP_wrap.h 865 B

123456789101112131415161718192021222324252627282930
  1. /* ----------------------------------------------------------------------------
  2. * This file was automatically generated by SWIG (http://www.swig.org).
  3. * Version 1.3.40
  4. *
  5. * This file is not intended to be easily readable and contains a number of
  6. * coding conventions designed to improve portability and efficiency. Do not make
  7. * changes to this file unless you know what you are doing--modify the SWIG
  8. * interface file instead.
  9. * ----------------------------------------------------------------------------- */
  10. #ifndef SWIG_TinyWRAP_WRAP_H_
  11. #define SWIG_TinyWRAP_WRAP_H_
  12. namespace Swig
  13. {
  14. class Director;
  15. }
  16. class SwigDirector_SipCallback : public SipCallback, public Swig::Director
  17. {
  18. public:
  19. SwigDirector_SipCallback(VALUE self);
  20. virtual ~SwigDirector_SipCallback();
  21. virtual int OnRegistrationChanged(RegistrationEvent const *e);
  22. };
  23. #endif