#include <TestAggServer.h>
Inheritance diagram for TestAggServer:
Public Member Functions | |
TestAggServer (string name) | |
virtual | ~TestAggServer () |
virtual void | aggregate (BESDataHandlerInterface &dhi) |
aggregate the response object | |
virtual void | dump (ostream &strm) const |
dumps information about this object | |
virtual const string & | get_name () const |
|
|
|
|
|
aggregate the response object
Implements BESAggregationServer. |
|
dumps information about this object Displays the pointer value of this instance along with the name of this aggregatioon server.
Reimplemented from BESAggregationServer. |
|
|