INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "INFORMATION"
project: "Visual Eiffel Library"
revision: "$Revision: 1.2 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: gmsgs
class INFORMATION
inherit

MESSAGE
redefine
is_error,
out,
to_add
end
creation

make
feature

to_add: BOOLEAN

is_error: BOOLEAN

out: STRING
end -- class INFORMATION

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES