summaryrefslogtreecommitdiffstats
path: root/bindings/ruby/tinyWRAP_wrap.h
blob: 3943f131dbee96f68465c7411a1b0a2d54ef584f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* ----------------------------------------------------------------------------
 * 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
 * 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.
 * ----------------------------------------------------------------------------- */

#ifndef SWIG_TinyWRAP_WRAP_H_
#define SWIG_TinyWRAP_WRAP_H_

namespace Swig
{
class Director;
}


class SwigDirector_SipCallback : public SipCallback, public Swig::Director
{

public:
    SwigDirector_SipCallback(VALUE self);
    virtual ~SwigDirector_SipCallback();
    virtual int OnRegistrationChanged(RegistrationEvent const *e);
};


#endif
OpenPOWER on IntegriCloud