From d9c4a95345bd758e45196b29368bd2ff0f2790e3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:48 +0200 Subject: tagging ychat-0.5.2 --- thrd.h | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) mode change 100755 => 100644 thrd.h (limited to 'thrd.h') diff --git a/thrd.h b/thrd.h old mode 100755 new mode 100644 index fecdb49..c8688c8 --- a/thrd.h +++ b/thrd.h @@ -7,20 +7,23 @@ using namespace std; -class thrd +class thrd { private: - int i_sock; + int i_sock; public: - // small inline methods: - int get_sock() { return i_sock; } + // small inline methods: + int get_sock() + { + return i_sock; + } - // public methods: - explicit thrd( int i_sock ); - ~thrd(); // destructor. - virtual void run(); + // public methods: + explicit thrd( int i_sock ); + ~thrd(); // destructor. + virtual void run(); }; #endif -- cgit v1.2.3