Class DT_SHARED_SYSTEM_CLOCK |
note
description: "Shared system clocks" pattern: "Singleton" library: "Gobo Eiffel Time Library" author: "Eric Bezault <ericb@gobosoft.com>" copyright: "Copyright (c) 2001, Eric Bezault and others" license: "MIT License"
class interface
DT_SHARED_SYSTEM_CLOCK
feature -- Access
system_clock: DT_SYSTEM_CLOCK -- Local system clock ensure system_clock_not_void: Result /= Voidutc_system_clock: DT_UTC_SYSTEM_CLOCK -- UTC system clock ensure utc_system_clock_not_void: Result /= Void
end -- class DT_SHARED_SYSTEM_CLOCK
Copyright © 2001, Eric
Bezault mailto:ericb@gobosoft.com http://www.gobosoft.com Last Updated: 10 April 2001 |