C++  1.4.6
CloudBackend Software Development Kit - SDK API for C++
Public Member Functions | List of all members
CBE::ShareManager Class Reference

#include <ShareManager.h>

Public Member Functions

virtual void listAvailableShares (CBE::ShareDelegatePtr delegate)
 
virtual void listMyShares (CBE::ShareDelegatePtr delegate)
 

Detailed Description

Class for Managing Shares. This is class represents a list of Shares.

Member Function Documentation

◆ 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
delegateShareDelegatePtr 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
delegateShareDelegatePtr 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: