提交 a5e66cd3 authored 作者: Brian West's avatar Brian West

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
上级 2d592d9f
......@@ -90,13 +90,14 @@ typedef enum {
S_RDLOCK = (1 << 2)
} session_flag_t;
#if 0
class switchEvent {
protected:
switch_event_t *event;
public:
switchEvent(switch_event_types_t event_id, const char *subclass_name);
};
#endif
class CoreSession {
protected:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论