summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ClientHandle.h')
-rw-r--r--src/ClientHandle.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ClientHandle.h b/src/ClientHandle.h
index 593d0780d..f5ee357b3 100644
--- a/src/ClientHandle.h
+++ b/src/ClientHandle.h
@@ -415,10 +415,10 @@ private:
/** Handles the "MC|ItemName" plugin message */
void HandleAnvilItemName(const char * a_Data, size_t a_Length);
- // cSocketThreads::cCallback overrides:
- virtual bool DataReceived (const char * a_Data, size_t a_Size) override; // Data is received from the client
- virtual void GetOutgoingData(AString & a_Data) override; // Data can be sent to client
- virtual void SocketClosed (void) override; // The socket has been closed for any reason
+ // cSocketThreads::cCallback /*override*/s:
+ virtual bool DataReceived (const char * a_Data, size_t a_Size) /*override*/; // Data is received from the client
+ virtual void GetOutgoingData(AString & a_Data) /*override*/; // Data can be sent to client
+ virtual void SocketClosed (void) /*override*/; // The socket has been closed for any reason
}; // tolua_export