diff options
Diffstat (limited to 'indra/newview/llpersonmodelcommon.h')
| -rw-r--r-- | indra/newview/llpersonmodelcommon.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/indra/newview/llpersonmodelcommon.h b/indra/newview/llpersonmodelcommon.h index 1e9117c2df..ffd145b549 100644 --- a/indra/newview/llpersonmodelcommon.h +++ b/indra/newview/llpersonmodelcommon.h @@ -178,11 +178,18 @@ public: // + Count // +-------------------------------------------------------------------+ // Note : we currently filter the whole person list at once, no need to count then. - void setFilterCount(S32 count) { } - S32 getFilterCount() const { return 1; } - void decrementFilterCount() { } + //void setFilterCount(S32 count) { } + //S32 getFilterCount() const { return 1; } + //void decrementFilterCount() { } // +-------------------------------------------------------------------+ + // + Time + // +-------------------------------------------------------------------+ + // Note : we currently filter the whole person list at once, no need to timeout then. + void resetTime(S32 timeout) { } + bool isTimedOut() { return false; } + + // +-------------------------------------------------------------------+ // + Default // +-------------------------------------------------------------------+ // Note : we don't support runtime default setting for person filter |
