diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-16 17:45:18 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-16 17:45:18 (GMT) |
| commit | f05044ab68e51ce9c374f6af09284051efcda449 (patch) | |
| tree | 6ae35ed5f6f3395593fc0d2c90780d8162f302e7 /src/client/Client.h | |
| parent | d383d6d7e5e1d3ca0856c02ebbcea5e9b8b2ff4e (diff) | |
| download | powder-f05044ab68e51ce9c374f6af09284051efcda449.zip powder-f05044ab68e51ce9c374f6af09284051efcda449.tar.gz | |
APIRequest, Aync methods for client, Profile edit/viewer (WIP)
Diffstat (limited to 'src/client/Client.h')
| -rw-r--r-- | src/client/Client.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/Client.h b/src/client/Client.h index c824d28..f00083d 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -12,6 +12,8 @@ #include "cajun/elements.h" +#include "requestbroker/RequestBroker.h" + class Thumbnail; class SaveInfo; class SaveFile; @@ -126,7 +128,8 @@ public: RequestStatus AddComment(int saveID, std::string comment); - VideoBuffer * GetAvatar(std::string username); + //Retrieves a "UserInfo" object + RequestBroker::Request * GetUserInfoAsync(std::string username); unsigned char * GetSaveData(int saveID, int saveDate, int & dataLength); std::vector<unsigned char> GetSaveData(int saveID, int saveDate); |
