![]() |
|
|
Generated: 18 Jul 2008 |
#include <IStagerSvc.h>
Inheritance diagram for IStagerSvc:


Definition at line 15 of file IStagerSvc.h.
Public Member Functions | |
| virtual StatusCode | getStreams ()=0 |
| virtual StatusCode | readAhead ()=0 |
| virtual StatusCode | initStage ()=0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
| static const InterfaceID& IStagerSvc::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IInterface.
Definition at line 19 of file IStagerSvc.h.
References IID_IStagerSvc.
00019 { return IID_IStagerSvc; }
| virtual StatusCode IStagerSvc::getStreams | ( | ) | [pure virtual] |
| virtual StatusCode IStagerSvc::readAhead | ( | ) | [pure virtual] |
| virtual StatusCode IStagerSvc::initStage | ( | ) | [pure virtual] |