next up previous contents
Next: The kit class Up: Hush classes Previous: Hush classes

The session class

The session class is used to start up the hush toolkit as in the program of the Dining Philosophers. Its interface is (incompletely) characterized by:

 
   interface session
   {
     session(int argc,char** argv,char* name = NULL);   // create
     virtual int main();                               // initialize
     int run();                                         // start and run
   };



A Eliens
Tue Oct 31 09:27:21 MET 1995