/[Apache-SVN]/webservices/axis2/trunk/c/include/axis2_svc_skeleton.h
ViewVC logotype

Log of /webservices/axis2/trunk/c/include/axis2_svc_skeleton.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 580274 - (view) (annotate) - [select for diffs]
Modified Fri Sep 28 09:47:09 2007 UTC (2 years, 2 months ago) by samisa
File length: 5978 byte(s)
Diff to previous 548980 (colored)
Fixed formatting

Revision 548980 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 08:12:42 2007 UTC (2 years, 5 months ago) by samisa
File length: 5908 byte(s)
Diff to previous 548979 (colored)
Fixed break

Revision 548979 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 08:10:52 2007 UTC (2 years, 5 months ago) by damitha
File length: 5909 byte(s)
Diff to previous 548964 (colored)
I have mistakenly declared a function twice. Fixed it

Revision 548964 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 07:22:06 2007 UTC (2 years, 5 months ago) by damitha
File length: 6431 byte(s)
Diff to previous 548962 (colored)
Sorry I have mistakenly replaced wrong build files. Correcting them.

Revision 548962 - (view) (annotate) - [select for diffs]
Modified Wed Jun 20 07:13:37 2007 UTC (2 years, 5 months ago) by damitha
File length: 5909 byte(s)
Diff to previous 524546 (colored)
added a init function to axis2_svc_skeleton so that it can take conf as parameter

Revision 524546 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 06:47:48 2007 UTC (2 years, 7 months ago) by samisa
File length: 5132 byte(s)
Diff to previous 524544 (colored)
Made ops struct static

Revision 524544 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 06:27:40 2007 UTC (2 years, 7 months ago) by samisa
File length: 5126 byte(s)
Diff to previous 524188 (colored)
Arranged ops struct members

Revision 524188 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 17:26:22 2007 UTC (2 years, 7 months ago) by pini
File length: 5127 byte(s)
Diff to previous 524073 (colored)
Fixing jira issue 292

Revision 524073 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 13:19:43 2007 UTC (2 years, 7 months ago) by pini
File length: 5123 byte(s)
Diff to previous 483049 (colored)
Fixing jira issue 292

Revision 483049 - (view) (annotate) - [select for diffs]
Modified Wed Dec 6 12:25:47 2006 UTC (2 years, 11 months ago) by pini
File length: 5121 byte(s)
Diff to previous 464956 (colored)
Fixing jira issue 436.

Revision 464956 - (view) (annotate) - [select for diffs]
Modified Tue Oct 17 16:44:10 2006 UTC (3 years, 1 month ago) by samisa
File length: 4940 byte(s)
Diff to previous 447019 (colored)
Formatted service skeleton header and removed unwasnted free_void_arg method

Revision 447019 - (view) (annotate) - [select for diffs]
Modified Sun Sep 17 05:24:11 2006 UTC (3 years, 2 months ago) by samisa
File length: 4620 byte(s)
Diff to previous 428639 (colored)
Rmoved AXIS2_DECLARE_DATA that is used with struct declarations which was incorrect
Fix for AXIS2C-259

Revision 428639 - (view) (annotate) - [select for diffs]
Modified Fri Aug 4 06:19:55 2006 UTC (3 years, 3 months ago) by samisa
File length: 4656 byte(s)
Diff to previous 427445 (colored)
Fxed tabs and formatting

Revision 427445 - (view) (annotate) - [select for diffs]
Modified Tue Aug 1 05:13:45 2006 UTC (3 years, 3 months ago) by pini
File length: 4618 byte(s)
Diff to previous 420771 (colored)
Updated doxygen comments to clean doc structure


Revision 420771 - (view) (annotate) - [select for diffs]
Modified Tue Jul 11 09:21:08 2006 UTC (3 years, 4 months ago) by pini
File length: 4546 byte(s)
Diff to previous 418305 (colored)
Updated doxygen comments to clean doc structure


