Base class of interfaces. More...
#include <IInterface.h>
Inherited by COSXKeyState::CKeyResource, IApp, IAppUtil, IArchConsole, IArchDaemon, IArchFile, IArchLog, IArchMultithread, IArchNetwork, IArchPlugin, IArchSleep, IArchString, IArchSystem, IArchTaskBar, IArchTaskBarReceiver, IArchTime, IClipboard, IEventJob, IEventQueue, IEventQueueBuffer, IJob, IKeyState, ILogOutputter, IMSWindowsClipboardConverter, IMSWindowsClipboardFacade, INode [private], IOSXClipboardConverter, IPrimaryScreen, IScreen, IScreenSaver, ISecondaryScreen, ISocket, ISocketFactory, ISocketMultiplexerJob, IStreamFilterFactory, IXWindowsClipboardConverter, and synergy::IStream.
Public Member Functions | |
| virtual | ~IInterface () |
| Interface destructor does nothing. | |
Base class of interfaces.
This is the base class of all interface classes. An interface class has only pure virtual methods.
Definition at line 29 of file IInterface.h.
1.7.1