DSS_Daemon
DSS_Daemon
dss
1998 12-06
CLASS
DSS_Daemon - C++ DSS daemon class.
SYNOPSIS
This class is derived from WBA_Daemon and therefore loads its environment as
per the WBA_Daemon manpage. This class is intended for two purposes; to
allow a user to embed a DSS daemon within another process and to provide an
advanced user to extend DSS daemon primitive functionality through the
virtual member functions.
CONSTRUCTOR
DSS_Daemon()
Construct a DSS_Daemon instance. Note that the environment is not automatically
loaded. This is usually done through the WBA_Environment Load methods
(see WBA_Daemon and WBA_Environment).
VIRTUAL MEMBER FUNCTIONS
void PostWrite(DSS_Chunk *chunk)
void PreRead(DSS_Chunk *chunk)