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 2006/05/18 12:07:28 UTC

svn commit: r407514 - in /webservices/axis2/trunk/c: axiom/include/axis2_xml_schema_constants.h include/axis2_rest_sender.h util/include/axis2_utils_defines.h

Author: nandika
Date: Thu May 18 03:07:23 2006
New Revision: 407514

URL: http://svn.apache.org/viewvc?rev=407514&view=rev
Log:
jira issue 167 fixed

Removed:
    webservices/axis2/trunk/c/axiom/include/axis2_xml_schema_constants.h
Modified:
    webservices/axis2/trunk/c/include/axis2_rest_sender.h
    webservices/axis2/trunk/c/util/include/axis2_utils_defines.h

Modified: webservices/axis2/trunk/c/include/axis2_rest_sender.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_rest_sender.h?rev=407514&r1=407513&r2=407514&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_rest_sender.h (original)
+++ webservices/axis2/trunk/c/include/axis2_rest_sender.h Thu May 18 03:07:23 2006
@@ -23,7 +23,7 @@
  */
 
 #include <axis2_const.h>
-#include <axis2_defines.h>
+#include <axis2_utils_defines.h>
 #include <axis2_env.h>
 #include <axis2_msg_ctx.h>
 #include <axis2_om_output.h>

Modified: webservices/axis2/trunk/c/util/include/axis2_utils_defines.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axis2_utils_defines.h?rev=407514&r1=407513&r2=407514&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/axis2_utils_defines.h (original)
+++ webservices/axis2/trunk/c/util/include/axis2_utils_defines.h Thu May 18 03:07:23 2006
@@ -149,11 +149,11 @@
 #elif defined(AXIS2_DECLARE_EXPORT)
 #define AXIS2_DECLARE(type)            AXIS2_EXPORT type AXIS2_CALL
 #define AXIS2_DECLARE_NONSTD(type)     AXIS2_EXPORT type
-#define AXIS2_DECLARE_DATA             AXIS2_EXPORT
+#define AXIS2_DECLARE_DATA             
 #else
 #define AXIS2_DECLARE(type)            AXIS2_IMPORT type AXIS2_CALL
 #define AXIS2_DECLARE_NONSTD(type)     AXIS2_IMPORT type
-#define AXIS2_DECLARE_DATA             AXIS2_IMPORT
+#define AXIS2_DECLARE_DATA             
 #endif
 
 /**