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/04/07 12:01:25 UTC

cvs commit: ws-axis/c/src/client/adminclient AxisAdminService.h

damitha     2004/04/07 03:01:25

  Modified:    c/src/client/adminclient AxisAdminService.h
  Log:
  replaced indent tabs with spaces; added apache 2 licence.
  
  Revision  Changes    Path
  1.3       +28 -10    ws-axis/c/src/client/adminclient/AxisAdminService.h
  
  Index: AxisAdminService.h
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/adminclient/AxisAdminService.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AxisAdminService.h	4 Apr 2004 12:59:12 -0000	1.2
  +++ AxisAdminService.h	7 Apr 2004 10:01:25 -0000	1.3
  @@ -1,23 +1,41 @@
  +/* -*- C++ -*- */
  +/*
  + *   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.
  + */
  +
   /*
    * This is the Client Stub Class genarated by the tool WSDL2Ws
    * AxisAdminService.h: interface for the AxisAdminServiceclass.
    *
    */
  +
   #if !defined(__AXISADMINSERVICE_CLIENTSTUB_H__INCLUDED_)
   #define __AXISADMINSERVICE_CLIENTSTUB_H__INCLUDED_
   
   #include <axis/client/Call.h>
   
  -class AxisAdminService 
  +class AxisAdminService
   {
  -private:
  -	Call* m_pCall;
  -public:
  -	AxisAdminService(const char* pchUri);
  -public:
  -	virtual ~AxisAdminService();
  -public: 
  -	xsd__boolean updateWSDD(xsd__base64Binary Value0);
  +    private:
  +        Call * m_pCall;
  +    public:
  +        AxisAdminService (const char *pchUri);
  +    public:
  +        virtual ~ AxisAdminService ();
  +    public:
  +        xsd__boolean updateWSDD (xsd__base64Binary Value0);
   };
   
  -#endif /* !defined(__AXISADMINSERVICE_CLIENTSTUB_H__INCLUDED_)*/
  +#endif