renamed IReferenceCountedObject to IRefCounted

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1529 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-07-04 11:08:54 +00:00
parent 09bedd2916
commit b85e34f36b
5 changed files with 23 additions and 23 deletions
@@ -50,7 +50,7 @@ namespace ProcessHacker.Common.Objects
/// the object will be freed.
/// </para>
/// </remarks>
public abstract class BaseObject : IDisposable, IReferenceCountedObject
public abstract class BaseObject : IDisposable, IRefCounted
{
private static int _createdCount = 0;
private static int _freedCount = 0;