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

Unified Diff: src/shared/AutoHandle.cpp

Issue 10786016: Moved all pipe functionality into a self-containing Communication::Pipe class (Closed)
Patch Set: Created May 31, 2013, 11:48 a.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/AutoHandle.cpp
===================================================================
--- a/src/shared/AutoHandle.cpp
+++ b/src/shared/AutoHandle.cpp
@@ -1,10 +1,8 @@
-#include "..\engine\stdafx.h"
-
#include "AutoHandle.h"
AutoHandle::AutoHandle()
{
}
AutoHandle::AutoHandle(HANDLE handle) : handle(handle)
{

Powered by Google App Engine
This is Rietveld