#include <IDybStorageSvc.h>
Inheritance diagram for IDybStorageSvc:
Public Types | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
| enum | Status |
Public Member Functions | |
| virtual StatusCode | store (const IRegistrationSequence ®Seq)=0 |
| virtual StatusCode | store (DataObject *object, const std::string &path)=0 |
| virtual StatusCode | queryInterface (const InterfaceID &riid, void **ppvInterface)=0 |
| virtual unsigned long | addRef ()=0 |
| virtual unsigned long | release ()=0 |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
| Retrieve interface ID. | |
Public Attributes | |
| SUCCESS | |
| NO_INTERFACE | |
| VERSMISMATCH | |
| LAST_ERROR | |
Definition at line 15 of file IDybStorageSvc.h.
| static const InterfaceID& IDybStorageSvc::interfaceID | ( | ) | [inline, static] |
Retrieve interface ID.
Reimplemented from IInterface.
Definition at line 20 of file IDybStorageSvc.h.
00020 { 00021 return IID_IDybStorageSvc; 00022 }
| virtual StatusCode IDybStorageSvc::store | ( | const IRegistrationSequence & | regSeq | ) | [pure virtual] |
| virtual StatusCode IDybStorageSvc::store | ( | DataObject * | object, | |
| const std::string & | path | |||
| ) | [pure virtual] |
1.4.7