From 8ecd1aa68e3a13b34fefd8d762dbddf8348e4045 Mon Sep 17 00:00:00 2001 From: Ruud Overeem <overeem@astron.nl> Date: Tue, 27 Mar 2007 08:18:11 +0000 Subject: [PATCH] BugID: 826 --- LCS/ACC/ALC/include/ALC/ACAsyncClient.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LCS/ACC/ALC/include/ALC/ACAsyncClient.h b/LCS/ACC/ALC/include/ALC/ACAsyncClient.h index 583f12e50cd..07593427336 100644 --- a/LCS/ACC/ALC/include/ALC/ACAsyncClient.h +++ b/LCS/ACC/ALC/include/ALC/ACAsyncClient.h @@ -92,15 +92,15 @@ public: inline bool isAsync() const { return (true); } - inline string ACAsyncClient::supplyInfo(const string& keyList) const + inline string supplyInfo(const string& keyList) const { return (itsClientFuncts->supplyInfoFunc(keyList)); } - inline void ACAsyncClient::handleAckMessage(ACCmd cmd, + inline void handleAckMessage(ACCmd cmd, uint16 result, const string& info) const { itsClientFuncts->handleAckMsg(cmd, result, info); } - inline void ACAsyncClient::handleAnswerMessage(const string& answer) const + inline void handleAnswerMessage(const string& answer) const { itsClientFuncts->handleAnswerMsg(answer); } bool processACmsgFromServer() const; -- GitLab