Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

incomingscript.h File Reference

Contains IncomingScript - Incoming call handling. One object for each incoming call is created. More...

#include "applicationexception.h"
#include "pythonscript.h"

Go to the source code of this file.

Classes

class  IncomingScript
 Incoming call handling. One object for each incoming call is created. More...

Functions

void * incomingscript_exec_handler (void *arg)
 Thread exec handler for IncomingScript class.
void incomingscript_cleanup_handler (void *arg)
 Thread clean handler for IncomingScript class.


Detailed Description

Contains IncomingScript - Incoming call handling. One object for each incoming call is created.

Author:
Gernot Hillier <gernot@hillier.de>
Revision
1.1

Function Documentation

void incomingscript_cleanup_handler void *  arg  ) 
 

Thread clean handler for IncomingScript class.

This is a handler which is called by pthreads at cleanup. It will call this->final().

void* incomingscript_exec_handler void *  arg  ) 
 

Thread exec handler for IncomingScript class.

This is a handler which will call this->run() for the use in pthread_create(). It will also register incomingscript_cleanup_handler


Generated on Sun Nov 28 14:37:44 2004 for CapiSuite by doxygen 1.3.8