Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

RTester.cxx File Reference

#include "FastShowerUtils/IShowerDemo.h"
#include "FastShowerUtils/RTest.h"

Include dependency graph for RTester.cxx:

Include dependency graph

Go to the source code of this file.


Functions

int main ()

Function Documentation

int main  
 

Definition at line 6 of file RTester.cxx.

00006           {
00007   //  IShowerDemo* demo = new ShowerDemoDumper;
00008   IShowerDemo* tester = new RTest;
00009   tester->initialise();
00010   tester->execute();
00011   tester->finalise();
00012   return 0;
00013 }

Generated on Tue Mar 18 11:53:42 2003 for FastShowerUtils by doxygen1.3-rc1