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 sa...@apache.org on 2006/09/17 07:24:14 UTC

svn commit: r447019 [2/2] - in /webservices/axis2/trunk/c: axiom/include/ axiom/src/soap/ include/ rampart/include/ tools/codegen/include/ tools/tcpmon/include/ util/include/ util/include/platforms/windows/ util/src/platforms/windows/ woden/include/

Modified: webservices/axis2/trunk/c/util/include/axis2_property.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axis2_property.h?view=diff&rev=447019&r1=447018&r2=447019
==============================================================================
--- webservices/axis2/trunk/c/util/include/axis2_property.h (original)
+++ webservices/axis2/trunk/c/util/include/axis2_property.h Sat Sep 16 22:24:11 2006
@@ -41,7 +41,7 @@
  * @brief Description Builder ops struct
  * Encapsulator struct for ops of axis2_desc_builder
  */
-AXIS2_DECLARE_DATA struct axis2_property_ops
+ struct axis2_property_ops
 {
 
     axis2_status_t (AXIS2_CALL *
@@ -75,7 +75,7 @@
 /** 
      * @brief
      */ 
-AXIS2_DECLARE_DATA struct axis2_property
+ struct axis2_property
 {
    axis2_property_ops_t *ops;
 };

Modified: webservices/axis2/trunk/c/util/include/axis2_qname.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axis2_qname.h?view=diff&rev=447019&r1=447018&r2=447019
==============================================================================
--- webservices/axis2/trunk/c/util/include/axis2_qname.h (original)
+++ webservices/axis2/trunk/c/util/include/axis2_qname.h Sat Sep 16 22:24:11 2006
@@ -50,7 +50,7 @@
  * Encapsulator struct for ops of axis2_qname
  */
                       
-AXIS2_DECLARE_DATA typedef struct axis2_qname_ops
+ typedef struct axis2_qname_ops
 {
     /**
      *  Free a qname struct

Modified: webservices/axis2/trunk/c/util/include/axis2_stack.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axis2_stack.h?view=diff&rev=447019&r1=447018&r2=447019
==============================================================================
--- webservices/axis2/trunk/c/util/include/axis2_stack.h (original)
+++ webservices/axis2/trunk/c/util/include/axis2_stack.h Sat Sep 16 22:24:11 2006
@@ -45,7 +45,7 @@
  * Encapsulator struct for ops of axis2_qname
  */
 
-AXIS2_DECLARE_DATA struct axis2_stack_ops
+ struct axis2_stack_ops
 {
     /**
      * Free function of the stack

Modified: webservices/axis2/trunk/c/util/include/axis2_stream.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axis2_stream.h?view=diff&rev=447019&r1=447018&r2=447019
==============================================================================
--- webservices/axis2/trunk/c/util/include/axis2_stream.h (original)
+++ webservices/axis2/trunk/c/util/include/axis2_stream.h Sat Sep 16 22:24:11 2006
@@ -58,7 +58,7 @@
 *
 * Encapsulator struct for ops of axis2_stream
 */
-AXIS2_DECLARE_DATA struct axis2_stream_ops
+ struct axis2_stream_ops
 {
 
      /**
@@ -121,7 +121,7 @@
 *
 * Stream is the encapsulating struct for all stream related ops
 */
-AXIS2_DECLARE_DATA struct axis2_stream
+ struct axis2_stream
 {
    /** Stream related ops */
    axis2_stream_ops_t *ops;

Modified: webservices/axis2/trunk/c/util/include/axis2_thread_pool.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axis2_thread_pool.h?view=diff&rev=447019&r1=447018&r2=447019
==============================================================================
--- webservices/axis2/trunk/c/util/include/axis2_thread_pool.h (original)
+++ webservices/axis2/trunk/c/util/include/axis2_thread_pool.h Sat Sep 16 22:24:11 2006
@@ -46,7 +46,7 @@
   *
   * Encapsulator for thread pooling routines
   */
-AXIS2_DECLARE_DATA struct axis2_thread_pool_ops
+ struct axis2_thread_pool_ops
 {
   /**
    * Retrives a thread from the thread pool
@@ -94,7 +94,7 @@
  * @brief Thread Pool struct
  * Axis2 Thread Pool
  */
-AXIS2_DECLARE_DATA struct axis2_thread_pool
+ struct axis2_thread_pool
 {
    axis2_thread_pool_ops_t *ops;
 };

Modified: webservices/axis2/trunk/c/util/include/axis2_uri.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axis2_uri.h?view=diff&rev=447019&r1=447018&r2=447019
==============================================================================
--- webservices/axis2/trunk/c/util/include/axis2_uri.h (original)
+++ webservices/axis2/trunk/c/util/include/axis2_uri.h Sat Sep 16 22:24:11 2006
@@ -87,7 +87,7 @@
  * @brief URI ops struct
  * Encapsulator struct for ops of axis2_uri
  */  
-AXIS2_DECLARE_DATA struct axis2_uri_ops
+ struct axis2_uri_ops
 {
 
     axis2_status_t (AXIS2_CALL *
@@ -147,7 +147,7 @@
  * @brief URI struct
  *    Axis2 URI
  */
-AXIS2_DECLARE_DATA struct axis2_uri
+ struct axis2_uri
 {
     axis2_uri_ops_t *ops;    
 };

Modified: webservices/axis2/trunk/c/util/include/axis2_url.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axis2_url.h?view=diff&rev=447019&r1=447018&r2=447019
==============================================================================
--- webservices/axis2/trunk/c/util/include/axis2_url.h (original)
+++ webservices/axis2/trunk/c/util/include/axis2_url.h Sat Sep 16 22:24:11 2006
@@ -46,7 +46,7 @@
  * @brief URL ops struct
  * Encapsulator struct for ops of axis2_url
  */  
-AXIS2_DECLARE_DATA struct axis2_url_ops
+ struct axis2_url_ops
 {
     axis2_char_t* (AXIS2_CALL *
    to_external_form) (axis2_url_t *url, 
@@ -108,7 +108,7 @@
  * @brief URL struct
  *    Axis2 URL
  */
-AXIS2_DECLARE_DATA struct axis2_url
+ struct axis2_url
 {
     axis2_url_ops_t *ops;    
 };

Modified: webservices/axis2/trunk/c/util/include/platforms/windows/axis2_dir_windows.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/platforms/windows/axis2_dir_windows.h?view=diff&rev=447019&r1=447018&r2=447019
==============================================================================
--- webservices/axis2/trunk/c/util/include/platforms/windows/axis2_dir_windows.h (original)
+++ webservices/axis2/trunk/c/util/include/platforms/windows/axis2_dir_windows.h Sat Sep 16 22:24:11 2006
@@ -26,7 +26,7 @@
 #include <axis2_utils_defines.h>
 
 /* struct dirent - same as Unix dirent.h */
-AXIS2_DECLARE_DATA struct dirent 
+ struct dirent 
 {
    long            d_ino;                  /* inode number (always 1 in WIN32) */
    off_t            d_off;               /* offset to this dirent */
@@ -37,7 +37,7 @@
 
 
 /* def struct DIR - different from Unix DIR */
-AXIS2_DECLARE_DATA typedef struct
+ typedef struct
 {
    long            handle;                  /* _findfirst/_findnext handle */
    short            offset;                  /* offset into directory */

Modified: webservices/axis2/trunk/c/util/src/platforms/windows/dir_windows.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/platforms/windows/dir_windows.c?view=diff&rev=447019&r1=447018&r2=447019
==============================================================================
--- webservices/axis2/trunk/c/util/src/platforms/windows/dir_windows.c (original)
+++ webservices/axis2/trunk/c/util/src/platforms/windows/dir_windows.c Sat Sep 16 22:24:11 2006
@@ -158,7 +158,7 @@
    return 0;
 }
 
-AXIS2_DECLARE_DATA int alphasort(const struct dirent **__d1, const struct dirent **__d2)
+ int alphasort(const struct dirent **__d1, const struct dirent **__d2)
 {
    return strcoll((*__d1)->d_name,(*__d2)->d_name);
 }

Modified: webservices/axis2/trunk/c/woden/include/woden_generic_obj.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/woden/include/woden_generic_obj.h?view=diff&rev=447019&r1=447018&r2=447019
==============================================================================
--- webservices/axis2/trunk/c/woden/include/woden_generic_obj.h (original)
+++ webservices/axis2/trunk/c/woden/include/woden_generic_obj.h Sat Sep 16 22:24:11 2006
@@ -41,7 +41,7 @@
  * @brief Generic Obj ops struct
  * Encapsulator struct for ops of woden_generic_obj
  */
-AXIS2_DECLARE_DATA struct axis2_generic_obj_ops
+ struct axis2_generic_obj_ops
 {
 
     axis2_status_t (AXIS2_CALL *
@@ -78,7 +78,7 @@
 /** 
      * @brief
      */ 
-AXIS2_DECLARE_DATA struct axis2_generic_obj
+ struct axis2_generic_obj
 {
    axis2_generic_obj_ops_t *ops;
 };



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org