BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
system.h
Go to the documentation of this file.
1 // -*- Mode: C++; tab-width: 2; -*-
2 // vi: set ts=2:
3 //
4 // $Id: system.h,v 1.2 2002/02/27 12:18:19 sturm Exp $
5 // SYSTEM header file
6 // collective header file for all headers in BALL/SYSTEM
7 
8 #ifndef BALL_SYSTEM_H
9 #define BALL_SYSTEM_H
10 
11 #ifndef BALL_SYSTEM_DIRECTORY_H
12 # include <BALL/SYSTEM/directory.h>
13 #endif
14 
15 #ifndef BALL_SYSTEM_FILE_H
16 # include <BALL/SYSTEM/file.h>
17 #endif
18 
19 #ifndef BALL_SYSTEM_FILESYSTEM_H
20 # include <BALL/SYSTEM/fileSystem.h>
21 #endif
22 
23 #ifndef BALL_SYSTEM_SOCKET_H
24 # include <BALL/SYSTEM/socket.h>
25 #endif
26 
27 #ifndef BALL_SYSTEM_TIMER_H
28 # include <BALL/SYSTEM/timer.h>
29 #endif
30 
31 #endif // BALL_SYSTEM_H