Class NameAccum
See Also: Class Texmap.
class NameAccum
Description:
This class provides a method AddMapName() that is called when a Texmap is attempting to load its map and it cannot be found.
Methods:
Prototype:
virtual void AddMapName(TCHAR *name)=0;
Remarks:
Implemented by the System.
This method is called to add the name of a map that was not found.
Parameters:
TCHAR *name
The name to add.