#include <Factory.h>
Static Public Methods | |
| AbstractProduct * | onUnknownType (IdentifierType) |
|
||||||||||
|
Definition at line 54 of file Factory.h.
00055 {
00056 return NULL;
00057 }
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002