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

algorithmCommand.h

Go to the documentation of this file.
00001 #ifndef algorithmCommand_h
00002 #define algorithmCommand_h
00003 
00004 #include "Event/algorithmVI.h"
00005 //-----------------------------
00007 
00011 //--------------------------
00012 // JA Hernando, Santa Cruz 06/15/00
00013 //--------------------------
00014 //##########################
00015 class algorithmCommand : public algorithmVI
00016 //##########################
00017 {
00018 public:
00020         virtual void initialize() {}
00022         virtual void finalize() {}
00023 };
00024 #endif

Generated at Fri Aug 18 12:57:37 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000