Purify COM interface declarations.
* src/inspectors.h (IOOMInspectorEvents), src/mailitem.h (IOOMItemEvents): Declare interface methods as pure virtual.
According to doc it should be done this way and this fixes
the undefined reference to vtable errors when compiling with -O0