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 ma...@apache.org on 2009/01/06 11:08:09 UTC

svn commit: r731903 - /webservices/axis2/trunk/c/include/axis2_desc.h

Author: manjula
Date: Tue Jan  6 02:08:06 2009
New Revision: 731903

URL: http://svn.apache.org/viewvc?rev=731903&view=rev
Log:
Fixing AXis2C-1313

Modified:
    webservices/axis2/trunk/c/include/axis2_desc.h

Modified: webservices/axis2/trunk/c/include/axis2_desc.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_desc.h?rev=731903&r1=731902&r2=731903&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_desc.h (original)
+++ webservices/axis2/trunk/c/include/axis2_desc.h Tue Jan  6 02:08:06 2009
@@ -44,6 +44,7 @@
     typedef struct axis2_desc axis2_desc_t;
 
     struct axis2_policy_include;
+    struct axis2_msg;
 
     /**
      * Creates a description struct instance.    
@@ -131,7 +132,7 @@
         const axis2_desc_t * desc,
         const axutil_env_t * env,
         const axis2_char_t * key,
-        const void *child);
+        const struct axis2_msg *child);
 
     /**
      * Gets all children.