aboutsummaryrefslogtreecommitdiff
path: root/dep/include/sockets/StdoutLog.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/include/sockets/StdoutLog.h')
-rw-r--r--dep/include/sockets/StdoutLog.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/dep/include/sockets/StdoutLog.h b/dep/include/sockets/StdoutLog.h
index 5f96b340dc2..3222892e4bf 100644
--- a/dep/include/sockets/StdoutLog.h
+++ b/dep/include/sockets/StdoutLog.h
@@ -1,6 +1,6 @@
/** \file StdoutLog.h
- ** \date 2004-06-01
- ** \author grymse@alhem.net
+ ** \date 2004-06-01
+ ** \author grymse@alhem.net
**/
/*
Copyright (C) 2004-2007 Anders Hedstrom
@@ -8,7 +8,7 @@ Copyright (C) 2004-2007 Anders Hedstrom
This library is made available under the terms of the GNU GPL.
If you would like to use this library in a closed-source application,
-a separate license agreement is available. For information about
+a separate license agreement is available. For information about
the closed-source license agreement for the C++ sockets library,
please visit http://www.alhem.net/Sockets/license.html and/or
email license@alhem.net.
@@ -38,12 +38,12 @@ namespace SOCKETS_NAMESPACE {
#endif
-/** StdLog implementation, logs to stdout.
- \ingroup logging */
+/** StdLog implementation, logs to stdout.
+ \ingroup logging */
class StdoutLog : public StdLog
{
public:
- void error(ISocketHandler *,Socket *,const std::string& call,int err,const std::string& sys_err,loglevel_t);
+ void error(ISocketHandler *,Socket *,const std::string& call,int err,const std::string& sys_err,loglevel_t);
};