Abstract interface for sharing data.
More...
#include <IDataShare.h>
Abstract interface for sharing data.
Definition at line 23 of file IDataShare.h.
◆ ~IDataShare()
IDataShare::~IDataShare |
( |
| ) |
|
|
virtual |
◆ commitCatalog()
virtual StatusCode IDataShare::commitCatalog |
( |
| ) |
|
|
pure virtual |
◆ DeclareInterfaceID()
IDataShare::DeclareInterfaceID |
( |
IDataShare |
, |
|
|
1 |
, |
|
|
0 |
|
|
) |
| |
◆ makeClient()
virtual StatusCode IDataShare::makeClient |
( |
int |
num | ) |
|
|
pure virtual |
Make this a client.
- Parameters
-
num | The number for the client. |
◆ makeServer()
virtual StatusCode IDataShare::makeServer |
( |
int |
num | ) |
|
|
pure virtual |
Make this a server.
- Parameters
-
num | The number for the server. |
◆ readData()
virtual StatusCode IDataShare::readData |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: