1 #ifndef CBE__delegate__RemoveRoleDelegate_h__
2 #define CBE__delegate__RemoveRoleDelegate_h__
5 #include "cbe/QueryResult.h"
7 #include "cbe/delegate/Error.h"
8 #include "cbe/util/Context.h"
9 #include "cbe/util/ErrorInfo.h"
10 #include "cbe/util/Exception.h"
Definition: RemoveRoleDelegate.h:20
virtual void onRemoveRoleError(Error &&error, cbe::util::Context &&context)=0
virtual void onRemoveRoleSuccess(cbe::RoleId &&roleId)=0
std::shared_ptr< RemoveRoleDelegate > RemoveRoleDelegatePtr
Definition: RemoveRoleDelegate.h:60
Root namespace for the CloudBackend SDK API.
Definition: Account.h:22
std::uint64_t RoleId
Uniquely identifies the Role.
Definition: Types.h:108
Definition: RemoveRoleDelegate.h:39
Definition: ErrorInfo.h:27
Definition: Exception.h:38