[prev in list] [next in list] [prev in thread] [next in thread] 

List:       axis-cvs
Subject:    svn commit: r721089 -
From:       shankar () apache ! org
Date:       2008-11-27 6:23:04
Message-ID: 20081127062304.6B94123888A4 () eris ! apache ! org
[Download RAW message or body]

Author: shankar
Date: Wed Nov 26 22:23:04 2008
New Revision: 721089

URL: http://svn.apache.org/viewvc?rev=721089&view=rev
Log:
fixing windows build break.

Modified:
    webservices/axis2/trunk/c/samples/server/echo/echo_skeleton.c

Modified: webservices/axis2/trunk/c/samples/server/echo/echo_skeleton.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/echo/echo_skeleton.c?rev=721089&r1=721088&r2=721089&view=diff
 ==============================================================================
--- webservices/axis2/trunk/c/samples/server/echo/echo_skeleton.c (original)
+++ webservices/axis2/trunk/c/samples/server/echo/echo_skeleton.c Wed Nov 26 22:23:04 \
2008 @@ -99,7 +99,7 @@
 	if (to_epr)
 	{
 		axis2_char_t* to_address = NULL;
-		to_address = axis2_endpoint_ref_get_address(to_epr, env);
+		to_address = (axis2_char_t*)axis2_endpoint_ref_get_address(to_epr, env);
 	
 		if (to_address && strstr(to_address, AXIS2_ANON_SERVICE))
 		{


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic