Inheritance diagram for ExitTool::Factory:
Public Methods | |
Factory () | |
virtual Object * | create () |
Create an object. |
|
00061 : Object::Factory("ExitTool") {} |
|
Create an object.
Implements Object::Factory.
00062 { return new ExitTool(); } |