ML Reference
MeVis/Foundation/Sources/MLUtilities/mlComputerModelInfo.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 //-----------------------------------------------------------------------------
00003 /*
00004  *  mlComputerModelInfo.h
00005  *  MLSystemInfo
00006  *
00007  *  Created by Felix Ritter on 14.02.08.
00008  *
00009  */
00010 
00011 #ifndef _ComputerModelInfo_H
00012 #define _ComputerModelInfo_H
00013 
00014 #include "mlUtilsSystem.h"
00015 #include "mlSystemWarningsDisable.h"
00016 #include <string>
00017 #include "mlSystemWarningsRestore.h"
00018 
00019 ML_UTILS_START_NAMESPACE
00020 
00021 class ML_UTILS_EXPORT ComputerModelInfo
00022 {
00023 public:
00025   static const std::string &name();
00026 
00028   static const std::string kUnknownModel;
00029 };
00030 
00031 ML_UTILS_END_NAMESPACE
00032 
00033 #endif // _ComputerModelInfo_H