#include <INotifyComplete.h>
Inheritance diagram for INotifyComplete:
Public Member Functions | |
INotifyComplete (void) | |
virtual | ~INotifyComplete (void) |
virtual void | NotifyComplete ()=0 |
Implement this to be notified when "something" completes. |
|
Definition at line 37 of file INotifyComplete.h. |
|
Definition at line 38 of file INotifyComplete.h. |
|
Implement this to be notified when "something" completes.
Implemented in OggMuxFilter. Referenced by OggPageInterleaver::processData(). |