Buncha pointless sync and cleanup

This commit is contained in:
Lirusaito
2016-05-27 12:17:30 -04:00
parent 8f14d86a5e
commit f33429f1bb
26 changed files with 253 additions and 206 deletions

View File

@@ -53,7 +53,7 @@ public:
*/
protected:
void onAvatarNameLookup(const LLUUID& idAgent, const LLAvatarName& avName);
void onBtnCopyToClipboard();
void onBtnCopyToClipboard() const;
void onCommand(const RlvCommand& rlvCmd, ERlvCmdRet eRet);
void refreshAll();
@@ -88,8 +88,8 @@ public:
* Member functions
*/
protected:
void onRlvCommand(const RlvCommand& rlvCmd, ERlvCmdRet eRet);
void refreshAll();
void onRlvCommand(const RlvCommand& rlvCmd, ERlvCmdRet eRet) const;
void refreshAll() const;
/*
* Member variables