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

Platform/ProcessFramework.h

Go to the documentation of this file.
00001 /**
00002 * @file Platform/ProcessFramework.h
00003 *
00004 * Inclusion of platform dependend process related classes and macros.
00005 *
00006 * @author <a href="mailto:martin@martin-loetzsch.de">Martin Lötzsch</a>
00007 */
00008 
00009 #ifdef APERIOS1_3_2
00010 #include "Aperios1.3.2/ProcessFramework.h"
00011 #define PROCESSFRAMEWORK_INCLUDED
00012 #endif
00013 
00014 #ifdef _WIN32
00015 #include "Win32/ProcessFramework.h"
00016 #define PROCESSFRAMEWORK_INCLUDED
00017 #endif
00018 
00019 #ifdef LINUX
00020 #include "Linux/ProcessFramework.h"
00021 #define PROCESSFRAMEWORK_INCLUDED
00022 #endif
00023 
00024 #ifdef CYGWIN
00025 #include "Linux/ProcessFramework.h"
00026 #define PROCESSFRAMEWORK_INCLUDED
00027 #endif
00028 
00029 #ifndef PROCESSFRAMEWORK_INCLUDED
00030 #error Unknown platform
00031 #endif

Generated on Mon Mar 20 22:00:00 2006 for GT2005 by doxygen 1.3.6