mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-08 05:11:51 +00:00
even more lang stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9063 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -9,7 +9,7 @@ Session::Session():CoreSession()
|
||||
hh = mark = 0;
|
||||
}
|
||||
|
||||
Session::Session(char *uuid):CoreSession(uuid)
|
||||
Session::Session(char *nuuid, CoreSession *a_leg):CoreSession(nuuid, a_leg)
|
||||
{
|
||||
cb_function = cb_arg = hangup_func_str = hangup_func_arg = NULL;
|
||||
hh = mark = 0;
|
||||
|
||||
Reference in New Issue
Block a user