class EL_SYSTEM_ROUTINES_IMP
Unix implementation of EL_SYSTEM_ROUTINES_I interface
note
description: "Unix implementation of ${EL_SYSTEM_ROUTINES_I} interface"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2022 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2024-01-20 19:18:26 GMT (Saturday 20th January 2024)"
revision: "8"
class
EL_SYSTEM_ROUTINES_IMP
inherit
EL_SYSTEM_ROUTINES_I
export
{NONE} all
end
EL_UNIX_IMPLEMENTATION
feature {NONE} -- Factory
new_cpu_model_name: STRING
do
Result := cpu_info.model_name
end
end