mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user