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 na...@apache.org on 2008/09/15 17:18:09 UTC

svn commit: r695504 - in /webservices/axis/trunk/c/src/common: AxisUserAPI.cpp Param.h

Author: nadiramra
Date: Mon Sep 15 08:18:09 2008
New Revision: 695504

URL: http://svn.apache.org/viewvc?rev=695504&view=rev
Log:
minor comments.

Modified:
    webservices/axis/trunk/c/src/common/AxisUserAPI.cpp
    webservices/axis/trunk/c/src/common/Param.h

Modified: webservices/axis/trunk/c/src/common/AxisUserAPI.cpp
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/common/AxisUserAPI.cpp?rev=695504&r1=695503&r2=695504&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/common/AxisUserAPI.cpp (original)
+++ webservices/axis/trunk/c/src/common/AxisUserAPI.cpp Mon Sep 15 08:18:09 2008
@@ -156,6 +156,7 @@
 
 AnyType::~AnyType() 
 { 
+	// TODO add code to free storage!
 }
 
 Axis_Array::Axis_Array()

Modified: webservices/axis/trunk/c/src/common/Param.h
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/src/common/Param.h?rev=695504&r1=695503&r2=695504&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/common/Param.h (original)
+++ webservices/axis/trunk/c/src/common/Param.h Mon Sep 15 08:18:09 2008
@@ -36,7 +36,7 @@
 public:
     ArrayBean* pArray; /* this is used to hold arrays */
     ComplexObjectHandler* pCplxObj;
-    AnyType* pAnyObject; /* used to hold AnyType struct for xsd:any */
+    AnyType* pAnyObject; /* used to hold AnyType struct for xsd:any and xsd:anyType */
 	SoapAttachmentReference* pAttachmentRef;
 };