class APPLICATION_ROOT

(source code)

description

Unix implementation of root class COMMON_ROOT

note
	description: "Unix implementation of root class ${COMMON_ROOT}"

	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-10-04 11:03:11 GMT (Friday 4th October 2024)"
	revision: "2"

class
	APPLICATION_ROOT

inherit
	COMMON_APPLICATION_ROOT

	EL_UNIX_IMPLEMENTATION

create
	make

feature -- Access

	compile_unix: TUPLE
		do
			create Result
		end

end