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

serviceI.cpp

Go to the documentation of this file.
00001 #include "Event/serviceI.h"
00002 
00003 #include "Event/messageManager.h"
00004 #include "Event/optionManager.h"
00005 
00006 //################################
00007 void serviceI::setName(std::string myname)
00008 //################################
00009 {
00011         optionVI::setName(myname);
00013         messageVI::setName(myname);
00014         /* call the derived class \c defineOption() method */
00015         defineOption();
00016         /* set the level of the serviceI derived class to "DEBUG" */
00017         setLevel("RELEASE");
00018 }

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