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:45:39 UTC

cvs commit: ws-axis/c/src/common AdminUtils.cpp

damitha     2004/04/07 03:45:39

  Modified:    c/src/common AdminUtils.cpp
  Log:
  replaced indent tabs with spaces; added apache 2 licence.
  
  Revision  Changes    Path
  1.2       +19 -2     ws-axis/c/src/common/AdminUtils.cpp
  
  Index: AdminUtils.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/common/AdminUtils.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AdminUtils.cpp	30 Mar 2004 10:47:48 -0000	1.1
  +++ AdminUtils.cpp	7 Apr 2004 10:45:38 -0000	1.2
  @@ -1,3 +1,20 @@
  +/* -*- 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.
  + */
  +
   #include <axis/server/AdminUtils.h>
   #include "../wsdd/WSDDDeployment.h"
   
  @@ -15,5 +32,5 @@
   
   int AdminUtils::UpdateWSDD(AxisChar* wsdd)
   {
  -	return g_pWSDDDeployment->UpdateWSDD(wsdd);	
  -}
  \ No newline at end of file
  +    return g_pWSDDDeployment->UpdateWSDD(wsdd);	
  +}