Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/shared/Communication.h

Issue 10809053: Terminate the engine if another instance is already running (Closed)
Patch Set: Created June 6, 2013, 1:43 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/shared/Communication.h
===================================================================
--- a/src/shared/Communication.h
+++ b/src/shared/Communication.h
@@ -161,6 +161,8 @@
protected:
HANDLE pipe;
};
+
+ bool PipeExists(const std::wstring& name);
}
#endif
« src/engine/main.cpp ('K') | « src/engine/main.cpp ('k') | src/shared/Communication.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld