doubango/bindings/ruby/tinyWRAP_wrap.h

31 lines
865 B
C
Raw Normal View History

2012-12-03 03:11:21 +00:00
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 1.3.40
*
* This file is not intended to be easily readable and contains a number of
2012-12-03 03:11:21 +00:00
* coding conventions designed to improve portability and efficiency. Do not make
* changes to this file unless you know what you are doing--modify the SWIG
* interface file instead.
2012-12-03 03:11:21 +00:00
* ----------------------------------------------------------------------------- */
#ifndef SWIG_TinyWRAP_WRAP_H_
#define SWIG_TinyWRAP_WRAP_H_
namespace Swig
{
class Director;
2012-12-03 03:11:21 +00:00
}
class SwigDirector_SipCallback : public SipCallback, public Swig::Director
{
2012-12-03 03:11:21 +00:00
public:
SwigDirector_SipCallback(VALUE self);
virtual ~SwigDirector_SipCallback();
virtual int OnRegistrationChanged(RegistrationEvent const *e);
};
#endif