Author: dushshantha Date: Mon Jun 4 02:45:40 2007 New Revision: 544107 URL: http://svn.apache.org/viewvc?view=rev&rev=544107 Log: fixed a link error on windows
Modified: webservices/axis2/trunk/c/include/axis2_http_server.h webservices/axis2/trunk/c/include/axis2_http_svr_thread.h webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c Modified: webservices/axis2/trunk/c/include/axis2_http_server.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_http_server.h?view=diff&rev=544107&r1=544106&r2=544107 ============================================================================== --- webservices/axis2/trunk/c/include/axis2_http_server.h (original) +++ webservices/axis2/trunk/c/include/axis2_http_server.h Mon Jun 4 02:45:40 2007 @@ -40,7 +40,7 @@ { #endif - extern int axis2_http_socket_read_timeout; + AXIS2_EXTERN axis2_transport_receiver_t *AXIS2_CALL axis2_http_server_create ( Modified: webservices/axis2/trunk/c/include/axis2_http_svr_thread.h URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_http_svr_thread.h?view=diff&rev=544107&r1=544106&r2=544107 ============================================================================== --- webservices/axis2/trunk/c/include/axis2_http_svr_thread.h (original) +++ webservices/axis2/trunk/c/include/axis2_http_svr_thread.h Mon Jun 4 02:45:40 2007 @@ -42,8 +42,6 @@ /** Type name for struct axist_http_svr_thread */ typedef struct axis2_http_svr_thread axis2_http_svr_thread_t; - extern int axis2_http_socket_read_timeout; - /** * @param svr_thread pointer to server thread * @param env pointer to environment struct Modified: webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c?view=diff&rev=544107&r1=544106&r2=544107 ============================================================================== --- webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c (original) +++ webservices/axis2/trunk/c/src/core/transport/http/receiver/http_svr_thread.c Mon Jun 4 02:45:40 2007 @@ -27,7 +27,8 @@ #include <axutil_error_default.h> #include <axiom_xml_reader.h> #include <signal.h> -int axis2_http_socket_read_timeout = AXIS2_HTTP_DEFAULT_SO_TIMEOUT; + +AXIS2_EXPORT int axis2_http_socket_read_timeout = AXIS2_HTTP_DEFAULT_SO_TIMEOUT; struct axis2_http_svr_thread { Modified: webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c?view=diff&rev=544107&r1=544106&r2=544107 ============================================================================== --- webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c (original) +++ webservices/axis2/trunk/c/src/core/transport/http/server/simple_axis2_server/http_server_main.c Mon Jun 4 02:45:40 2007 @@ -30,6 +30,7 @@ axutil_env_t *system_env = NULL; axis2_transport_receiver_t *server = NULL; +AXIS2_IMPORT extern int axis2_http_socket_read_timeout; /***************************** Function headers *******************************/ axutil_env_t * init_syetem_env( --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]