we are not using this yet and it has no class in the cpp file

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8191 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-04-24 02:47:34 +00:00
parent 2d592d9fce
commit a5e66cd3d2

View File

@ -90,13 +90,14 @@ typedef enum {
S_RDLOCK = (1 << 2) S_RDLOCK = (1 << 2)
} session_flag_t; } session_flag_t;
#if 0
class switchEvent { class switchEvent {
protected: protected:
switch_event_t *event; switch_event_t *event;
public: public:
switchEvent(switch_event_types_t event_id, const char *subclass_name); switchEvent(switch_event_types_t event_id, const char *subclass_name);
}; };
#endif
class CoreSession { class CoreSession {
protected: protected: