#include <states.h>
Inheritance diagram for MailState::

Every mail state is only instantiated once and has no attributes (flyweight pattern? I don't know the name). The only reason for the state classes is not to have a big switch-case block.
Definition at line 20 of file states.h.
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001