diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-28 17:42:26 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-01-28 17:42:26 -0500 |
commit | c0e04408f378e5725a637d43c1457af8684a9e80 (patch) | |
tree | c453d1e39ed802bd902e69cb1c52df846be4a2f6 /indra/newview/llappearancemgr.h | |
parent | 438ceeb008b7c4eec0fc48894935289ca352fc65 (diff) | |
parent | cbf7de453869749abd9fead08897d1e154bb0f5e (diff) |
merge
Diffstat (limited to 'indra/newview/llappearancemgr.h')
-rwxr-xr-x | indra/newview/llappearancemgr.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.h b/indra/newview/llappearancemgr.h index bb4c9ee5a2..1a1ca1ca7d 100755 --- a/indra/newview/llappearancemgr.h +++ b/indra/newview/llappearancemgr.h @@ -94,7 +94,14 @@ public: const LLUUID getCOF() const; S32 getCOFVersion() const; + // COF version of last viewer-initiated appearance update request. S32 mLastUpdateRequestCOFVersion; + S32 getLastUpdateRequestCOFVersion() const; + + // COF version of last appearance message received for self av. + S32 mLastAppearanceUpdateCOFVersion; + S32 getLastAppearanceUpdateCOFVersion() const; + void setLastAppearanceUpdateCOFVersion(S32 new_val); // Finds the folder link to the currently worn outfit const LLViewerInventoryItem *getBaseOutfitLink(); |