Revision 418305 - (view) (annotate) - [select for diffs]
Modified Fri Jun 30 14:51:14 2006 UTC (3 years, 4 months ago) by samisa
File length: 2924 byte(s)
Diff to previous 413606 (colored)
More header doxygen comment related fixes

Revision 413606 - (view) (annotate) - [select for diffs]
Modified Mon Jun 12 08:26:30 2006 UTC (3 years, 5 months ago) by damitha
File length: 2854 byte(s)
Diff to previous 411506 (colored)
Renamed axis_om prefix as axiom

Revision 411506 - (view) (annotate) - [select for diffs]
Modified Sun Jun 4 03:09:08 2006 UTC (3 years, 5 months ago) by samisa
File length: 2869 byte(s)
Diff to previous 410712 (colored)
Replacing all tab characters with 4 spaces

Revision 410712 - (view) (annotate) - [select for diffs]
Modified Thu Jun 1 01:36:55 2006 UTC (3 years, 5 months ago) by samisa
File length: 2853 byte(s)
Diff to previous 410566 (colored)
Replaced AXIS2_DECLARE with AXIS2_EXTERN to seperate the concerns of import/export and calling convention

Revision 410566 - (view) (annotate) - [select for diffs]
Modified Wed May 31 15:54:07 2006 UTC (3 years, 5 months ago) by samisa
File length: 2844 byte(s)
Diff to previous 394022 (colored)
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

Revision 394022 - (view) (annotate) - [select for diffs]
Modified Fri Apr 14 05:43:51 2006 UTC (3 years, 7 months ago) by samisa
File length: 2814 byte(s)
Diff to previous 384435 (colored)
Added message context as a parameter to the invoke method of service skeleton.
This is required to manage the service specific stuff at service implementation 
level, e.g. outgoing WSA action, session management etc.

Revision 384435 - (view) (annotate) - [select for diffs]
Modified Thu Mar 9 05:28:39 2006 UTC (3 years, 8 months ago) by damitha
File length: 2731 byte(s)
Diff to previous 383503 (colored)
Oh my mistake

Revision 383503 - (view) (annotate) - [select for diffs]
Modified Mon Mar 6 09:47:19 2006 UTC (3 years, 8 months ago) by damitha
File length: 2749 byte(s)
Diff to previous 383455 (colored)
I have removed some lines that I have added in my previous
commit which is junk

Revision 383455 - (view) (annotate) - [select for diffs]
Modified Mon Mar 6 03:25:26 2006 UTC (3 years, 8 months ago) by damitha
File length: 2994 byte(s)
Diff to previous 367933 (colored)
There was this problem of freeing properties which were set
in ctx.c. I solved this by adopting the same technique as
wsdl_component.


Revision 367933 - (view) (annotate) - [select for diffs]
Modified Wed Jan 11 05:23:24 2006 UTC (3 years, 10 months ago) by damitha
File length: 2637 byte(s)
Diff to previous 366485 (colored)
Fixed AXIS2C-6 jira issue

Revision 366485 - (view) (annotate) - [select for diffs]
Modified Fri Jan 6 11:59:44 2006 UTC (3 years, 10 months ago) by damitha
File length: 2637 byte(s)
Diff to previous 359674 (colored)
Added new file repos_listener. Now all code for deployment and
description are in place


Revision 359674 - (view) (annotate) - [select for diffs]
Modified Thu Dec 29 02:09:19 2005 UTC (3 years, 10 months ago) by samisa
File length: 2639 byte(s)
Diff to previous 359467 (colored)
Fixed compilation error by adding array list header

Revision 359467 - (view) (annotate) - [select for diffs]
Modified Wed Dec 28 10:13:06 2005 UTC (3 years, 11 months ago) by damitha
File length: 2609 byte(s)
Diff to previous 358727 (colored)
Merged the two files calc_svc.c and calc_skeleton.c(Now all code in
calc_skeleton.c. Added license info


Revision 358727 - (view) (annotate) - [select for diffs]
Added Fri Dec 23 06:01:09 2005 UTC (3 years, 11 months ago) by damitha
File length: 2851 byte(s)
Added new files

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.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2