I wrote classes using EXTERNALS because I came from ewg-gtk, where
portability were a value. 
Now I cannot see any reason to continue to write new wrappers this way:

A) class FOO
inherit 
        C_STRUCT
        FOO_EXTERNALS
......
end
 
instead of 
B) class FOO
inherit C_STRUCT
insert FOO_EXTERNALS
...
end

or even better
C) class FOO
inherit C_STRUCT
....
feature {NONE} -- External calls
--the content of the former FOO_EXTERNAL copied here
end

What do you think? A,b or c?
        Paolo


_______________________________________________
Eiffel-libraries-devel mailing list
[email protected]
https://mail.gna.org/listinfo/eiffel-libraries-devel

Reply via email to