/src/wrappers/posix/dynamic-linking/library/dl_loader.e
Specman e | 29 lines | 4 code | 3 blank | 22 comment | 0 complexity | 2e8860ecbef779f3aeb6b0792ce05618 MD5 | raw file
1expanded class DL_LOADER 2 -- Access to the dynamic linking loader provided 3 -- by the operative systemi as an expanded class, 4 -- useful to to avoid namespace polluting. If you 5 -- don't know what "name space pollutiong" is or 6 -- if you just don't care insert 7 -- DYNAMIC_LINKING_LOADER. 8insert 9 DYNAMIC_LINKING_LOADER 10end -- class DL_LOADER 11 12 13-- Liberty Eiffel wrappers for GNU C library Copyright (C) 2013-2017: Paolo Redaelli, Free Software Foundation 14-- 15-- The GNU C Library is free software; you can redistribute it and/or 16-- modify it under the terms of the GNU Lesser General Public 17-- License as published by the Free Software Foundation; either 18-- version 2.1 of the License, or (at your option) any later version. 19-- 20-- The GNU C Library is distributed in the hope that it will be useful, 21-- but WITHOUT ANY WARRANTY; without even the implied warranty of 22-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23-- Lesser General Public License for more details. 24-- 25-- You should have received a copy of the GNU Lesser General Public 26-- License along with the GNU C Library; if not, write to the Free 27-- Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 28-- 02110-1301 USA 29