A generic object class. More...
#include <pmvcpp.h>
Public Member Functions | |
| virtual void | function () |
| A function that does nothing. | |
A generic object class.
This is mostly used in passing notification bodies.
| virtual void PureMVC::Object::function | ( | ) | [inline, virtual] |
A function that does nothing.
Just a virtual function to make this class polymorphic.
1.6.1