mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-05 11:51:52 +00:00
remove old unused file, add a few documentation comments
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9001 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -38,8 +38,12 @@ class Session : public CoreSession {
|
||||
PyObject *hangup_func;
|
||||
PyObject *hangup_func_arg;
|
||||
|
||||
/* keep a pointer to parent module, internal use only*/
|
||||
void setPython(PyObject *state);
|
||||
|
||||
/* keeps the PyObject * version of the Session so it can be used as args to the callback */
|
||||
void setSelf(PyObject *state);
|
||||
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user