diff options
author | nadiramra | 2010-06-03 22:10:38 +0000 |
---|---|---|
committer | nadiramra | 2010-06-03 22:10:38 +0000 |
commit | 0c9712eee68c1ba673f5041fbab529f3b9f2e277 (patch) | |
tree | e1791bbe6b3cd9cdafc6d8ea833d611430543f0d /util/include | |
parent | 914851ec152f8a6293a0e35ebf28505eabae1ef6 (diff) | |
download | axis2c-0c9712eee68c1ba673f5041fbab529f3b9f2e277.tar.gz axis2c-0c9712eee68c1ba673f5041fbab529f3b9f2e277.tar.bz2 |
AXIS2C-1384 axutil_date_time_get_date() should be axutil_date_time_get_day()
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@951181 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'util/include')
-rw-r--r-- | util/include/axutil_date_time.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/include/axutil_date_time.h b/util/include/axutil_date_time.h index eeac9e6..4276386 100644 --- a/util/include/axutil_date_time.h +++ b/util/include/axutil_date_time.h @@ -216,13 +216,13 @@ extern "C" const axutil_env_t * env); /** - * retrieve the date of the date time + * retrieve the day of the date time * @param date_time represet the type object * @param env pointer to environment struct. MUST NOT be NULL - * @return date as an integer + * @return day as an integer */ AXIS2_EXTERN int AXIS2_CALL - axutil_date_time_get_date( + axutil_date_time_get_day( axutil_date_time_t * date_time, const axutil_env_t * env); |