Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
code generation, core/addressing, core/clientapi, core/context, core/deployment, core/description, core/engine, core/phaseresolver, core/receivers, core/transport, documentation, guththila, platforms, platforms/unix, platforms/windows, rampart, samples, tests, transport/http, util, woden, wsdl, xml/om, xml/parser, xml/schema, xml/soap
-
None
Description
The entry points to the functions in .c files are given throught the ops struct.
Therefore we need not export the functions in .c files which makes for larger
runtime overhead etc. There for make them static as far as possible