Fix compile warning on win.

--HG--
branch : trunk
This commit is contained in:
n0n4m3
2010-02-10 18:36:08 +03:00
parent 293ea07a25
commit a893682dbf

View File

@@ -40,7 +40,7 @@ namespace ACE_Based
delete this;
}
private:
ACE_Atomic_Op<ACE_Thread_Mutex, int> m_refs;
ACE_Atomic_Op<ACE_Thread_Mutex, long> m_refs;
};
enum Priority