You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2004/06/14 07:56:29 UTC

cvs commit: ws-axis/c/samples/server/doclitfault MathOps.cpp MathOps.h MathOpsWrapper.cpp MathOpsWrapper.h

damitha     2004/06/13 22:56:29

  Modified:    c/samples/server/doclitfault MathOps.cpp MathOps.h
                        MathOpsWrapper.cpp MathOpsWrapper.h
  Log:
  
  
  Revision  Changes    Path
  1.4       +19 -0     ws-axis/c/samples/server/doclitfault/MathOps.cpp
  
  Index: MathOps.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/doclitfault/MathOps.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MathOps.cpp	28 May 2004 03:19:35 -0000	1.3
  +++ MathOps.cpp	14 Jun 2004 05:56:29 -0000	1.4
  @@ -1,4 +1,23 @@
   /*
  + *   Copyright 2003-2004 The Apache Software Foundation.
  + *
  + *   Licensed under the Apache License, Version 2.0 (the "License");
  + *   you may not use this file except in compliance with the License.
  + *   You may obtain a copy of the License at
  + *
  + *       http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *   Unless required by applicable law or agreed to in writing, software
  + *   distributed under the License is distributed on an "AS IS" BASIS,
  + *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *   See the License for the specific language governing permissions and
  + *   limitations under the License.
  + *
  + *
  + *   @author Damitha Kumarage (damitha@opensource.lk, damitha@jkcsworld.com)
  + *
  + */
  +/*
    *This is the Service implementation CPP file genarated by theWSDL2Ws.
    *		MathOps.cpp: implemtation for the MathOps.
    *
  
  
  
  1.4       +20 -0     ws-axis/c/samples/server/doclitfault/MathOps.h
  
  Index: MathOps.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/doclitfault/MathOps.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MathOps.h	28 May 2004 03:19:35 -0000	1.3
  +++ MathOps.h	14 Jun 2004 05:56:29 -0000	1.4
  @@ -1,4 +1,24 @@
   /*
  + *   Copyright 2003-2004 The Apache Software Foundation.
  + *
  + *   Licensed under the Apache License, Version 2.0 (the "License");
  + *   you may not use this file except in compliance with the License.
  + *   You may obtain a copy of the License at
  + *
  + *       http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *   Unless required by applicable law or agreed to in writing, software
  + *   distributed under the License is distributed on an "AS IS" BASIS,
  + *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *   See the License for the specific language governing permissions and
  + *   limitations under the License.
  + *
  + *
  + *   @author Damitha Kumarage (damitha@opensource.lk, damitha@jkcsworld.com)
  + *
  + */
  +
  +/*
    * This is the Service Class genarated by the tool WSDL2Ws
    * MathOps.h: interface for the MathOpsclass.
    *
  
  
  
  1.5       +20 -0     ws-axis/c/samples/server/doclitfault/MathOpsWrapper.cpp
  
  Index: MathOpsWrapper.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/doclitfault/MathOpsWrapper.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MathOpsWrapper.cpp	31 May 2004 03:47:49 -0000	1.4
  +++ MathOpsWrapper.cpp	14 Jun 2004 05:56:29 -0000	1.5
  @@ -1,4 +1,24 @@
   /*
  + *   Copyright 2003-2004 The Apache Software Foundation.
  + *
  + *   Licensed under the Apache License, Version 2.0 (the "License");
  + *   you may not use this file except in compliance with the License.
  + *   You may obtain a copy of the License at
  + *
  + *       http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *   Unless required by applicable law or agreed to in writing, software
  + *   distributed under the License is distributed on an "AS IS" BASIS,
  + *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *   See the License for the specific language governing permissions and
  + *   limitations under the License.
  + *
  + *
  + *   @author Damitha Kumarage (damitha@opensource.lk, damitha@jkcsworld.com)
  + *
  + */
  +
  +/*
    * This is the Service implementation CPP file genarated by theWSDL2Ws.
    * MathOpsWrapper.cpp: implemtation for the MathOpsWrapper.
    * 
  
  
  
  1.4       +20 -0     ws-axis/c/samples/server/doclitfault/MathOpsWrapper.h
  
  Index: MathOpsWrapper.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/doclitfault/MathOpsWrapper.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MathOpsWrapper.h	28 May 2004 03:19:35 -0000	1.3
  +++ MathOpsWrapper.h	14 Jun 2004 05:56:29 -0000	1.4
  @@ -1,4 +1,24 @@
   /*
  + *   Copyright 2003-2004 The Apache Software Foundation.
  + *
  + *   Licensed under the Apache License, Version 2.0 (the "License");
  + *   you may not use this file except in compliance with the License.
  + *   You may obtain a copy of the License at
  + *
  + *       http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *   Unless required by applicable law or agreed to in writing, software
  + *   distributed under the License is distributed on an "AS IS" BASIS,
  + *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *   See the License for the specific language governing permissions and
  + *   limitations under the License.
  + *
  + *
  + *   @author Damitha Kumarage (damitha@opensource.lk, damitha@jkcsworld.com)
  + *
  + */
  +
  +/*
    * This is the Service Class genarated by the tool WSDL2Ws
    *		MathOpsWrapper.h: interface for the MathOpsWrapperclass.
    *