#include <IStreamFilterFactory.h>
Inherits IInterface.
Inheritance diagram for IStreamFilterFactory:


Public Member Functions | |
| virtual IStream * | create (IStream *stream, bool adoptStream)=0 |
| Create filter. | |
This interface provides factory methods to create stream filters.
Definition at line 26 of file IStreamFilterFactory.h.
Create filter.
Create and return a stream filter on stream. The caller must delete the returned object.
Referenced by CClient::connect().
1.4.7