mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Format unittests (#906)
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
#include "stdafx.h"
|
||||
#include "MockPowerRenameRegExEvents.h"
|
||||
|
||||
IFACEMETHODIMP_(ULONG) CMockPowerRenameRegExEvents::AddRef()
|
||||
IFACEMETHODIMP_(ULONG)
|
||||
CMockPowerRenameRegExEvents::AddRef()
|
||||
{
|
||||
return InterlockedIncrement(&m_refCount);
|
||||
}
|
||||
|
||||
IFACEMETHODIMP_(ULONG) CMockPowerRenameRegExEvents::Release()
|
||||
IFACEMETHODIMP_(ULONG)
|
||||
CMockPowerRenameRegExEvents::Release()
|
||||
{
|
||||
long refCount = InterlockedDecrement(&m_refCount);
|
||||
|
||||
@@ -66,4 +68,3 @@ HRESULT CMockPowerRenameRegExEvents::s_CreateInstance(_Outptr_ IPowerRenameRegEx
|
||||
}
|
||||
return hr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user