libsrc/entexit.cxx File Reference

??? More...

#include <string.h>
#include "udanax.h"

Include dependency graph for entexit.cxx:

Include dependency graph

Go to the source code of this file.

Functions

void initsession (const char *database)
 ???


Detailed Description

???

(to be defined)

Definition in file entexit.cxx.


Function Documentation

void initsession const char *  database  ) 
 

???

(to be defined)

Definition at line 84 of file entexit.cxx.

References clear, createenf(), GRAN, granf, initenffile(), initgrimreaper(), initkluge(), initqueues(), SPAN, spanf, typegranf, typespanf, and ZEROTUMBLERvar.

Referenced by main().

00086 {
00087     initgrimreaper();
00088     initqueues();
00089 
00090     clear(&ZEROTUMBLERvar, sizeof(Tumbler));
00091 
00092     if (initenffile(database)) {
00093         initkluge((typecuc **) &granf, (typecuc **) &spanf);
00094     } else {
00095         granf = (typegranf) createenf(GRAN);
00096         spanf = (typespanf) createenf(SPAN);
00097     }
00098 }


Generated on Sun Aug 21 04:18:29 2005 for Udanax-Green by doxygen1.3.4