/test/language/unclassified/aux_fb1_gen.e
Specman e | 32 lines | 8 code | 3 blank | 21 comment | 0 complexity | e64048e518a9ba2f3ee65b9015e6275a MD5 | raw file
1-- This file is part of SmartEiffel The GNU Eiffel Compiler Tools and Libraries. 2-- See the Copyright notice at the end of this file. 3-- 4class AUX_FB1_GEN[E -> AUX_FB1_REF] 5 6feature {ANY} 7 item: E 8 9 set_item (i: like item) 10 do 11 item := i 12 end 13 14end -- class AUX_FB1_GEN 15-- 16-- ------------------------------------------------------------------------------------------------------------------------------ 17-- Copyright notice below. Please read. 18-- 19-- SmartEiffel is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, 20-- as published by the Free Software Foundation; either version 2, or (at your option) any later version. 21-- SmartEiffel is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty 22-- of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have 23-- received a copy of the GNU General Public License along with SmartEiffel; see the file COPYING. If not, write to the Free 24-- Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 25-- 26-- Copyright(C) 1994-2002: INRIA - LORIA (INRIA Lorraine) - ESIAL U.H.P. - University of Nancy 1 - FRANCE 27-- Copyright(C) 2003-2006: INRIA - LORIA (INRIA Lorraine) - I.U.T. Charlemagne - University of Nancy 2 - FRANCE 28-- 29-- Authors: Dominique COLNET, Philippe RIBET, Cyril ADRIAN, Vincent CROIZIER, Frederic MERIZEN 30-- 31-- http://SmartEiffel.loria.fr - SmartEiffel@loria.fr 32-- ------------------------------------------------------------------------------------------------------------------------------