You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2004/06/14 08:25:19 UTC

cvs commit: ws-axis/c/tests/client/exceptionTest AxisDivByZeroException.cpp AxisDivByZeroException.h MathOps.cpp MathOps.h

damitha     2004/06/13 23:25:19

  Modified:    c        INSTALL
               c/samples/client/doclitfault AxisDivByZeroException.cpp
                        AxisDivByZeroException.h MathOps.cpp MathOps.h
               c/samples/client/rpcfault AxisDivByZeroException.cpp
                        AxisDivByZeroException.h MathOps.cpp MathOps.h
               c/samples/server/rpcfault AxisDivByZeroException.cpp
                        AxisDivByZeroException.h MathOps.cpp MathOps.h
                        MathOpsWrapper.cpp MathOpsWrapper.h
               c/tests/client/exceptionTest AxisDivByZeroException.cpp
                        AxisDivByZeroException.h MathOps.cpp MathOps.h
  Log:
  
  
  Revision  Changes    Path
  1.8       +21 -0     ws-axis/c/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/INSTALL,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- INSTALL	10 Jun 2004 06:54:28 -0000	1.7
  +++ INSTALL	14 Jun 2004 06:25:19 -0000	1.8
  @@ -1,3 +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)
  + *
  + */
  +
  +
   Introduction
   ============
   
  
  
  
  1.2       +2 -3      ws-axis/c/samples/client/doclitfault/AxisDivByZeroException.cpp
  
  Index: AxisDivByZeroException.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/doclitfault/AxisDivByZeroException.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AxisDivByZeroException.cpp	27 May 2004 11:12:27 -0000	1.1
  +++ AxisDivByZeroException.cpp	14 Jun 2004 06:25:19 -0000	1.2
  @@ -1,4 +1,3 @@
  -/* -*- C++ -*- */
   /*
    *   Copyright 2003-2004 The Apache Software Foundation.
    *
  @@ -14,8 +13,8 @@
    *   See the License for the specific language governing permissions and
    *   limitations under the License.
    *
  - * 
  - * @author  wsdl2ws generated
  + *
  + *   @author Damitha Kumarage (damitha@opensource.lk, damitha@jkcsworld.com)
    *
    */
   
  
  
  
  1.2       +1 -1      ws-axis/c/samples/client/doclitfault/AxisDivByZeroException.h
  
  Index: AxisDivByZeroException.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/doclitfault/AxisDivByZeroException.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AxisDivByZeroException.h	27 May 2004 11:12:27 -0000	1.1
  +++ AxisDivByZeroException.h	14 Jun 2004 06:25:19 -0000	1.2
  @@ -14,7 +14,7 @@
    *   limitations under the License.
    *
    *
  - *   @author wsdl2ws generated
  + *   @author Damitha Kumarage (damitha@opensource.lk, damitha@jkcsworld.com)
    *
    */
    
  
  
  
  1.7       +17 -2     ws-axis/c/samples/client/doclitfault/MathOps.cpp
  
  Index: MathOps.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/doclitfault/MathOps.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- MathOps.cpp	14 Jun 2004 05:02:09 -0000	1.6
  +++ MathOps.cpp	14 Jun 2004 06:25:19 -0000	1.7
  @@ -1,8 +1,23 @@
   /*
  - * This is the Client Stub implementation file genarated by WSDL2Ws tool.
  - * MathOps.cpp: implemtation for the MathOps.
  + *   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)
    *
    */
  +
   
   #include "MathOps.h"
   
  
  
  
  1.3       +17 -2     ws-axis/c/samples/client/doclitfault/MathOps.h
  
  Index: MathOps.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/doclitfault/MathOps.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MathOps.h	27 May 2004 12:14:30 -0000	1.2
  +++ MathOps.h	14 Jun 2004 06:25:19 -0000	1.3
  @@ -1,8 +1,23 @@
   /*
  - * This is the Client Stub Class genarated by the tool WSDL2Ws
  - * MathOps.h: interface for the MathOpsclass.
  + *   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)
    *
    */
  +
   #if !defined(__MATHOPS_CLIENTSTUB_H__INCLUDED_)
   #define __MATHOPS_CLIENTSTUB_H__INCLUDED_
   
  
  
  
  1.4       +17 -2     ws-axis/c/samples/client/rpcfault/AxisDivByZeroException.cpp
  
  Index: AxisDivByZeroException.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/rpcfault/AxisDivByZeroException.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AxisDivByZeroException.cpp	8 Jun 2004 08:04:20 -0000	1.3
  +++ AxisDivByZeroException.cpp	14 Jun 2004 06:25:19 -0000	1.4
  @@ -1,8 +1,23 @@
   /*
  - * This is the  implementation file genarated by WSDL2Ws tool.
  - * AxisDivByZeroException.cpp: implemtation for the AxisDivByZeroException.
  + *   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)
    *
    */
  +
   
   #include "AxisDivByZeroException.h"
   
  
  
  
  1.3       +17 -2     ws-axis/c/samples/client/rpcfault/AxisDivByZeroException.h
  
  Index: AxisDivByZeroException.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/rpcfault/AxisDivByZeroException.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AxisDivByZeroException.h	8 Jun 2004 07:27:15 -0000	1.2
  +++ AxisDivByZeroException.h	14 Jun 2004 06:25:19 -0000	1.3
  @@ -1,8 +1,23 @@
   /*
  - * This is the Client Stub Class genarated by the tool WSDL2Ws
  - * AxisDivByZeroException.h: interface for the AxisDivByZeroExceptionclass.
  + *   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)
    *
    */
  +
   #if !defined(__AXISDIVBYZEROEXCEPTION_EXCEPTION_H__INCLUDED_)
   #define __AXISDIVBYZEROEXCEPTION_EXCEPTION_H__INCLUDED_
   
  
  
  
  1.14      +17 -4     ws-axis/c/samples/client/rpcfault/MathOps.cpp
  
  Index: MathOps.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/rpcfault/MathOps.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- MathOps.cpp	13 Jun 2004 10:40:52 -0000	1.13
  +++ MathOps.cpp	14 Jun 2004 06:25:19 -0000	1.14
  @@ -1,10 +1,23 @@
   /*
  - * This is the Client Stub implementation file genarated by WSDL2Ws tool.
  - * MathOps.cpp: implemtation for the MathOps.
  -* Default when no parameter passed. When thrown with no parameter 
  -more general MathOps  is assumed.
  + *   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)
    *
    */
  +
   
   #include "MathOps.h"
   
  
  
  
  1.6       +17 -2     ws-axis/c/samples/client/rpcfault/MathOps.h
  
  Index: MathOps.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/client/rpcfault/MathOps.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MathOps.h	13 Jun 2004 10:35:37 -0000	1.5
  +++ MathOps.h	14 Jun 2004 06:25:19 -0000	1.6
  @@ -1,8 +1,23 @@
   /*
  - * This is the Client Stub Class genarated by the tool WSDL2Ws
  - * MathOps.h: interface for the MathOpsclass.
  + *   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)
    *
    */
  +
   #if !defined(__MATHOPS_CLIENTSTUB_H__INCLUDED_)
   #define __MATHOPS_CLIENTSTUB_H__INCLUDED_
   
  
  
  
  1.6       +0 -5      ws-axis/c/samples/server/rpcfault/AxisDivByZeroException.cpp
  
  Index: AxisDivByZeroException.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/rpcfault/AxisDivByZeroException.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AxisDivByZeroException.cpp	14 Jun 2004 05:57:07 -0000	1.5
  +++ AxisDivByZeroException.cpp	14 Jun 2004 06:25:19 -0000	1.6
  @@ -18,11 +18,6 @@
    *
    */
   
  -/*
  - * This is the  implementation file genarated by WSDL2Ws tool.
  - * AxisDivByZeroException.cpp: implemtation for the AxisDivByZeroException.
  - *
  - */
   
   #include "AxisDivByZeroException.h"
   
  
  
  
  1.4       +0 -5      ws-axis/c/samples/server/rpcfault/AxisDivByZeroException.h
  
  Index: AxisDivByZeroException.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/rpcfault/AxisDivByZeroException.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AxisDivByZeroException.h	14 Jun 2004 05:57:07 -0000	1.3
  +++ AxisDivByZeroException.h	14 Jun 2004 06:25:19 -0000	1.4
  @@ -18,11 +18,6 @@
    *
    */
   
  -/*
  - * This is the Client Stub Class genarated by the tool WSDL2Ws
  - * AxisDivByZeroException.h: interface for the AxisDivByZeroExceptionclass.
  - *
  - */
   #if !defined(__AXISDIVBYZEROEXCEPTION_EXCEPTION_H__INCLUDED_)
   #define __AXISDIVBYZEROEXCEPTION_EXCEPTION_H__INCLUDED_
   
  
  
  
  1.5       +0 -5      ws-axis/c/samples/server/rpcfault/MathOps.cpp
  
  Index: MathOps.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/rpcfault/MathOps.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MathOps.cpp	14 Jun 2004 05:57:07 -0000	1.4
  +++ MathOps.cpp	14 Jun 2004 06:25:19 -0000	1.5
  @@ -17,11 +17,6 @@
    *   @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.
  - *
  - */
   #include "MathOps.h"
   
   
  
  
  
  1.5       +0 -5      ws-axis/c/samples/server/rpcfault/MathOps.h
  
  Index: MathOps.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/rpcfault/MathOps.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MathOps.h	14 Jun 2004 05:57:07 -0000	1.4
  +++ MathOps.h	14 Jun 2004 06:25:19 -0000	1.5
  @@ -18,11 +18,6 @@
    *
    */
   
  -/*
  - * This is the Service Class genarated by the tool WSDL2Ws
  - * MathOps.h: interface for the MathOpsclass.
  - *
  - */
   #if !defined(__MATHOPS_SERVERSKELETON_H__INCLUDED_)
   #define __MATHOPS_SERVERSKELETON_H__INCLUDED_
   
  
  
  
  1.11      +0 -5      ws-axis/c/samples/server/rpcfault/MathOpsWrapper.cpp
  
  Index: MathOpsWrapper.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/rpcfault/MathOpsWrapper.cpp,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- MathOpsWrapper.cpp	14 Jun 2004 05:57:07 -0000	1.10
  +++ MathOpsWrapper.cpp	14 Jun 2004 06:25:19 -0000	1.11
  @@ -18,11 +18,6 @@
    *
    */
   
  -/*
  - * This is the Service implementation CPP file genarated by theWSDL2Ws.
  - * MathOpsWrapper.cpp: implemtation for the MathOpsWrapper.
  - * 
  - */
   
   #include "MathOpsWrapper.h"
   
  
  
  
  1.5       +0 -5      ws-axis/c/samples/server/rpcfault/MathOpsWrapper.h
  
  Index: MathOpsWrapper.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/samples/server/rpcfault/MathOpsWrapper.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- MathOpsWrapper.h	14 Jun 2004 05:57:07 -0000	1.4
  +++ MathOpsWrapper.h	14 Jun 2004 06:25:19 -0000	1.5
  @@ -18,11 +18,6 @@
    *
    */
   
  -/*
  - * This is the Service Class genarated by the tool WSDL2Ws
  - *		MathOpsWrapper.h: interface for the MathOpsWrapperclass.
  - *
  - */
   #if !defined(__MATHOPSWRAPPER_SERVERWRAPPER_H__INCLUDED_)
   #define __MATHOPSWRAPPER_SERVERWRAPPER_H__INCLUDED_
   
  
  
  
  1.2       +16 -2     ws-axis/c/tests/client/exceptionTest/AxisDivByZeroException.cpp
  
  Index: AxisDivByZeroException.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/exceptionTest/AxisDivByZeroException.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AxisDivByZeroException.cpp	13 Jun 2004 14:26:48 -0000	1.1
  +++ AxisDivByZeroException.cpp	14 Jun 2004 06:25:19 -0000	1.2
  @@ -1,6 +1,20 @@
   /*
  - * This is the  implementation file genarated by WSDL2Ws tool.
  - * AxisDivByZeroException.cpp: implemtation for the AxisDivByZeroException.
  + *   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)
    *
    */
   
  
  
  
  1.2       +17 -2     ws-axis/c/tests/client/exceptionTest/AxisDivByZeroException.h
  
  Index: AxisDivByZeroException.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/exceptionTest/AxisDivByZeroException.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AxisDivByZeroException.h	13 Jun 2004 14:26:48 -0000	1.1
  +++ AxisDivByZeroException.h	14 Jun 2004 06:25:19 -0000	1.2
  @@ -1,8 +1,23 @@
   /*
  - * This is the Client Stub Class genarated by the tool WSDL2Ws
  - * AxisDivByZeroException.h: interface for the AxisDivByZeroExceptionclass.
  + *   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)
    *
    */
  +
   #if !defined(__AXISDIVBYZEROEXCEPTION_EXCEPTION_H__INCLUDED_)
   #define __AXISDIVBYZEROEXCEPTION_EXCEPTION_H__INCLUDED_
   
  
  
  
  1.2       +16 -4     ws-axis/c/tests/client/exceptionTest/MathOps.cpp
  
  Index: MathOps.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/exceptionTest/MathOps.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MathOps.cpp	13 Jun 2004 14:26:48 -0000	1.1
  +++ MathOps.cpp	14 Jun 2004 06:25:19 -0000	1.2
  @@ -1,8 +1,20 @@
   /*
  - * This is the Client Stub implementation file genarated by WSDL2Ws tool.
  - * MathOps.cpp: implemtation for the MathOps.
  -* Default when no parameter passed. When thrown with no parameter 
  -more general MathOps  is assumed.
  + *   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)
    *
    */
   
  
  
  
  1.4       +17 -2     ws-axis/c/tests/client/exceptionTest/MathOps.h
  
  Index: MathOps.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/exceptionTest/MathOps.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- MathOps.h	14 Jun 2004 05:57:45 -0000	1.3
  +++ MathOps.h	14 Jun 2004 06:25:19 -0000	1.4
  @@ -1,8 +1,23 @@
   /*
  - * This is the Client Stub Class genarated by the tool WSDL2Ws
  - * MathOps.h: interface for the MathOpsclass.
  + *   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)
    *
    */
  +
   #if !defined(__MATHOPS_CLIENTSTUB_H__INCLUDED_)
   #define __MATHOPS_CLIENTSTUB_H__INCLUDED_