Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

tsleep.h

Go to the documentation of this file.
00001 /********************************************************************
00002        Copyright (c) 2001, Lee Patterson & Ant Works Software
00003        http://ssobjects.sourceforge.net
00004 
00005        created  :  07/31/2000 02:00pm
00006        filename :  tsleep.h
00007        author   :  Lee Patterson (lee@antws.com)
00008 
00009        purpose  :  puts the calling process or thread to sleep for 
00010                    specified number of milliseconds.
00011 
00012        notes    : this function is acurate to about 5 milliseconds.
00013 *********************************************************************/
00014 
00015 #include "defs.h"
00016 
00017 void tsleep(unsigned32 nMilliSeconds);  

Generated on Thu Nov 8 12:39:26 2001 for SimpleServerObjects by doxygen1.2.11 written by Dimitri van Heesch, © 1997-2001