summaryrefslogtreecommitdiff
path: root/modl.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:48 +0200
commitd9c4a95345bd758e45196b29368bd2ff0f2790e3 (patch)
tree8e7aa76f3f2a3a064f440f7410e4ec01cd34a78f /modl.h
parentd4c9f10efe815af146438cafb694d16da0e5650a (diff)
tagging ychat-0.5.2ychat-0.5.2
Diffstat (limited to 'modl.h')
-rw-r--r--[-rwxr-xr-x]modl.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/modl.h b/modl.h
index 10f93ba..b496120 100755..100644
--- a/modl.h
+++ b/modl.h
@@ -9,20 +9,20 @@
using namespace std;
-class modl
+class modl
{
private:
- hmap<dynmod*,string>* map_mods;
- pthread_mutex_t mut_map_mods;
+ hmap<dynmod*,string>* 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 );
};