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.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/tutorials/018/Mutex_i.h b/docs/tutorials/018/Mutex_i.h
deleted file mode 100644
index a017dd72888..00000000000
--- a/docs/tutorials/018/Mutex_i.h
+++ /dev/null
@@ -1,20 +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