summaryrefslogtreecommitdiff
path: root/examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-04 08:57:46 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-12-04 08:57:46 +0000
commit012fb30e9b48d97063208ff6839d4a498b00e131 (patch)
treeb61b6fdbc394404d1bf5d27e192d0d88cc057cab /examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h
parentbb1f5d39959cfa83fb69c44daca57f326bf5c927 (diff)
downloadATCD-irfans_branch_1.tar.gz
This commit was manufactured by cvs2svn to create branchirfans_branch_1
'irfans_branch_1'.
Diffstat (limited to 'examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h')
-rw-r--r--examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h b/examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h
deleted file mode 100644
index 72aab815ff8..00000000000
--- a/examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-#include "ace/Log_Msg.h"
-
-#define SHMSZ 27
-#define SEM_KEY_1 2345
-#define SEM_KEY_2 4321
-#define SHM_KEY 5678
-
-#define ESD(MSG,LABEL) do { ACE_ERROR ((LM_ERROR, MSG)); goto LABEL; } while (0)