| Index: src/shared/Communication.h |
| =================================================================== |
| --- a/src/shared/Communication.h |
| +++ b/src/shared/Communication.h |
| @@ -12,6 +12,7 @@ |
| namespace Communication |
| { |
| extern const std::wstring pipeName; |
| + extern std::wstring browserSID; |
| enum ProcType : uint32_t { |
| PROC_MATCHES, |
| @@ -190,6 +191,7 @@ |
| protected: |
| HANDLE pipe; |
| + PSECURITY_DESCRIPTOR securitydescriptor; |
|
Oleksandr
2013/09/17 08:27:19
We need to be able to delete it when object is des
Felix Dahlke
2013/09/17 09:13:51
Shouldn't it have the same lifetime as the SECURIT
|
| }; |
| } |