note description: "Helper routines used in capture/replay framework" status: "See notice at end of class." legal: "See notice at end of class." date: "$Date$" revision: "$Revision$" class RT_CAPTURE_REPLAY feature -- Output frozen print_string (a_string: STRING) -- Print `a_string' to STDOUT even if we are in replay mode external "built_in" end frozen thread_id: NATURAL_64 -- Thread ID for current thread -- -- Note: is zero if application is not thread capable or current thread has -- not triggered any capture/replay event yet. external "built_in" end frozen enable_debug_output -- Enable debug output. external "built_in" end frozen disable_debug_output -- Disable debug output. external "built_in" end note library: "EiffelBase: Library of reusable components for Eiffel." copyright: "Copyright (c) 1984-2008, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" source: "[ Eiffel Software 356 Storke Road, Goleta, CA 93117 USA Telephone 805-685-1006, Fax 805-685-6869 Website http://www.eiffel.com Customer support http://support.eiffel.com ]" end