add fifo_record_template

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8039 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2008-04-05 15:48:12 +00:00
parent 6e99d55362
commit 4cc12a804a
2 changed files with 23 additions and 1 deletions
+7
View File
@@ -91,6 +91,13 @@ typedef enum {
} session_flag_t;
class switchEvent {
protected:
switch_event_t *event;
public:
switchEvent(switch_event_types_t event_id, const char *subclass_name);
};
class CoreSession {
protected:
switch_input_args_t args; // holds ptr to cb function and input_callback_state struct