diff options
author | deva <deva> | 2007-09-03 09:11:33 +0000 |
---|---|---|
committer | deva <deva> | 2007-09-03 09:11:33 +0000 |
commit | a34402b79b38624a29ed8ea4e059af817266e6b8 (patch) | |
tree | 4df1d9a5756e37c304ddd8b58ed3e12c4a3894c1 /server/src/log.h | |
parent | 27bc1afc3aa6e0b4465946aa870573499b85ae5d (diff) |
Implemented the first version of the XML request. Fixed eXpat incompatability with XML_Get/SetUserData and the void* in the handler functions.
Diffstat (limited to 'server/src/log.h')
-rw-r--r-- | server/src/log.h | 12 |
1 files changed, 5 insertions, 7 deletions
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 <string> -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__*/ |