summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc b/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc
index 58f586decc3..f9ab6a20c40 100644
--- a/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc
+++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc
@@ -2,6 +2,8 @@ project(*Supplier): rtnotify {
Source_Files {
Supplier.cpp
Supplier_Client.cpp
+ ORB_Objects.cpp
+ ORB_Run_Task.cpp
}
}
@@ -9,5 +11,7 @@ project(*Consumer): rtnotify, notifytest, rtportableserver {
Source_Files {
Consumer.cpp
Consumer_Client.cpp
+ ORB_Objects.cpp
+ ORB_Run_Task.cpp
}
}