systemCalls.h

Go to the documentation of this file.
00001 // -*- Mode: C++; tab-width: 2; -*-
00002 // vi: set ts=2:
00003 //
00004 // $Id: systemCalls.h,v 1.1.6.1 2007/03/25 21:25:39 oliver Exp $
00005 //
00006 
00007 #ifndef BALL_SYSTEM_SYSTEM_CALLS
00008 #define BALL_SYSTEM_SYSTEM_CALLS
00009 
00010 #ifndef BALL_COMMON_H
00011 # include <BALL/common.h>
00012 #endif
00013 
00014 namespace BALL
00015 {
00016   BALL_EXPORT void sleepFor(Size mseconds);
00017 }
00018 
00019 #endif // BALL_SYSTEM_SYSTEM_CALLS