Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2004-02-12 21:12:51 +0000
committerAlain Magloire2004-02-12 21:12:51 +0000
commitc2ba759a8cb1be0f2888ada5e71828b60926388b (patch)
treed5641e0b75031c4cfae0440d8edcf4a5551e4fde /core/org.eclipse.cdt.core.win32/library/StdAfx.c
parent385ac1b870575ff371cf0a8b4bc2558d14697d00 (diff)
downloadorg.eclipse.cdt-c2ba759a8cb1be0f2888ada5e71828b60926388b.tar.gz
org.eclipse.cdt-c2ba759a8cb1be0f2888ada5e71828b60926388b.tar.xz
org.eclipse.cdt-c2ba759a8cb1be0f2888ada5e71828b60926388b.zip
Update the starter/spawner to use named pipes.
Patch from alex.
Diffstat (limited to 'core/org.eclipse.cdt.core.win32/library/StdAfx.c')
-rw-r--r--core/org.eclipse.cdt.core.win32/library/StdAfx.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/core/org.eclipse.cdt.core.win32/library/StdAfx.c b/core/org.eclipse.cdt.core.win32/library/StdAfx.c
index dc7550edf6d..318bc9214a6 100644
--- a/core/org.eclipse.cdt.core.win32/library/StdAfx.c
+++ b/core/org.eclipse.cdt.core.win32/library/StdAfx.c
@@ -1,12 +1,16 @@
/**********************************************************************
- * Copyright (c) 2002,2003 QNX Software Systems and others.
+ * Copyright (c) 2002-2004 QNX Software Systems and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Common Public License v0.5
+ * are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/cpl-v05.html
+ * http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* QNX Software Systems - Initial API and implementation
+ *
+ * StdAfx.c
+ *
+ * This is a part of JNI implementation of spawner
***********************************************************************/
// stdafx.cpp : source file that includes just the standard includes
// spawner.pch will be the pre-compiled header

Back to the top