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 14:48:04 UTC

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

sanjaya     2005/03/18 05:48:04

  Modified:    c/tests/auto_build/testcases/server/cpp
                        FirstLevelElemType.cpp
  Log:
  changed incorrectly included header file
  
  Revision  Changes    Path
  1.2       +4 -2      ws-axis/c/tests/auto_build/testcases/server/cpp/FirstLevelElemType.cpp
  
  Index: FirstLevelElemType.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/server/cpp/FirstLevelElemType.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FirstLevelElemType.cpp	17 Mar 2005 10:58:20 -0000	1.1
  +++ FirstLevelElemType.cpp	18 Mar 2005 13:48:04 -0000	1.2
  @@ -3,9 +3,11 @@
    * This file contains functions to manipulate complex type FirstLevelElemType
    */
   
  -#include <C:\AxisCpp\axis-c-1.5.0-Win32-bin18-02\include\axis\AxisWrapperAPI.hpp>
  -
  +/* #include <C:\AxisCpp\axis-c-1.5.0-Win32-bin18-02\include\axis\AxisWrapperAPI.hpp> */
  +#include <axis/AxisWrapperAPI.hpp>
   #include "FirstLevelElemType.hpp"
  +
  +
   extern int Axis_DeSerialize_SecondLevelElemType(SecondLevelElemType* param, IWrapperSoapDeSerializer* pDZ);
   extern void* Axis_Create_SecondLevelElemType(SecondLevelElemType* pObj, bool bArray = false, int nSize=0);
   extern void Axis_Delete_SecondLevelElemType(SecondLevelElemType* param, bool bArray = false, int nSize=0);