From ca28c0e618890330d429c0dc12429255b20f0c90 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:44 +0200 Subject: tagging ychat-0.5.0 --- mutx.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'mutx.h') diff --git a/mutx.h b/mutx.h index 592f351..0438cb9 100755 --- a/mutx.h +++ b/mutx.h @@ -7,15 +7,15 @@ using namespace std; -class mutx +class mutx { public: - // this mutex is needed for sync stdout and sdterr of different threads. - pthread_mutex_t mut_stdout; + // this mutex is needed for sync stdout and sdterr of different threads. + pthread_mutex_t mut_stdout; - // public methods. - explicit mutx( ); // simple constructor. - ~mutx( ); // simple constructor. + // public methods. + explicit mutx( ); // simple constructor. + ~mutx( ); // simple constructor. }; #endif -- cgit v1.2.3