|
pure virtual |
Used to set the type of the message.
This is done by defining a unique string associated with the message and converting it to a P6ATOM using p6IAtom::addAtom(). The resulting atom is used as the message type allowing messages to be typed at runtime.
nType | [ in ] The P6ATOM to use as this messages type. |