summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/server/Protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/server/Protocol.h b/lib/server/Protocol.h
index 6a63d3b2..f659d3ca 100644
--- a/lib/server/Protocol.h
+++ b/lib/server/Protocol.h
@@ -67,14 +67,14 @@ public:
// Purpose: Sets the timeout for sending and reciving
// Created: 2003/08/19
//
- // --------------------------------------------------------------------------
+ // --------------------------------------------------------------------------
void SetTimeout(int NewTimeout) {mTimeout = NewTimeout;}
// --------------------------------------------------------------------------
//
// Function
- // Name: Protocol::GetTimeout()
+ // Name: Protocol::GetTimeout()
// Purpose: Get current timeout for sending and receiving
// Created: 2003/09/06
//