summaryrefslogtreecommitdiff
path: root/src/ipcman/ipcshared.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcman/ipcshared.h')
-rw-r--r--src/ipcman/ipcshared.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipcman/ipcshared.h b/src/ipcman/ipcshared.h
index d40b0ba53e..865509dfc3 100644
--- a/src/ipcman/ipcshared.h
+++ b/src/ipcman/ipcshared.h
@@ -75,8 +75,8 @@ public:
HANDLE & pPrivateNamespace,
PSID* pSID,
BOOL bCreate);
- static HRESULT IPCShared::FreeHandles(HANDLE & hDescriptor, PSID & pSID);
- static HRESULT IPCShared::FreeHandles(HANDLE & hBoundaryDescriptor, PSID & pSID, HANDLE & hPrivateNamespace);
+ static HRESULT FreeHandles(HANDLE & hDescriptor, PSID & pSID);
+ static HRESULT FreeHandles(HANDLE & hBoundaryDescriptor, PSID & pSID, HANDLE & hPrivateNamespace);
static HRESULT CreateWinNTDescriptor(DWORD pid, BOOL bRestrictiveACL, SECURITY_ATTRIBUTES **ppSA, KernelObject whatObject);
static HRESULT CreateWinNTDescriptor(DWORD pid, BOOL bRestrictiveACL, SECURITY_ATTRIBUTES **ppSA, KernelObject whatObject, EDescriptorType descType);
static void DestroySecurityAttributes(SECURITY_ATTRIBUTES *pSA);