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:
Traun Leyden
2008-07-11 21:56:18 +00:00
parent 8d8dec2830
commit c00d1fb8e4
3 changed files with 10 additions and 72 deletions
@@ -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