summaryrefslogtreecommitdiff
path: root/examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-23 20:06:29 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-23 20:06:29 +0000
commit4c0853a51f06400047cd139344e6c25347beaf15 (patch)
tree8dcc5f8bd8b8f40ffa165b9dc7381561855f23dc /examples/System_V_IPC/SV_Semaphores/Semaphore_Test.h
parentf7a8cdf7d738b732ef5a383a800ea20b008c5e7b (diff)
downloadATCD-pos_orbsvcs_split.tar.gz
This commit was manufactured by cvs2svn to create tagpos_orbsvcs_split
'pos_orbsvcs_split'.
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)