#include <CloudManager.h>
CloudManager class holds the cloudadapters toghether can get an adapter of a given id can add new adapters can get info of a given adapter by id
void CloudManager::addCloud |
( |
CloudAdapter * |
cloudAdapter, |
|
|
string |
cloudID |
|
) |
| |
Adds a new cloud to the cloudList
- Parameters
-
cloudAdapter | some implementation of the cloudAdapter |
cloudID | id of the cloud to be added |
CloudManager implementation
CloudAdapter * CloudManager::getCloudAdapter |
( |
string |
cloudID | ) |
|
Retrieves the cloudAdapter with the matching ID
- Parameters
-
cloudID | the ID of the requested adapter |
void CloudManager::getCloudInfo |
( |
string |
cloudID | ) |
|
Does .... what?
- Parameters
-
cloudID | id of the cloud the information is asked about |
The documentation for this class was generated from the following files: