1#ifndef Cpl_Io_Socket_Factory_h_
2#define Cpl_Io_Socket_Factory_h_
This abstract class defines an interface for a Socket factory.
Definition Factory.h:31
virtual Cpl::Io::Socket::InputOutput * create()=0
This method creates an 'unactivated' Socket InputOutput stream from the supplied socket descriptor.
virtual void destory(Cpl::Io::Socket::InputOutput &socketStream)=0
This method destroys an previously created socket InputOutput stream.
virtual ~Factory()
Virtual destructor.
Definition Factory.h:51
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20