summaryrefslogtreecommitdiff
path: root/ace/ace-dll.icc
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-20 19:04:19 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-20 19:04:19 +0000
commit2060687536c91f24e7bb65fa5b736d6ee4c99ec3 (patch)
treef6362ad44f43a5709aa6dfe1706fbd5e2e47564d /ace/ace-dll.icc
parent2e69153ee4578068fa6d52001411a87d52274fc5 (diff)
downloadATCD-2060687536c91f24e7bb65fa5b736d6ee4c99ec3.tar.gz
ChangeLogTag:Wed Sep 20 12:00:42 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/ace-dll.icc')
-rw-r--r--ace/ace-dll.icc8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/ace-dll.icc b/ace/ace-dll.icc
index 526c50e1d0c..8cd96fb8d79 100644
--- a/ace/ace-dll.icc
+++ b/ace/ace-dll.icc
@@ -241,6 +241,10 @@ option
'SV_Semaphore_Simple.h',
'SV_Shared_Memory.h',
'Synch.h',
+ 'Process_Semaphore.h',
+ 'Process_Mutex.h',
+ 'RW_Process_Mutex.h',
+ 'File_Lock.h',
'Synch_Options.h',
'Synch_T.h',
'System_Time.h',
@@ -419,6 +423,10 @@ option
source type(cpp) "Svc_Conf_l.cpp"
source type(cpp) "Svc_Conf_y.cpp"
source type(cpp) "Synch.cpp"
+ source type(cpp) "Process_Semaphore.cpp"
+ source type(cpp) "Process_Mutex.cpp"
+ source type(cpp) "RW_Process_Mutex.cpp"
+ source type(cpp) "File_Lock.cpp"
source type(cpp) "Synch_Options.cpp"
source type(cpp) "System_Time.cpp"
source type(cpp) "Task.cpp"