From 371cf3aa2a132401a4557e227577a9f3a57f4477 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 21 Nov 2010 16:21:22 +0000 Subject: --- s_mutx.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 s_mutx.h (limited to 's_mutx.h') diff --git a/s_mutx.h b/s_mutx.h deleted file mode 100644 index 24c0f97..0000000 --- a/s_mutx.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef GMUT_H -#define GMUT_H - -#include "mutx.h" - -using namespace std; - -class s_mutx -{ -private: - static mutx* obj; - -public: - static void init() - { - obj = new mutx(); - } - - static mutx& get() - { - return *obj; - } -}; - - -#endif -- cgit v1.2.3