![]() |
ATLAS Offline Software
|
#include <McCnvSvc.h>
Public Member Functions | |
: Object implementation | |
| McCnvSvc (const std::string &name, ISvcLocator *svc) | |
| Standard Constructor. | |
| virtual | ~McCnvSvc () |
| Standard Destructor. | |
Friends | |
| class | SvcFactory< McCnvSvc > |
| Allow the factory class access to the constructor. | |
McCnvSvc overrides | |
| virtual StatusCode | initialize () |
| Initialize the service. | |
| virtual StatusCode | updateServiceState (IOpaqueAddress *pAddress) |
| Update state of the service. | |
| virtual long | repSvcType () const |
| static long | storageType () |
| storage type | |
Definition at line 22 of file McCnvSvc.h.
| McCnvSvc::McCnvSvc | ( | const std::string & | name, |
| ISvcLocator * | svc ) |
Standard Constructor.
Standard constructor.
Definition at line 27 of file McCnvSvc.cxx.
|
virtual |
|
virtual |
Initialize the service.
Definition at line 36 of file McCnvSvc.cxx.
|
virtual |
Definition at line 51 of file McCnvSvc.cxx.
|
static |
|
virtual |
Update state of the service.
Definition at line 42 of file McCnvSvc.cxx.
|
friend |
Allow the factory class access to the constructor.
Definition at line 1 of file McCnvSvc.h.