summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/icq_rates.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-03-12 20:34:18 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-03-12 20:34:18 +0000
commit44eb90b35fb7f6be9910d6d5e51bfeed36abe4c8 (patch)
treec7b15a375257ad0f0e4eeb0dcebe03fd23563880 /protocols/IcqOscarJ/src/icq_rates.h
parentd42e00ade03da9d1ac5c642bc32aa648fbe0c1d2 (diff)
more code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@12389 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_rates.h')
-rw-r--r--protocols/IcqOscarJ/src/icq_rates.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/IcqOscarJ/src/icq_rates.h b/protocols/IcqOscarJ/src/icq_rates.h
index 9c6607d910..c3c8f560f3 100644
--- a/protocols/IcqOscarJ/src/icq_rates.h
+++ b/protocols/IcqOscarJ/src/icq_rates.h
@@ -127,7 +127,7 @@ class rates_queue : public MZeroedObject
const char *szDescr;
int duplicates;
- mir_cs listsMutex; // we need to be thread safe
+ mir_cs csLists; // we need to be thread safe
LIST<rates_queue_item> lstPending;
protected:
@@ -136,7 +136,7 @@ protected:
void initDelay(int nDelay, IcqRateFunc delaycode);
public:
- rates_queue(CIcqProto *ppro, const char *szDescr, int nLimitLevel, int nWaitLevel, int nDuplicates = 0);
+ rates_queue(CIcqProto *ppro, const char *szDescr, int nLimitLevel, int nWaitLevel, int nDuplicates);
~rates_queue();
void putItem(rates_queue_item *pItem, int nMinDelay);