summaryrefslogtreecommitdiff
path: root/orkbasecxx/OrkClient.h
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2007-02-19 22:38:08 +0000
committerHenri Herscher <henri@oreka.org>2007-02-19 22:38:08 +0000
commit41cbef5f39e62f2142ae0e1c1e972468d5137bdb (patch)
treeeae2ed9c7e36f12c6cc281ca7720eee66a131057 /orkbasecxx/OrkClient.h
parentedb1e76a6e163213c114086e965f64294b936bc3 (diff)
Fixed gcc compilation errors.
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@413 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkbasecxx/OrkClient.h')
-rw-r--r--orkbasecxx/OrkClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/orkbasecxx/OrkClient.h b/orkbasecxx/OrkClient.h
index fe36c3e..b041846 100644
--- a/orkbasecxx/OrkClient.h
+++ b/orkbasecxx/OrkClient.h
@@ -25,7 +25,7 @@ public:
OrkClient();
virtual bool Execute(SyncMessage& request, AsyncMessage& response, CStdString& hostname, int tcpPort, CStdString& serviceName, int timeout = 5) = 0;
protected:
- LogError(CStdString& errorString);
+ void LogError(CStdString& errorString);
log4cxx::LoggerPtr m_log;
static time_t s_lastErrorReportedTime;