Author: damitha
Date: Fri Feb 3 02:04:21 2006
New Revision: 374631
URL: http://svn.apache.org/viewcvs?rev=374631&view=rev
Log:
added file support
Modified:
webservices/axis2/trunk/c/modules/util/axis2_log_default.h
Modified: webservices/axis2/trunk/c/modules/util/axis2_log_default.h
URL:
http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/util/axis2_log_default.h?rev=374631&r1=374630&r2=374631&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/util/axis2_log_default.h (original)
+++ webservices/axis2/trunk/c/modules/util/axis2_log_default.h Fri Feb 3
02:04:21 2006
@@ -17,11 +17,11 @@
#ifndef AXIS2_LOG_DEFAULT_H
#define AXIS2_LOG_DEFAULT_H
+#include <stdlib.h>
+#include <stdarg.h>
#include <axis2_log.h>
#include <axis2_allocator.h>
-#include <stdlib.h>
-#include <stdarg.h>
#ifdef __cplusplus
extern "C"
@@ -44,7 +44,7 @@
* @return pointer to the newly created log struct
*/
AXIS2_DECLARE(axis2_log_t *) axis2_log_create (axis2_allocator_t *
allocator,
- axis2_log_ops_t * ops);
+ axis2_log_ops_t * ops, axis2_char_t * stream_name);
/** @} */