summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-12-15 16:00:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-12-15 16:00:25 +0000
commite2f9299d4833b895929c63f038302e8584058b58 (patch)
tree7735e6811e7d0416354e9613dd98e94440d4c09f
parentd6b696fdb5bdd87476b3399bd2f380e06d7cb87d (diff)
downloadATCD-e2f9299d4833b895929c63f038302e8584058b58.tar.gz
ChangeLogTag: Wed Dec 15 15:50:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--examples/APG/Active_Objects/active_objects.mwc6
-rw-r--r--examples/APG/Config/config.mwc6
-rw-r--r--examples/APG/Containers/containers.mwc6
-rw-r--r--examples/APG/Logging/logging.mwc6
-rw-r--r--examples/APG/Misc_IPC/misc_ipc.mwc6
-rw-r--r--examples/APG/Naming/naming.mwc6
-rw-r--r--examples/APG/Proactor/proactor.mwc6
-rw-r--r--examples/APG/Processes/processes.mwc6
-rw-r--r--examples/APG/Reactor/reactor.mwc6
-rw-r--r--examples/APG/Shared_Memory/shared_memory.mwc6
-rw-r--r--examples/APG/Signals/signals.mwc6
-rw-r--r--examples/APG/Sockets/sockets.mwc6
-rw-r--r--examples/APG/Streams/streams.mwc6
-rw-r--r--examples/APG/Svc_Config/svc_config.mwc6
-rw-r--r--examples/APG/ThreadManagement/threadmgmt.mwc6
-rw-r--r--examples/APG/ThreadPools/threadpools.mwc6
-rw-r--r--examples/APG/ThreadSafety/threadsafety.mwc6
-rw-r--r--examples/APG/Threads/threads.mwc6
-rw-r--r--examples/APG/Timers/timers.mwc6
19 files changed, 0 insertions, 114 deletions
diff --git a/examples/APG/Active_Objects/active_objects.mwc b/examples/APG/Active_Objects/active_objects.mwc
deleted file mode 100644
index 8a497a79d8e..00000000000
--- a/examples/APG/Active_Objects/active_objects.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- active_objects.mpc
-}
diff --git a/examples/APG/Config/config.mwc b/examples/APG/Config/config.mwc
deleted file mode 100644
index bc58d58733f..00000000000
--- a/examples/APG/Config/config.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- config.mpc
-}
diff --git a/examples/APG/Containers/containers.mwc b/examples/APG/Containers/containers.mwc
deleted file mode 100644
index f74c08d3727..00000000000
--- a/examples/APG/Containers/containers.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- containers.mpc
-}
diff --git a/examples/APG/Logging/logging.mwc b/examples/APG/Logging/logging.mwc
deleted file mode 100644
index d3847aa6894..00000000000
--- a/examples/APG/Logging/logging.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- logging.mpc
-}
diff --git a/examples/APG/Misc_IPC/misc_ipc.mwc b/examples/APG/Misc_IPC/misc_ipc.mwc
deleted file mode 100644
index a6131dbb3bb..00000000000
--- a/examples/APG/Misc_IPC/misc_ipc.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- misc_ipc.mpc
-}
diff --git a/examples/APG/Naming/naming.mwc b/examples/APG/Naming/naming.mwc
deleted file mode 100644
index 9d85d60c315..00000000000
--- a/examples/APG/Naming/naming.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- naming.mpc
-}
diff --git a/examples/APG/Proactor/proactor.mwc b/examples/APG/Proactor/proactor.mwc
deleted file mode 100644
index 3c019a49266..00000000000
--- a/examples/APG/Proactor/proactor.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- proactor.mpc
-}
diff --git a/examples/APG/Processes/processes.mwc b/examples/APG/Processes/processes.mwc
deleted file mode 100644
index 46807d1d3e1..00000000000
--- a/examples/APG/Processes/processes.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- processes.mpc
-}
diff --git a/examples/APG/Reactor/reactor.mwc b/examples/APG/Reactor/reactor.mwc
deleted file mode 100644
index 5b25a959bfb..00000000000
--- a/examples/APG/Reactor/reactor.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- reactor.mpc
-}
diff --git a/examples/APG/Shared_Memory/shared_memory.mwc b/examples/APG/Shared_Memory/shared_memory.mwc
deleted file mode 100644
index cbbecc67e33..00000000000
--- a/examples/APG/Shared_Memory/shared_memory.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- shared_memory.mpc
-}
diff --git a/examples/APG/Signals/signals.mwc b/examples/APG/Signals/signals.mwc
deleted file mode 100644
index fc8897e5001..00000000000
--- a/examples/APG/Signals/signals.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- signals.mpc
-}
diff --git a/examples/APG/Sockets/sockets.mwc b/examples/APG/Sockets/sockets.mwc
deleted file mode 100644
index 7dfb911f0b2..00000000000
--- a/examples/APG/Sockets/sockets.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- sockets.mpc
-}
diff --git a/examples/APG/Streams/streams.mwc b/examples/APG/Streams/streams.mwc
deleted file mode 100644
index 0197a16e2a8..00000000000
--- a/examples/APG/Streams/streams.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- streams.mpc
-}
diff --git a/examples/APG/Svc_Config/svc_config.mwc b/examples/APG/Svc_Config/svc_config.mwc
deleted file mode 100644
index ff7d458bc6c..00000000000
--- a/examples/APG/Svc_Config/svc_config.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- svc_config.mpc
-}
diff --git a/examples/APG/ThreadManagement/threadmgmt.mwc b/examples/APG/ThreadManagement/threadmgmt.mwc
deleted file mode 100644
index bfb05f50f1d..00000000000
--- a/examples/APG/ThreadManagement/threadmgmt.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- threadmgmt.mpc
-}
diff --git a/examples/APG/ThreadPools/threadpools.mwc b/examples/APG/ThreadPools/threadpools.mwc
deleted file mode 100644
index a4c2b0f8085..00000000000
--- a/examples/APG/ThreadPools/threadpools.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- threadpools.mpc
-}
diff --git a/examples/APG/ThreadSafety/threadsafety.mwc b/examples/APG/ThreadSafety/threadsafety.mwc
deleted file mode 100644
index 8d68bfb172c..00000000000
--- a/examples/APG/ThreadSafety/threadsafety.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- threadsafety.mpc
-}
diff --git a/examples/APG/Threads/threads.mwc b/examples/APG/Threads/threads.mwc
deleted file mode 100644
index c6d64884433..00000000000
--- a/examples/APG/Threads/threads.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- threads.mpc
-}
diff --git a/examples/APG/Timers/timers.mwc b/examples/APG/Timers/timers.mwc
deleted file mode 100644
index a9b2f734629..00000000000
--- a/examples/APG/Timers/timers.mwc
+++ /dev/null
@@ -1,6 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-workspace {
- timers.mpc
-}