#include <ArchivingWorkerGroup.h>
Inheritance diagram for SctArchiving::ArchivingWorkerGroup:
Public Member Functions | |
ArchivingWorkerGroup () | |
initialise the number of calls to 0. | |
virtual | ~ArchivingWorkerGroup () |
destructor | |
Private Member Functions | |
virtual void | work (shared_ptr< ArchivingCommand >) throw () |
Interprets and Handles its own exceptions, sending messages to MRS. |
Definition at line 18 of file ArchivingWorkerGroup.h.
|
initialise the number of calls to 0.
Definition at line 21 of file ArchivingWorkerGroup.h. |
|
destructor
Definition at line 24 of file ArchivingWorkerGroup.h. |
|
Interprets and Handles its own exceptions, sending messages to MRS.
Definition at line 8 of file ArchivingWorkerGroup.cpp. References Sct::AbstractThrowable::sendToMrs(), and Sct::Throwable::sendToMrs(). Here is the call graph for this function: ![]() |