diff options
Diffstat (limited to 'source/cSocket.h')
-rw-r--r-- | source/cSocket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/cSocket.h b/source/cSocket.h index b98741c4b..81749048b 100644 --- a/source/cSocket.h +++ b/source/cSocket.h @@ -29,6 +29,9 @@ public: operator const xSocket() const;
xSocket GetSocket() const;
+
+ bool operator == (const cSocket & a_Other) {return m_Socket == a_Other.m_Socket; }
+
void SetSocket( xSocket a_Socket );
int SetReuseAddress();
|