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/31 06:07:37 UTC

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

samisa      2005/03/30 20:07:37

  Modified:    c/tests/auto_build/testcases/server/cpp
                        ArrayTestPortType.cpp InteropTestPortType.cpp
  Log:
  Fixed compilation problems
  
  Revision  Changes    Path
  1.3       +1 -1      ws-axis/c/tests/auto_build/testcases/server/cpp/ArrayTestPortType.cpp
  
  Index: ArrayTestPortType.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/server/cpp/ArrayTestPortType.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ArrayTestPortType.cpp	23 Mar 2005 15:45:10 -0000	1.2
  +++ ArrayTestPortType.cpp	31 Mar 2005 04:07:37 -0000	1.3
  @@ -17,7 +17,7 @@
    * This file contains definitions of the web service
    */
   
  -#include "ArrayTestPortType.h"
  +#include "ArrayTestPortType.hpp"
   
   
   ArrayTestPortType::ArrayTestPortType()
  
  
  
  1.3       +1 -1      ws-axis/c/tests/auto_build/testcases/server/cpp/InteropTestPortType.cpp
  
  Index: InteropTestPortType.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/server/cpp/InteropTestPortType.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InteropTestPortType.cpp	23 Mar 2005 15:45:10 -0000	1.2
  +++ InteropTestPortType.cpp	31 Mar 2005 04:07:37 -0000	1.3
  @@ -17,7 +17,7 @@
    * This file contains definitions of the web service
    */
   
  -#include "InteropTestPortType.h"
  +#include "InteropTestPortType.hpp"
   
   
   InteropTestPortType::InteropTestPortType()