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 na...@apache.org on 2006/03/16 06:38:22 UTC

svn commit: r386268 - /webservices/axis2/trunk/c/include/axis2_qname.h

Author: nandika
Date: Wed Mar 15 21:38:21 2006
New Revision: 386268

URL: http://svn.apache.org/viewcvs?rev=386268&view=rev
Log:
#ifdef __cplusplus
+extern "C" added to header file

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

Modified: webservices/axis2/trunk/c/include/axis2_qname.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_qname.h?rev=386268&r1=386267&r2=386268&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_qname.h (original)
+++ webservices/axis2/trunk/c/include/axis2_qname.h Wed Mar 15 21:38:21 2006
@@ -27,6 +27,11 @@
 
 #include <axis2_string.h>
 
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+
 struct axis2_qname;
 struct axis2_qname_ops;
 
@@ -139,5 +144,8 @@
         ((qname)->ops->to_string(qname, env))        
 /** @} */
 
+#ifdef __cplusplus
+}
+#endif
 
 #endif /* AXIS2_QNAME_H */