First version of server side avatar upload feature (support for external avatar server). Still hard coded, cannot be configured.
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#define MAX_AVATAR_FILE_SIZE 30720
|
||||
|
||||
struct AvatarFileState;
|
||||
class UploaderThread;
|
||||
|
||||
class AvatarManager
|
||||
{
|
||||
@@ -77,6 +78,8 @@ private:
|
||||
|
||||
mutable boost::mutex m_cacheDirMutex;
|
||||
std::string m_cacheDir;
|
||||
|
||||
boost::shared_ptr<UploaderThread> m_uploader;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user