BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
systemCalls.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 // $Id: systemCalls.h,v 1.1.6.1 2007/03/25 21:25:39 oliver Exp $
5 //
6 
7 #ifndef BALL_SYSTEM_SYSTEM_CALLS
8 #define BALL_SYSTEM_SYSTEM_CALLS
9 
10 #ifndef BALL_COMMON_H
11 # include <BALL/common.h>
12 #endif
13 
14 namespace BALL
15 {
16  BALL_EXPORT void sleepFor(Size mseconds);
17 }
18 
19 #endif // BALL_SYSTEM_SYSTEM_CALLS
BALL_SIZE_TYPE Size
BALL_EXPORT void sleepFor(Size mseconds)
#define BALL_EXPORT
Definition: COMMON/global.h:50