2 * Copyright 2013, Rene Gollent, rene@gollent.com.
3 * Distributed under the terms of the MIT License.
8 #include <sys/utsname.h>
19 SystemInfo(const SystemInfo
& other
);
20 SystemInfo(team_id team
,
21 const system_info
& info
,
24 void SetTo(team_id team
, const system_info
& info
,
27 team_id
TeamID() const { return fTeam
; }
29 const system_info
& GetSystemInfo() const { return fSystemInfo
; }
31 const utsname
& GetSystemName() const { return fSystemName
; }
35 system_info fSystemInfo
;
40 #endif // SYSTEM_INFO_H