Added some stubs in order to

implement them some time

svn path=/trunk/; revision=3459
This commit is contained in:
Robert Kopferl 2002-09-04 22:19:47 +00:00
parent 296c5258a4
commit 449e39d06a
9 changed files with 438 additions and 25 deletions

View file

@ -1,10 +1,12 @@
/* $Id: process.cpp,v 1.4 2002/07/26 00:23:13 robertk Exp $
/* $Id: process.cpp,v 1.5 2002/09/04 22:19:47 robertk Exp $
*/
/*
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS OS/2 sub system
* FILE: dll/process.cpp
* PART: doscalls.dll
* FILE: process.cpp
* CONTAINS: process and thread related CP-functions.
* PURPOSE: Kernelservices for OS/2 apps
* PROGRAMMER: Robert K. nonvolatil@yahoo.de
* REVISION HISTORY:
@ -28,7 +30,7 @@ APIRET STDCALL DosSleep(ULONG msec)
}
/* $Id: process.cpp,v 1.4 2002/07/26 00:23:13 robertk Exp $ */
/* $Id: process.cpp,v 1.5 2002/09/04 22:19:47 robertk Exp $ */
/* Terminates the current thread or the current Process.
Decission is made by action
FIXME: move this code to OS2.EXE */