1#ifndef Cpl_Io_Socket_StreamPool_h_
2#define Cpl_Io_Socket_StreamPool_h_
81 release( &socketStream );
This abstract class defines an interface for a Socket factory.
Definition Factory.h:31
This concrete template class implement a socket factory that is capable of creating N concurrently op...
Definition StreamPool.h:36
StreamPool(bool fatalErrors=true)
Constructor. When 'fatalErrors' is true, out-of-memory conditions will be FatalErrors.
Definition StreamPool.h:56
void destory(Cpl::Io::Socket::InputOutput &socketStream)
See Cpl::Io::Socket::Factory.
Definition StreamPool.h:75
Cpl::Io::Socket::InputOutput * create()
See Cpl::Io::Socket::Factory.
Definition StreamPool.h:63
This template class defines a concrete Allocator that STATICALLY allocates all of its Memory and can ...
Definition SPool.h:50
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20