Removal of `is' keyword.
Replacement of `is' by `=' for constant definitions. Replaced `indexing' by `note'. git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@76420 8089f293-4706-0410-a29e-feb5c42a2edf
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
indexing
|
||||
note
|
||||
description: "[
|
||||
Interactive with native system APIs for dynamic loading.
|
||||
GTK verson.
|
||||
@@ -13,7 +13,7 @@ class
|
||||
|
||||
feature -- Command
|
||||
|
||||
load_module (a_name: STRING): POINTER is
|
||||
load_module (a_name: STRING): POINTER
|
||||
-- Load module with `a_name'.
|
||||
-- `a_name' is LPCTSTR, we should use WEL_STRING here.
|
||||
require
|
||||
@@ -25,7 +25,7 @@ feature -- Command
|
||||
Result := {EV_GTK_EXTERNALS}.g_module_open (l_c_string.item, 0)
|
||||
end
|
||||
|
||||
loal_api (a_module: POINTER; a_name: STRING): POINTER is
|
||||
loal_api (a_module: POINTER; a_name: STRING): POINTER
|
||||
-- Load api which name is `a_name' in `a_module'
|
||||
require
|
||||
exists: a_module /= default_pointer
|
||||
@@ -44,7 +44,7 @@ feature -- Command
|
||||
end
|
||||
end
|
||||
|
||||
indexing
|
||||
note
|
||||
copyright: "Copyright (c) 1984-2007, Eiffel Software"
|
||||
license: "GPL version 2 (see http://www.eiffel.com/licensing/gpl.txt)"
|
||||
licensing_options: "http://www.eiffel.com/licensing"
|
||||
|
||||
Reference in New Issue
Block a user