diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-03-22 22:12:16 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-03-22 22:12:16 (GMT) |
| commit | 63af6abd29a161f6d1aa257aeb76f6891f512f74 (patch) | |
| tree | 841fc401ae8670ccd20131b2cf95ac2090662c25 /src/client/Client.h | |
| parent | 23873eae719a1c0a1227a4e108a158a9ec625462 (diff) | |
| download | powder-63af6abd29a161f6d1aa257aeb76f6891f512f74.zip powder-63af6abd29a161f6d1aa257aeb76f6891f512f74.tar.gz | |
Add and remove tags.\nBrings to light an interesting issue with adding or removing UI components within component Event handlers
Diffstat (limited to 'src/client/Client.h')
| -rw-r--r-- | src/client/Client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/Client.h b/src/client/Client.h index 084866b..55d813f 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -59,6 +59,8 @@ public: Save * GetSave(int saveID, int saveDate); void SetAuthUser(User user); User GetAuthUser(); + std::vector<string> * RemoveTag(int saveID, string tag); + std::vector<string> * AddTag(int saveID, string tag); std::string GetLastError() { return lastError; } |
