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 --- modl.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) mode change 100755 => 100644 modl.h (limited to 'modl.h') diff --git a/modl.h b/modl.h old mode 100755 new mode 100644 index 10f93ba..b496120 --- a/modl.h +++ b/modl.h @@ -9,20 +9,20 @@ using namespace std; -class modl +class modl { private: - hmap* map_mods; - pthread_mutex_t mut_map_mods; + hmap* map_mods; + pthread_mutex_t mut_map_mods; - static void dlclose_( dynmod* mod ); - dynmod* cache_module ( string s_name ); + static void dlclose_( dynmod* mod ); + dynmod* cache_module ( string s_name ); public: - modl(); - ~modl(); + modl(); + ~modl(); - dynmod* get_module ( string s_name ); + dynmod* get_module ( string s_name ); }; -- cgit v1.2.3