Stream filter factory interface. More...
#include <IStreamFilterFactory.h>
Inherits IInterface.
Public Member Functions | |
| virtual synergy::IStream * | create (IStream *stream, bool adoptStream)=0 |
| Create filter. | |
Stream filter factory interface.
This interface provides factory methods to create stream filters.
Definition at line 31 of file IStreamFilterFactory.h.
| virtual synergy::IStream* IStreamFilterFactory::create | ( | IStream * | stream, | |
| bool | adoptStream | |||
| ) | [pure virtual] |
Create filter.
Create and return a stream filter on stream. The caller must delete the returned object.
Referenced by CClient::connect().
1.7.1