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 sa...@apache.org on 2005/03/18 11:55:15 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/server/cpp RefTestPortType.cpp

sanjaya     2005/03/18 02:55:15

  Modified:    c/tests/auto_build/testcases/server/cpp RefTestPortType.cpp
  Log:
  changed included .h file to .hpp
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/tests/auto_build/testcases/server/cpp/RefTestPortType.cpp
  
  Index: RefTestPortType.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/server/cpp/RefTestPortType.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RefTestPortType.cpp	24 Sep 2004 13:24:10 -0000	1.1
  +++ RefTestPortType.cpp	18 Mar 2005 10:55:15 -0000	1.2
  @@ -3,7 +3,7 @@
    * This file contains definitions of the web service
    */
   
  -#include "RefTestPortType.h"
  +#include "RefTestPortType.hpp"
   
   
   RefTestPortType::RefTestPortType()