| /[Apache-SVN]/webservices/axis2/trunk/c/include/axis2_listener_manager.h |
Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Hackathon of client api
Fixed formatting
Fixing jira issue 292
Changed return value of free method to be void
Dropped macros
Dropped ops; fixed formatting; removed unused functions and commented blocks of code;
Fixed loads of stuff. 1. Removeduse of qnames where it can be done with other more efficient means 2. Removed hash and replaced with array where it would be possible and more efficient to use arryas 3. Removed unwated buffer duplication in xml writer 4. Removed unwanted namespace declaration checking in libxml writer wrapper
Fixing jira issue 436.
Fixed more coding style stuff, doc comments and spellings
Moved listener_manager.h from clientapi folder to main include folder and renamed axis2_listner_manager.h. Dynamic client sample is now working in client side.
more -Wwrite-strings related fixes
Replacing all tab characters with 4 spaces
Replaced AXIS2_DECLARE with AXIS2_EXTERN to seperate the concerns of import/export and calling convention
Replaced the double pointer parameter for environment with single const pointer This would make the code more efficinet and also removed the unwanted use of double pointer parameter
Fixed a typo in AXIS2_LISTENER_MANAGER_STOP macro
code formatted according to standards and bugs memory leaks fixed
Wrote a missing method in call.c. Now echo client is not segfaulting. But still the client return with failure.
Moved files from src to modules folder in core subfolders
Fixed few bugs
Added initial listener manager and related changes
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |