summaryrefslogtreecommitdiff
path: root/docs/tutorials/018/Mutex_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/018/Mutex_i.h')
-rw-r--r--docs/tutorials/018/Mutex_i.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/tutorials/018/Mutex_i.h b/docs/tutorials/018/Mutex_i.h
deleted file mode 100644
index f360c446679..00000000000
--- a/docs/tutorials/018/Mutex_i.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// $Id$
-
-#ifndef MUTEX_I_H
-#define MUTEX_I_H
-
-#include "Test_T.h"
-
-/* Create a very simple derivative of our Test template. All we have
- to do is provide our mutex choice and a name.
- */
-class Mutex : public Test_T<ACE_Mutex>
-{
-public:
- Mutex (void) : Test_T<ACE_Mutex> ("Mutex") {}
-};
-
-#endif /* MUTEX_I_H */