#include <ShareManager.h>
Class for Managing Shares. This is class represents a list of Shares.
◆ listAvailableShares()
virtual void CBE::ShareManager::listAvailableShares |
( |
CBE::ShareDelegatePtr |
delegate | ) |
|
|
virtual |
lists shares that have been shared to you. this will give you information similar to a query but with specific share information.
- Parameters
-
delegate | ShareDelegatePtr is a shared smart pointer pointing back to shareManager() and the callbacks defined in ShareEventProtocol. |
◆ listMyShares()
virtual void CBE::ShareManager::listMyShares |
( |
CBE::ShareDelegatePtr |
delegate | ) |
|
|
virtual |
lists shares that have been shared by you. this will give you information similar to a query but with specific share information.
- Parameters
-
delegate | ShareDelegatePtr is a shared smart pointer pointing back to shareManager() and the callbacks defined in ShareEventProtocol. |
The documentation for this class was generated from the following file: