22 #if _RAKNET_SUPPORT_CloudClient==1
24 #ifndef __CLOUD_CLIENT_H
25 #define __CLOUD_CLIENT_H
35 class RakPeerInterface;
36 class CloudClientCallback;
138 virtual void DeallocateWithDefaultAllocator(
CloudQueryResult *cloudQueryResult);
141 virtual void DeallocateWithDefaultAllocator(
CloudQueryRow *row);
176 #endif // _RAKNET_SUPPORT_*