#include <serviceI.h>
Inheritance diagram for serviceI:

Public Methods | |
| serviceI () | |
| constructor. | |
| ~serviceI () | |
| default destructor. | |
| void | setName (std::string name) |
| call this method to get system services. | |
| virtual std::string | name () const |
| resolve the name ambiguity. | |
serviceI provides services to optionManager.
a \serviceI derived class is a optionVI derived class.
serviceI provides services to messageManager.
a serviceI derived class is a massageVI derived class.
serviceTo(). Every object that requires a service should have a unique name. defineOption() to conver some of its parameters into options (see optionVI for more details). defineOption() is automatically called via the serviceTo() method. Therefore, the derived class should not call defineOption().
Definition at line 31 of file serviceI.h.
|
|
|
|
call this method to get system services.
Reimplemented from messageVI.
Definition at line 7 of file serviceI.cpp.
1.1.3 written by Dimitri van Heesch,
© 1997-2000