/src/tools/wrappers-generator/unicode/unicode_string_handler.e
Specman e | 36 lines | 4 code | 2 blank | 30 comment | 0 complexity | f1f5d869ffe899d1ac4b76dfa3dd0592 MD5 | raw file
1-- See the Copyright notice at the end of this file. 2-- 3class UNICODE_STRING_HANDLER 4 -- Inherit this class if you need access to UNICODE_STRING internal storage. 5 6insert 7 ANY 8 9end -- class UNICODE_STRING_HANDLER 10-- 11-- ------------------------------------------------------------------------------------------------------------ 12-- Copyright notice below. Please read. 13-- 14-- This file is part of the SmartEiffel standard library. 15-- Copyright(C) 1994-2002: INRIA - LORIA (INRIA Lorraine) - ESIAL U.H.P. - University of Nancy 1 - FRANCE 16-- Copyright(C) 2003-2006: INRIA - LORIA (INRIA Lorraine) - I.U.T. Charlemagne - University of Nancy 2 - FRANCE 17-- 18-- Authors: Dominique COLNET, Philippe RIBET, Cyril ADRIAN, Vincent CROIZIER, Frederic MERIZEN 19-- 20-- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated 21-- documentation files (the "Software"), to deal in the Software without restriction, including without 22-- limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of 23-- the Software, and to permit persons to whom the Software is furnished to do so, subject to the following 24-- conditions: 25-- 26-- The above copyright notice and this permission notice shall be included in all copies or substantial 27-- portions of the Software. 28-- 29-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT 30-- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO 31-- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 32-- AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE 33-- OR OTHER DEALINGS IN THE SOFTWARE. 34-- 35-- http://SmartEiffel.loria.fr - SmartEiffel@loria.fr 36-- ------------------------------------------------------------------------------------------------------------