From a34402b79b38624a29ed8ea4e059af817266e6b8 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 3 Sep 2007 09:11:33 +0000 Subject: Implemented the first version of the XML request. Fixed eXpat incompatability with XML_Get/SetUserData and the void* in the handler functions. --- server/src/log.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'server/src/log.h') diff --git a/server/src/log.h b/server/src/log.h index e1c1be0..14a5585 100644 --- a/server/src/log.h +++ b/server/src/log.h @@ -29,12 +29,10 @@ #include -namespace Pentominos { - /** - * log appends a message to the syslog queue.\n - * @param message An STL string containing the string to be appended. - */ - void log(std::string message); -}; +/** + * log appends a message to the syslog queue.\n + * @param message An STL string containing the string to be appended. + */ +void log(std::string message); #endif/*__ARTEFACT_LOG_H__*/ -- cgit v1.2.3