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 se...@apache.org on 2008/03/10 22:59:15 UTC

svn commit: r635714 - /webservices/axis2/trunk/c/util/src/date_time.c

Author: senaka
Date: Mon Mar 10 14:59:12 2008
New Revision: 635714

URL: http://svn.apache.org/viewvc?rev=635714&view=rev
Log:
Fixing typo

Modified:
    webservices/axis2/trunk/c/util/src/date_time.c

Modified: webservices/axis2/trunk/c/util/src/date_time.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/date_time.c?rev=635714&r1=635713&r2=635714&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/src/date_time.c (original)
+++ webservices/axis2/trunk/c/util/src/date_time.c Mon Mar 10 14:59:12 2008
@@ -714,7 +714,7 @@
 }
 
 AXIS2_EXTERN axis2_char_t *AXIS2_CALL
-axutil_date_time_serialize_date_time_with_time_zone(
+axutil_date_time_serialize_date_time(
     axutil_date_time_t * date_time,
     const axutil_env_t * env)
 {
@@ -730,7 +730,7 @@
 }
 
 AXIS2_EXTERN axis2_char_t *AXIS2_CALL
-axutil_date_time_serialize_date_time(
+axutil_date_time_serialize_date_time_with_time_zone(
     axutil_date_time_t * date_time,
     const axutil_env_t * env)
 {



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