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