note
	description: "Shared platform-dependent properties"
	pattern: "Singleton"
	library: "Gobo Eiffel Kernel Library"
	copyright: "Copyright (c) 1999-2018, Eric Bezault and others"
	license: "MIT License"
	date: "$Date: 2019-02-07 22:54:15 +0000 (Thu, 07 Feb 2019) $"
	revision: "$Revision: 102807 $"

class interface
	KL_SHARED_PLATFORM

create 
	default_create

feature -- Access

	Platform: KL_PLATFORM
			-- Platform-dependent properties
		ensure
			instance_free: class
			platform_not_void: Result /= Void
	
end -- class KL_SHARED_PLATFORM

Generated by ISE EiffelStudio