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/09 02:42:28 UTC

svn commit: r384397 - /webservices/axis/trunk/c/include/axis/ISoapFault.hpp

Author: nadiramra
Date: Wed Mar  8 17:42:25 2006
New Revision: 384397

URL: http://svn.apache.org/viewcvs?rev=384397&view=rev
Log:
C support fixes/enhancements.

Modified:
    webservices/axis/trunk/c/include/axis/ISoapFault.hpp

Modified: webservices/axis/trunk/c/include/axis/ISoapFault.hpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/include/axis/ISoapFault.hpp?rev=384397&r1=384396&r2=384397&view=diff
==============================================================================
--- webservices/axis/trunk/c/include/axis/ISoapFault.hpp (original)
+++ webservices/axis/trunk/c/include/axis/ISoapFault.hpp Wed Mar  8 17:42:25 2006
@@ -29,6 +29,8 @@
 #if !defined(_ISOAPFAULT_H____OF_AXIS_INCLUDED_)
 #define _ISOAPFAULT_H____OF_AXIS_INCLUDED_
 
+#include <axis/GDefine.hpp>
+
 AXIS_CPP_NAMESPACE_START
 
 using namespace std;