[9175] Remove duplicate fclose call.
[getmangos.git] / win / VC90 / ACE_vc9.vcproj
blob70a9f142952c1a694491e346de351daa6bf13200
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9,00"
5 Name="ACE_Wrappers"
6 ProjectGUID="{BD537C9A-FECA-1BAD-6757-8A6348EA12C8}"
7 RootNamespace="ACE"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="0"
11 <Platforms>
12 <Platform
13 Name="Win32"
15 <Platform
16 Name="x64"
18 </Platforms>
19 <ToolFiles>
20 </ToolFiles>
21 <Configurations>
22 <Configuration
23 Name="Debug|Win32"
24 OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
25 IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
26 ConfigurationType="2"
27 CharacterSet="0"
29 <Tool
30 Name="VCPreBuildEventTool"
32 <Tool
33 Name="VCCustomBuildTool"
35 <Tool
36 Name="VCXMLDataGeneratorTool"
38 <Tool
39 Name="VCWebServiceProxyGeneratorTool"
41 <Tool
42 Name="VCMIDLTool"
43 AdditionalOptions=""
44 AdditionalIncludeDirectories=""
45 TypeLibraryName="$(InputName).tlb"
46 HeaderFileName="$(InputName).h"
47 InterfaceIdentifierFileName="$(InputName)_i.c"
48 ProxyFileName="$(InputName)_p.c"
50 <Tool
51 Name="VCCLCompilerTool"
52 AdditionalOptions="/MP /wd 4748"
53 Optimization="0"
54 AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
55 PreprocessorDefinitions="ACE_BUILD_DLL;_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
56 MinimalRebuild="false"
57 BasicRuntimeChecks="3"
58 RuntimeLibrary="3"
59 RuntimeTypeInfo="true"
60 WarningLevel="3"
61 Detect64BitPortabilityProblems="false"
62 DebugInformationFormat="3"
63 DisableSpecificWarnings="4355;4244"
65 <Tool
66 Name="VCManagedResourceCompilerTool"
68 <Tool
69 Name="VCResourceCompilerTool"
70 PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
71 Culture="1033"
72 AdditionalIncludeDirectories=".."
74 <Tool
75 Name="VCPreLinkEventTool"
77 <Tool
78 Name="VCLinkerTool"
79 AdditionalDependencies=""
80 OutputFile="$(OutDir)\ACEd.dll"
81 LinkIncremental="1"
82 SuppressStartupBanner="true"
83 AdditionalLibraryDirectories=""
84 GenerateDebugInformation="true"
85 ProgramDatabaseFile="$(TargetDir)\ADEd.pdb"
86 SubSystem="2"
87 ImportLibrary="$(OutDir)\ACEd.lib"
88 TargetMachine="1"
90 <Tool
91 Name="VCALinkTool"
93 <Tool
94 Name="VCManifestTool"
96 <Tool
97 Name="VCXDCMakeTool"
99 <Tool
100 Name="VCBscMakeTool"
102 <Tool
103 Name="VCFxCopTool"
105 <Tool
106 Name="VCAppVerifierTool"
108 <Tool
109 Name="VCPostBuildEventTool"
111 </Configuration>
112 <Configuration
113 Name="Debug|x64"
114 OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
115 IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
116 ConfigurationType="2"
117 CharacterSet="0"
119 <Tool
120 Name="VCPreBuildEventTool"
122 <Tool
123 Name="VCCustomBuildTool"
125 <Tool
126 Name="VCXMLDataGeneratorTool"
128 <Tool
129 Name="VCWebServiceProxyGeneratorTool"
131 <Tool
132 Name="VCMIDLTool"
133 AdditionalOptions=""
134 AdditionalIncludeDirectories=""
135 TypeLibraryName="$(InputName).tlb"
136 HeaderFileName="$(InputName).h"
137 InterfaceIdentifierFileName="$(InputName)_i.c"
138 ProxyFileName="$(InputName)_p.c"
140 <Tool
141 Name="VCCLCompilerTool"
142 AdditionalOptions="/MP /wd 4748"
143 Optimization="0"
144 AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
145 PreprocessorDefinitions="ACE_BUILD_DLL;_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_AMD64_;_WIN64;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
146 MinimalRebuild="false"
147 BasicRuntimeChecks="3"
148 RuntimeLibrary="3"
149 RuntimeTypeInfo="true"
150 WarningLevel="3"
151 Detect64BitPortabilityProblems="false"
152 DebugInformationFormat="3"
153 DisableSpecificWarnings="4355;4244"
155 <Tool
156 Name="VCManagedResourceCompilerTool"
158 <Tool
159 Name="VCResourceCompilerTool"
160 PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64"
161 Culture="1033"
162 AdditionalIncludeDirectories=".."
164 <Tool
165 Name="VCPreLinkEventTool"
167 <Tool
168 Name="VCLinkerTool"
169 AdditionalOptions="/machine:AMD64"
170 AdditionalDependencies=""
171 OutputFile="$(OutDir)\ACEd.dll"
172 LinkIncremental="1"
173 SuppressStartupBanner="true"
174 AdditionalLibraryDirectories=""
175 GenerateDebugInformation="true"
176 ProgramDatabaseFile="$(TargetDir)\ADEd.pdb"
177 SubSystem="2"
178 ImportLibrary="$(OutDir)\ACEd.lib"
179 TargetMachine="17"
181 <Tool
182 Name="VCALinkTool"
184 <Tool
185 Name="VCManifestTool"
187 <Tool
188 Name="VCXDCMakeTool"
190 <Tool
191 Name="VCBscMakeTool"
193 <Tool
194 Name="VCFxCopTool"
196 <Tool
197 Name="VCAppVerifierTool"
199 <Tool
200 Name="VCPostBuildEventTool"
202 </Configuration>
203 <Configuration
204 Name="Release|Win32"
205 OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
206 IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
207 ConfigurationType="2"
208 CharacterSet="0"
210 <Tool
211 Name="VCPreBuildEventTool"
213 <Tool
214 Name="VCCustomBuildTool"
216 <Tool
217 Name="VCXMLDataGeneratorTool"
219 <Tool
220 Name="VCWebServiceProxyGeneratorTool"
222 <Tool
223 Name="VCMIDLTool"
224 AdditionalOptions=""
225 AdditionalIncludeDirectories=""
226 TypeLibraryName="$(InputName).tlb"
227 HeaderFileName="$(InputName).h"
228 InterfaceIdentifierFileName="$(InputName)_i.c"
229 ProxyFileName="$(InputName)_p.c"
231 <Tool
232 Name="VCCLCompilerTool"
233 AdditionalOptions="/MP /wd 4748"
234 Optimization="2"
235 AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
236 PreprocessorDefinitions="ACE_BUILD_DLL;NDEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
237 RuntimeLibrary="2"
238 RuntimeTypeInfo="true"
239 WarningLevel="3"
240 Detect64BitPortabilityProblems="false"
241 DisableSpecificWarnings="4355;4244"
243 <Tool
244 Name="VCManagedResourceCompilerTool"
246 <Tool
247 Name="VCResourceCompilerTool"
248 PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
249 Culture="1033"
250 AdditionalIncludeDirectories=".."
252 <Tool
253 Name="VCPreLinkEventTool"
255 <Tool
256 Name="VCLinkerTool"
257 AdditionalDependencies=""
258 OutputFile="$(OutDir)\ACE.dll"
259 LinkIncremental="1"
260 SuppressStartupBanner="true"
261 AdditionalLibraryDirectories=""
262 GenerateDebugInformation="true"
263 ProgramDatabaseFile="$(TargetDir)\ACE.pdb"
264 SubSystem="2"
265 OptimizeReferences="2"
266 EnableCOMDATFolding="2"
267 ImportLibrary="$(OutDir)\ACE.lib"
268 TargetMachine="1"
270 <Tool
271 Name="VCALinkTool"
273 <Tool
274 Name="VCManifestTool"
276 <Tool
277 Name="VCXDCMakeTool"
279 <Tool
280 Name="VCBscMakeTool"
282 <Tool
283 Name="VCFxCopTool"
285 <Tool
286 Name="VCAppVerifierTool"
288 <Tool
289 Name="VCPostBuildEventTool"
291 </Configuration>
292 <Configuration
293 Name="Release|x64"
294 OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
295 IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
296 ConfigurationType="2"
297 CharacterSet="0"
299 <Tool
300 Name="VCPreBuildEventTool"
302 <Tool
303 Name="VCCustomBuildTool"
305 <Tool
306 Name="VCXMLDataGeneratorTool"
308 <Tool
309 Name="VCWebServiceProxyGeneratorTool"
311 <Tool
312 Name="VCMIDLTool"
313 AdditionalOptions=""
314 AdditionalIncludeDirectories=""
315 TypeLibraryName="$(InputName).tlb"
316 HeaderFileName="$(InputName).h"
317 InterfaceIdentifierFileName="$(InputName)_i.c"
318 ProxyFileName="$(InputName)_p.c"
320 <Tool
321 Name="VCCLCompilerTool"
322 AdditionalOptions="/MP /wd 4748"
323 Optimization="2"
324 AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
325 PreprocessorDefinitions="ACE_BUILD_DLL;NDEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_AMD64_;_WIN64;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
326 RuntimeLibrary="2"
327 RuntimeTypeInfo="true"
328 WarningLevel="3"
329 Detect64BitPortabilityProblems="false"
330 DisableSpecificWarnings="4355;4244"
332 <Tool
333 Name="VCManagedResourceCompilerTool"
335 <Tool
336 Name="VCResourceCompilerTool"
337 PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64"
338 Culture="1033"
339 AdditionalIncludeDirectories=".."
341 <Tool
342 Name="VCPreLinkEventTool"
344 <Tool
345 Name="VCLinkerTool"
346 AdditionalOptions="/machine:AMD64"
347 AdditionalDependencies=""
348 OutputFile="$(OutDir)\ACE.dll"
349 LinkIncremental="1"
350 SuppressStartupBanner="true"
351 AdditionalLibraryDirectories=""
352 GenerateDebugInformation="true"
353 ProgramDatabaseFile="$(TargetDir)\ACE.pdb"
354 SubSystem="2"
355 OptimizeReferences="2"
356 EnableCOMDATFolding="2"
357 ImportLibrary="$(OutDir)\ACE.lib"
358 TargetMachine="17"
360 <Tool
361 Name="VCALinkTool"
363 <Tool
364 Name="VCManifestTool"
366 <Tool
367 Name="VCXDCMakeTool"
369 <Tool
370 Name="VCBscMakeTool"
372 <Tool
373 Name="VCFxCopTool"
375 <Tool
376 Name="VCAppVerifierTool"
378 <Tool
379 Name="VCPostBuildEventTool"
381 </Configuration>
382 <Configuration
383 Name="Debug_NoPCH|Win32"
384 OutputDirectory="..\..\dep\lib\$(PlatformName)_debug"
385 IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
386 ConfigurationType="2"
387 CharacterSet="0"
389 <Tool
390 Name="VCPreBuildEventTool"
392 <Tool
393 Name="VCCustomBuildTool"
395 <Tool
396 Name="VCXMLDataGeneratorTool"
398 <Tool
399 Name="VCWebServiceProxyGeneratorTool"
401 <Tool
402 Name="VCMIDLTool"
403 AdditionalOptions=""
404 AdditionalIncludeDirectories=""
405 TypeLibraryName="$(InputName).tlb"
406 HeaderFileName="$(InputName).h"
407 InterfaceIdentifierFileName="$(InputName)_i.c"
408 ProxyFileName="$(InputName)_p.c"
410 <Tool
411 Name="VCCLCompilerTool"
412 AdditionalOptions="/MP /wd 4748"
413 Optimization="0"
414 AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
415 PreprocessorDefinitions="ACE_BUILD_DLL;_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
416 MinimalRebuild="false"
417 BasicRuntimeChecks="3"
418 RuntimeLibrary="3"
419 RuntimeTypeInfo="true"
420 WarningLevel="3"
421 Detect64BitPortabilityProblems="false"
422 DebugInformationFormat="3"
423 DisableSpecificWarnings="4355;4244"
425 <Tool
426 Name="VCManagedResourceCompilerTool"
428 <Tool
429 Name="VCResourceCompilerTool"
430 PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
431 Culture="1033"
432 AdditionalIncludeDirectories=".."
434 <Tool
435 Name="VCPreLinkEventTool"
437 <Tool
438 Name="VCLinkerTool"
439 AdditionalDependencies=""
440 OutputFile="$(OutDir)\ACEd.dll"
441 LinkIncremental="1"
442 SuppressStartupBanner="true"
443 AdditionalLibraryDirectories=""
444 GenerateDebugInformation="true"
445 ProgramDatabaseFile="$(TargetDir)\ADEd.pdb"
446 SubSystem="2"
447 ImportLibrary="$(OutDir)\ACEd.lib"
448 TargetMachine="1"
450 <Tool
451 Name="VCALinkTool"
453 <Tool
454 Name="VCManifestTool"
456 <Tool
457 Name="VCXDCMakeTool"
459 <Tool
460 Name="VCBscMakeTool"
462 <Tool
463 Name="VCFxCopTool"
465 <Tool
466 Name="VCAppVerifierTool"
468 <Tool
469 Name="VCPostBuildEventTool"
471 </Configuration>
472 <Configuration
473 Name="Debug_NoPCH|x64"
474 OutputDirectory="..\..\dep\lib\$(PlatformName)_debug"
475 IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
476 ConfigurationType="2"
477 CharacterSet="0"
479 <Tool
480 Name="VCPreBuildEventTool"
482 <Tool
483 Name="VCCustomBuildTool"
485 <Tool
486 Name="VCXMLDataGeneratorTool"
488 <Tool
489 Name="VCWebServiceProxyGeneratorTool"
491 <Tool
492 Name="VCMIDLTool"
493 AdditionalOptions=""
494 AdditionalIncludeDirectories=""
495 TypeLibraryName="$(InputName).tlb"
496 HeaderFileName="$(InputName).h"
497 InterfaceIdentifierFileName="$(InputName)_i.c"
498 ProxyFileName="$(InputName)_p.c"
500 <Tool
501 Name="VCCLCompilerTool"
502 AdditionalOptions="/MP /wd 4748"
503 Optimization="0"
504 AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
505 PreprocessorDefinitions="ACE_BUILD_DLL;_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_AMD64_;_WIN64;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
506 MinimalRebuild="false"
507 BasicRuntimeChecks="3"
508 RuntimeLibrary="3"
509 RuntimeTypeInfo="true"
510 WarningLevel="3"
511 Detect64BitPortabilityProblems="false"
512 DebugInformationFormat="3"
513 DisableSpecificWarnings="4355;4244"
515 <Tool
516 Name="VCManagedResourceCompilerTool"
518 <Tool
519 Name="VCResourceCompilerTool"
520 PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64"
521 Culture="1033"
522 AdditionalIncludeDirectories=".."
524 <Tool
525 Name="VCPreLinkEventTool"
527 <Tool
528 Name="VCLinkerTool"
529 AdditionalOptions="/machine:AMD64"
530 AdditionalDependencies=""
531 OutputFile="$(OutDir)\ACEd.dll"
532 LinkIncremental="1"
533 SuppressStartupBanner="true"
534 AdditionalLibraryDirectories=""
535 GenerateDebugInformation="true"
536 ProgramDatabaseFile="$(TargetDir)\ADEd.pdb"
537 SubSystem="2"
538 ImportLibrary="$(OutDir)\ACEd.lib"
539 TargetMachine="17"
541 <Tool
542 Name="VCALinkTool"
544 <Tool
545 Name="VCManifestTool"
547 <Tool
548 Name="VCXDCMakeTool"
550 <Tool
551 Name="VCBscMakeTool"
553 <Tool
554 Name="VCFxCopTool"
556 <Tool
557 Name="VCAppVerifierTool"
559 <Tool
560 Name="VCPostBuildEventTool"
562 </Configuration>
563 </Configurations>
564 <References>
565 </References>
566 <Files>
567 <Filter
568 Name="Source Files"
569 Filter="cpp;cxx;cc;C;c"
571 <File
572 RelativePath="..\..\dep\ACE_wrappers\ace\ACE.cpp"
574 </File>
575 <File
576 RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc32.cpp"
578 </File>
579 <File
580 RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc_ccitt.cpp"
582 </File>
583 <File
584 RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.cpp"
586 </File>
587 <File
588 RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.cpp"
590 </File>
591 <File
592 RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.cpp"
594 </File>
595 <File
596 RelativePath="..\..\dep\ACE_wrappers\ace\Addr.cpp"
598 </File>
599 <File
600 RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.cpp"
602 </File>
603 <File
604 RelativePath="..\..\dep\ACE_wrappers\ace\Assert.cpp"
606 </File>
607 <File
608 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.cpp"
610 </File>
611 <File
612 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.cpp"
614 </File>
615 <File
616 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.cpp"
618 </File>
619 <File
620 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.cpp"
622 </File>
623 <File
624 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.cpp"
626 </File>
627 <File
628 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.cpp"
630 </File>
631 <File
632 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.cpp"
634 </File>
635 <File
636 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.cpp"
638 </File>
639 <File
640 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.cpp"
642 </File>
643 <File
644 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.cpp"
646 </File>
647 <File
648 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.c"
650 </File>
651 <File
652 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.cpp"
654 </File>
655 <File
656 RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.cpp"
658 </File>
659 <File
660 RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.cpp"
662 </File>
663 <File
664 RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.cpp"
666 </File>
667 <File
668 RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.cpp"
670 </File>
671 <File
672 RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.cpp"
674 </File>
675 <File
676 RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.cpp"
678 </File>
679 <File
680 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.cpp"
682 </File>
683 <File
684 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.cpp"
686 </File>
687 <File
688 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.cpp"
690 </File>
691 <File
692 RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.cpp"
694 </File>
695 <File
696 RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.cpp"
698 </File>
699 <File
700 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.cpp"
702 </File>
703 <File
704 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.cpp"
706 </File>
707 <File
708 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry_db.cpp"
710 </File>
711 <File
712 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.cpp"
714 </File>
715 <File
716 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.cpp"
718 </File>
719 <File
720 RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.cpp"
722 </File>
723 <File
724 RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.cpp"
726 </File>
727 <File
728 RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.cpp"
730 </File>
731 <File
732 RelativePath="..\..\dep\ACE_wrappers\ace\Containers.cpp"
734 </File>
735 <File
736 RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.cpp"
738 </File>
739 <File
740 RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.cpp"
742 </File>
743 <File
744 RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.cpp"
746 </File>
747 <File
748 RelativePath="..\..\dep\ACE_wrappers\ace\DEV.cpp"
750 </File>
751 <File
752 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.cpp"
754 </File>
755 <File
756 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.cpp"
758 </File>
759 <File
760 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.cpp"
762 </File>
763 <File
764 RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.cpp"
766 </File>
767 <File
768 RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.cpp"
770 </File>
771 <File
772 RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.cpp"
774 </File>
775 <File
776 RelativePath="..\..\dep\ACE_wrappers\ace\DLL.cpp"
778 </File>
779 <File
780 RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.cpp"
782 </File>
783 <File
784 RelativePath="..\..\dep\ACE_wrappers\ace\Dump.cpp"
786 </File>
787 <File
788 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.cpp"
790 </File>
791 <File
792 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.cpp"
794 </File>
795 <File
796 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.cpp"
798 </File>
799 <File
800 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.cpp"
802 </File>
803 <File
804 RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.cpp"
806 </File>
807 <File
808 RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.cpp"
810 </File>
811 <File
812 RelativePath="..\..\dep\ACE_wrappers\ace\Event.cpp"
814 </File>
815 <File
816 RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.cpp"
818 </File>
819 <File
820 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.cpp"
822 </File>
823 <File
824 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.cpp"
826 </File>
827 <File
828 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.cpp"
830 </File>
831 <File
832 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.cpp"
834 </File>
835 <File
836 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.cpp"
838 </File>
839 <File
840 RelativePath="..\..\dep\ACE_wrappers\ace\FILE.cpp"
842 </File>
843 <File
844 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.cpp"
846 </File>
847 <File
848 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.cpp"
850 </File>
851 <File
852 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.cpp"
854 </File>
855 <File
856 RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.cpp"
858 </File>
859 <File
860 RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.cpp"
862 </File>
863 <File
864 RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.cpp"
866 </File>
867 <File
868 RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.cpp"
870 </File>
871 <File
872 RelativePath="..\..\dep\ACE_wrappers\ace\Functor.cpp"
874 </File>
875 <File
876 RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.cpp"
878 </File>
879 <File
880 RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.cpp"
882 </File>
883 <File
884 RelativePath="..\..\dep\ACE_wrappers\ace\gethrtime.cpp"
886 </File>
887 <File
888 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.cpp"
890 </File>
891 <File
892 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.cpp"
894 </File>
895 <File
896 RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.cpp"
898 </File>
899 <File
900 RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.cpp"
902 </File>
903 <File
904 RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.cpp"
906 </File>
907 <File
908 RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.cpp"
910 </File>
911 <File
912 RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.cpp"
914 </File>
915 <File
916 RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.cpp"
918 </File>
919 <File
920 RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.cpp"
922 </File>
923 <File
924 RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.cpp"
926 </File>
927 <File
928 RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.cpp"
930 </File>
931 <File
932 RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.cpp"
934 </File>
935 <File
936 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.cpp"
938 </File>
939 <File
940 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.cpp"
942 </File>
943 <File
944 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.cpp"
946 </File>
947 <File
948 RelativePath="..\..\dep\ACE_wrappers\ace\Lock.cpp"
950 </File>
951 <File
952 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.cpp"
954 </File>
955 <File
956 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.cpp"
958 </File>
959 <File
960 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.cpp"
962 </File>
963 <File
964 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.cpp"
966 </File>
967 <File
968 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.cpp"
970 </File>
971 <File
972 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.cpp"
974 </File>
975 <File
976 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.cpp"
978 </File>
979 <File
980 RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.cpp"
982 </File>
983 <File
984 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.cpp"
986 </File>
987 <File
988 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.cpp"
990 </File>
991 <File
992 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.cpp"
994 </File>
995 <File
996 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.cpp"
998 </File>
999 <File
1000 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.cpp"
1002 </File>
1003 <File
1004 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.cpp"
1006 </File>
1007 <File
1008 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.cpp"
1010 </File>
1011 <File
1012 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.cpp"
1014 </File>
1015 <File
1016 RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.cpp"
1018 </File>
1019 <File
1020 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.cpp"
1022 </File>
1023 <File
1024 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.cpp"
1026 </File>
1027 <File
1028 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.cpp"
1030 </File>
1031 <File
1032 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.cpp"
1034 </File>
1035 <File
1036 RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.cpp"
1038 </File>
1039 <File
1040 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.cpp"
1042 </File>
1043 <File
1044 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.cpp"
1046 </File>
1047 <File
1048 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.cpp"
1050 </File>
1051 <File
1052 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.cpp"
1054 </File>
1055 <File
1056 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.cpp"
1058 </File>
1059 <File
1060 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.cpp"
1062 </File>
1063 <File
1064 RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.cpp"
1066 </File>
1067 <File
1068 RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.cpp"
1070 </File>
1071 <File
1072 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.cpp"
1074 </File>
1075 <File
1076 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.cpp"
1078 </File>
1079 <File
1080 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.cpp"
1082 </File>
1083 <File
1084 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.cpp"
1086 </File>
1087 <File
1088 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.cpp"
1090 </File>
1091 <File
1092 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.cpp"
1094 </File>
1095 <File
1096 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.cpp"
1098 </File>
1099 <File
1100 RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.cpp"
1102 </File>
1103 <File
1104 RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.cpp"
1106 </File>
1107 <File
1108 RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.cpp"
1110 </File>
1111 <File
1112 RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.cpp"
1114 </File>
1115 <File
1116 RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.cpp"
1118 </File>
1119 <File
1120 RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.cpp"
1122 </File>
1123 <File
1124 RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.cpp"
1126 </File>
1127 <File
1128 RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.cpp"
1130 </File>
1131 <File
1132 RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.cpp"
1134 </File>
1135 <File
1136 RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.cpp"
1138 </File>
1139 <File
1140 RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.cpp"
1142 </File>
1143 <File
1144 RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.cpp"
1146 </File>
1147 <File
1148 RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.cpp"
1150 </File>
1151 <File
1152 RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.cpp"
1154 </File>
1155 <File
1156 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.cpp"
1158 </File>
1159 <File
1160 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.cpp"
1162 </File>
1163 <File
1164 RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.cpp"
1166 </File>
1167 <File
1168 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.cpp"
1170 </File>
1171 <File
1172 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.cpp"
1174 </File>
1175 <File
1176 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.cpp"
1178 </File>
1179 <File
1180 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.cpp"
1182 </File>
1183 <File
1184 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.cpp"
1186 </File>
1187 <File
1188 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.cpp"
1190 </File>
1191 <File
1192 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.cpp"
1194 </File>
1195 <File
1196 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.cpp"
1198 </File>
1199 <File
1200 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.cpp"
1202 </File>
1203 <File
1204 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.cpp"
1206 </File>
1207 <File
1208 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.cpp"
1210 </File>
1211 <File
1212 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.cpp"
1214 </File>
1215 <File
1216 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.cpp"
1218 </File>
1219 <File
1220 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.cpp"
1222 </File>
1223 <File
1224 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.cpp"
1226 </File>
1227 <File
1228 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.cpp"
1230 </File>
1231 <File
1232 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.cpp"
1234 </File>
1235 <File
1236 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.cpp"
1238 </File>
1239 <File
1240 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.cpp"
1242 </File>
1243 <File
1244 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.cpp"
1246 </File>
1247 <File
1248 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.cpp"
1250 </File>
1251 <File
1252 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.cpp"
1254 </File>
1255 <File
1256 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.cpp"
1258 </File>
1259 <File
1260 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.cpp"
1262 </File>
1263 <File
1264 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.cpp"
1266 </File>
1267 <File
1268 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.cpp"
1270 </File>
1271 <File
1272 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.cpp"
1274 </File>
1275 <File
1276 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.cpp"
1278 </File>
1279 <File
1280 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.cpp"
1282 </File>
1283 <File
1284 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.cpp"
1286 </File>
1287 <File
1288 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.cpp"
1290 </File>
1291 <File
1292 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.cpp"
1294 </File>
1295 <File
1296 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.cpp"
1298 </File>
1299 <File
1300 RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.cpp"
1302 </File>
1303 <File
1304 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.cpp"
1306 </File>
1307 <File
1308 RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.cpp"
1310 </File>
1311 <File
1312 RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.cpp"
1314 </File>
1315 <File
1316 RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.cpp"
1318 </File>
1319 <File
1320 RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.cpp"
1322 </File>
1323 <File
1324 RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.cpp"
1326 </File>
1327 <File
1328 RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.cpp"
1330 </File>
1331 <File
1332 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.cpp"
1334 </File>
1335 <File
1336 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.cpp"
1338 </File>
1339 <File
1340 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.cpp"
1342 </File>
1343 <File
1344 RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.cpp"
1346 </File>
1347 <File
1348 RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.cpp"
1350 </File>
1351 <File
1352 RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.cpp"
1354 </File>
1355 <File
1356 RelativePath="..\..\dep\ACE_wrappers\ace\Process.cpp"
1358 </File>
1359 <File
1360 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.cpp"
1362 </File>
1363 <File
1364 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.cpp"
1366 </File>
1367 <File
1368 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.cpp"
1370 </File>
1371 <File
1372 RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.cpp"
1374 </File>
1375 <File
1376 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.cpp"
1378 </File>
1379 <File
1380 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.cpp"
1382 </File>
1383 <File
1384 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.cpp"
1386 </File>
1387 <File
1388 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.cpp"
1390 </File>
1391 <File
1392 RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.cpp"
1394 </File>
1395 <File
1396 RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.cpp"
1398 </File>
1399 <File
1400 RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.cpp"
1402 </File>
1403 <File
1404 RelativePath="..\..\dep\ACE_wrappers\ace\Registry.cpp"
1406 </File>
1407 <File
1408 RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.cpp"
1410 </File>
1411 <File
1412 RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.cpp"
1414 </File>
1415 <File
1416 RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.cpp"
1418 </File>
1419 <File
1420 RelativePath="..\..\dep\ACE_wrappers\ace\Rtems_init.c"
1422 </File>
1423 <File
1424 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.cpp"
1426 </File>
1427 <File
1428 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.cpp"
1430 </File>
1431 <File
1432 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.cpp"
1434 </File>
1435 <File
1436 RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.cpp"
1438 </File>
1439 <File
1440 RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.cpp"
1442 </File>
1443 <File
1444 RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.cpp"
1446 </File>
1447 <File
1448 RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.cpp"
1450 </File>
1451 <File
1452 RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.cpp"
1454 </File>
1455 <File
1456 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.cpp"
1458 </File>
1459 <File
1460 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.cpp"
1462 </File>
1463 <File
1464 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.cpp"
1466 </File>
1467 <File
1468 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.cpp"
1470 </File>
1471 <File
1472 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.cpp"
1474 </File>
1475 <File
1476 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.cpp"
1478 </File>
1479 <File
1480 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.cpp"
1482 </File>
1483 <File
1484 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.cpp"
1486 </File>
1487 <File
1488 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.cpp"
1490 </File>
1491 <File
1492 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.cpp"
1494 </File>
1495 <File
1496 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.cpp"
1498 </File>
1499 <File
1500 RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.cpp"
1502 </File>
1503 <File
1504 RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.cpp"
1506 </File>
1507 <File
1508 RelativePath="..\..\dep\ACE_wrappers\ace\Signal.cpp"
1510 </File>
1511 <File
1512 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.cpp"
1514 </File>
1515 <File
1516 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.cpp"
1518 </File>
1519 <File
1520 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.cpp"
1522 </File>
1523 <File
1524 RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.cpp"
1526 </File>
1527 <File
1528 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.cpp"
1530 </File>
1531 <File
1532 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.cpp"
1534 </File>
1535 <File
1536 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.cpp"
1538 </File>
1539 <File
1540 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.cpp"
1542 </File>
1543 <File
1544 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.cpp"
1546 </File>
1547 <File
1548 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.cpp"
1550 </File>
1551 <File
1552 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.cpp"
1554 </File>
1555 <File
1556 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.cpp"
1558 </File>
1559 <File
1560 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.cpp"
1562 </File>
1563 <File
1564 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.cpp"
1566 </File>
1567 <File
1568 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.cpp"
1570 </File>
1571 <File
1572 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.cpp"
1574 </File>
1575 <File
1576 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.cpp"
1578 </File>
1579 <File
1580 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.cpp"
1582 </File>
1583 <File
1584 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.cpp"
1586 </File>
1587 <File
1588 RelativePath="..\..\dep\ACE_wrappers\ace\SString.cpp"
1590 </File>
1591 <File
1592 RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.cpp"
1594 </File>
1595 <File
1596 RelativePath="..\..\dep\ACE_wrappers\ace\Stats.cpp"
1598 </File>
1599 <File
1600 RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.cpp"
1602 </File>
1603 <File
1604 RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.cpp"
1606 </File>
1607 <File
1608 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.cpp"
1610 </File>
1611 <File
1612 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.cpp"
1614 </File>
1615 <File
1616 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.cpp"
1618 </File>
1619 <File
1620 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.cpp"
1622 </File>
1623 <File
1624 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.cpp"
1626 </File>
1627 <File
1628 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.cpp"
1630 </File>
1631 <File
1632 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_y.cpp"
1634 </File>
1635 <File
1636 RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.cpp"
1638 </File>
1639 <File
1640 RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.cpp"
1642 </File>
1643 <File
1644 RelativePath="..\..\dep\ACE_wrappers\ace\Task.cpp"
1646 </File>
1647 <File
1648 RelativePath="..\..\dep\ACE_wrappers\ace\Thread.cpp"
1650 </File>
1651 <File
1652 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.cpp"
1654 </File>
1655 <File
1656 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.cpp"
1658 </File>
1659 <File
1660 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.cpp"
1662 </File>
1663 <File
1664 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.cpp"
1666 </File>
1667 <File
1668 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.cpp"
1670 </File>
1671 <File
1672 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.cpp"
1674 </File>
1675 <File
1676 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.cpp"
1678 </File>
1679 <File
1680 RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.cpp"
1682 </File>
1683 <File
1684 RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.cpp"
1686 </File>
1687 <File
1688 RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.cpp"
1690 </File>
1691 <File
1692 RelativePath="..\..\dep\ACE_wrappers\ace\TLI.cpp"
1694 </File>
1695 <File
1696 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.cpp"
1698 </File>
1699 <File
1700 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.cpp"
1702 </File>
1703 <File
1704 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.cpp"
1706 </File>
1707 <File
1708 RelativePath="..\..\dep\ACE_wrappers\ace\Token.cpp"
1710 </File>
1711 <File
1712 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.cpp"
1714 </File>
1715 <File
1716 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.cpp"
1718 </File>
1719 <File
1720 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.cpp"
1722 </File>
1723 <File
1724 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.cpp"
1726 </File>
1727 <File
1728 RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.cpp"
1730 </File>
1731 <File
1732 RelativePath="..\..\dep\ACE_wrappers\ace\Trace.cpp"
1734 </File>
1735 <File
1736 RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.cpp"
1738 </File>
1739 <File
1740 RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.cpp"
1742 </File>
1743 <File
1744 RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.cpp"
1746 </File>
1747 <File
1748 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.cpp"
1750 </File>
1751 <File
1752 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.cpp"
1754 </File>
1755 <File
1756 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.cpp"
1758 </File>
1759 <File
1760 RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.cpp"
1762 </File>
1763 <File
1764 RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.cpp"
1766 </File>
1767 <File
1768 RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.cpp"
1770 </File>
1771 <File
1772 RelativePath="..\..\dep\ACE_wrappers\ace\UUID.cpp"
1774 </File>
1775 <File
1776 RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.cpp"
1778 </File>
1779 <File
1780 RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.cpp"
1782 </File>
1783 <File
1784 RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.cpp"
1786 </File>
1787 <File
1788 RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.cpp"
1790 </File>
1791 <File
1792 RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.cpp"
1794 </File>
1795 </Filter>
1796 <Filter
1797 Name="Header Files"
1798 Filter="h;hpp;hxx;hh"
1800 <File
1801 RelativePath="..\..\dep\ACE_wrappers\ace\Acceptor.h"
1803 </File>
1804 <File
1805 RelativePath="..\..\dep\ACE_wrappers\ace\ACE.h"
1807 </File>
1808 <File
1809 RelativePath="..\..\dep\ACE_wrappers\ace\ACE_export.h"
1811 </File>
1812 <File
1813 RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.h"
1815 </File>
1816 <File
1817 RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.h"
1819 </File>
1820 <File
1821 RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.h"
1823 </File>
1824 <File
1825 RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.h"
1827 </File>
1828 <File
1829 RelativePath="..\..\dep\ACE_wrappers\ace\Addr.h"
1831 </File>
1832 <File
1833 RelativePath="..\..\dep\ACE_wrappers\ace\Arg_Shifter.h"
1835 </File>
1836 <File
1837 RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.h"
1839 </File>
1840 <File
1841 RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.h"
1843 </File>
1844 <File
1845 RelativePath="..\..\dep\ACE_wrappers\ace\Array.h"
1847 </File>
1848 <File
1849 RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.h"
1851 </File>
1852 <File
1853 RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.h"
1855 </File>
1856 <File
1857 RelativePath="..\..\dep\ACE_wrappers\ace\Assert.h"
1859 </File>
1860 <File
1861 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Acceptor.h"
1863 </File>
1864 <File
1865 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Connector.h"
1867 </File>
1868 <File
1869 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.h"
1871 </File>
1872 <File
1873 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.h"
1875 </File>
1876 <File
1877 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.h"
1879 </File>
1880 <File
1881 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.h"
1883 </File>
1884 <File
1885 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.h"
1887 </File>
1888 <File
1889 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.h"
1891 </File>
1892 <File
1893 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.h"
1895 </File>
1896 <File
1897 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.h"
1899 </File>
1900 <File
1901 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.h"
1903 </File>
1904 <File
1905 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.h"
1907 </File>
1908 <File
1909 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.h"
1911 </File>
1912 <File
1913 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.h"
1915 </File>
1916 <File
1917 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.h"
1919 </File>
1920 <File
1921 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.h"
1923 </File>
1924 <File
1925 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.h"
1927 </File>
1928 <File
1929 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.h"
1931 </File>
1932 <File
1933 RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.h"
1935 </File>
1936 <File
1937 RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.h"
1939 </File>
1940 <File
1941 RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.h"
1943 </File>
1944 <File
1945 RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.h"
1947 </File>
1948 <File
1949 RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.h"
1951 </File>
1952 <File
1953 RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.h"
1955 </File>
1956 <File
1957 RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.h"
1959 </File>
1960 <File
1961 RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.h"
1963 </File>
1964 <File
1965 RelativePath="..\..\dep\ACE_wrappers\ace\Cached_Connect_Strategy_T.h"
1967 </File>
1968 <File
1969 RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.h"
1971 </File>
1972 <File
1973 RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Utility_T.h"
1975 </File>
1976 <File
1977 RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.h"
1979 </File>
1980 <File
1981 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.h"
1983 </File>
1984 <File
1985 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.h"
1987 </File>
1988 <File
1989 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.h"
1991 </File>
1992 <File
1993 RelativePath="..\..\dep\ACE_wrappers\ace\CE_Screen_Output.h"
1995 </File>
1996 <File
1997 RelativePath="..\..\dep\ACE_wrappers\ace\checked_iterator.h"
1999 </File>
2000 <File
2001 RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.h"
2003 </File>
2004 <File
2005 RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup_Strategies_T.h"
2007 </File>
2008 <File
2009 RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.h"
2011 </File>
2012 <File
2013 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.h"
2015 </File>
2016 <File
2017 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.h"
2019 </File>
2020 <File
2021 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Symbols.h"
2023 </File>
2024 <File
2025 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.h"
2027 </File>
2028 <File
2029 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.h"
2031 </File>
2032 <File
2033 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.h"
2035 </File>
2036 <File
2037 RelativePath="..\..\dep\ACE_wrappers\ace\config-aix-5.x.h"
2039 </File>
2040 <File
2041 RelativePath="..\..\dep\ACE_wrappers\ace\config-all.h"
2043 </File>
2044 <File
2045 RelativePath="..\..\dep\ACE_wrappers\ace\config-borland-common.h"
2047 </File>
2048 <File
2049 RelativePath="..\..\dep\ACE_wrappers\ace\config-cray.h"
2051 </File>
2052 <File
2053 RelativePath="..\..\dep\ACE_wrappers\ace\config-cxx-common.h"
2055 </File>
2056 <File
2057 RelativePath="..\..\dep\ACE_wrappers\ace\config-cygwin32.h"
2059 </File>
2060 <File
2061 RelativePath="..\..\dep\ACE_wrappers\ace\config-doxygen.h"
2063 </File>
2064 <File
2065 RelativePath="..\..\dep\ACE_wrappers\ace\config-freebsd.h"
2067 </File>
2068 <File
2069 RelativePath="..\..\dep\ACE_wrappers\ace\config-g++-common.h"
2071 </File>
2072 <File
2073 RelativePath="..\..\dep\ACE_wrappers\ace\config-ghs-common.h"
2075 </File>
2076 <File
2077 RelativePath="..\..\dep\ACE_wrappers\ace\config-hpux-11.00.h"
2079 </File>
2080 <File
2081 RelativePath="..\..\dep\ACE_wrappers\ace\config-icc-common.h"
2083 </File>
2084 <File
2085 RelativePath="..\..\dep\ACE_wrappers\ace\config-integritySCA.h"
2087 </File>
2088 <File
2089 RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.5.x-sgic++.h"
2091 </File>
2092 <File
2093 RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-common.h"
2095 </File>
2096 <File
2097 RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-g++.h"
2099 </File>
2100 <File
2101 RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-sgic++.h"
2103 </File>
2104 <File
2105 RelativePath="..\..\dep\ACE_wrappers\ace\config-linux-common.h"
2107 </File>
2108 <File
2109 RelativePath="..\..\dep\ACE_wrappers\ace\config-linux.h"
2111 </File>
2112 <File
2113 RelativePath="..\..\dep\ACE_wrappers\ace\config-lite.h"
2115 </File>
2116 <File
2117 RelativePath="..\..\dep\ACE_wrappers\ace\config-lynxos.h"
2119 </File>
2120 <File
2121 RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-leopard.h"
2123 </File>
2124 <File
2125 RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-panther.h"
2127 </File>
2128 <File
2129 RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-tiger.h"
2131 </File>
2132 <File
2133 RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx.h"
2135 </File>
2136 <File
2137 RelativePath="..\..\dep\ACE_wrappers\ace\config-macros.h"
2139 </File>
2140 <File
2141 RelativePath="..\..\dep\ACE_wrappers\ace\config-minimal.h"
2143 </File>
2144 <File
2145 RelativePath="..\..\dep\ACE_wrappers\ace\config-mvs.h"
2147 </File>
2148 <File
2149 RelativePath="..\..\dep\ACE_wrappers\ace\config-netbsd.h"
2151 </File>
2152 <File
2153 RelativePath="..\..\dep\ACE_wrappers\ace\config-openbsd.h"
2155 </File>
2156 <File
2157 RelativePath="..\..\dep\ACE_wrappers\ace\config-openvms.h"
2159 </File>
2160 <File
2161 RelativePath="..\..\dep\ACE_wrappers\ace\config-pharlap.h"
2163 </File>
2164 <File
2165 RelativePath="..\..\dep\ACE_wrappers\ace\config-posix-nonetworking.h"
2167 </File>
2168 <File
2169 RelativePath="..\..\dep\ACE_wrappers\ace\config-posix.h"
2171 </File>
2172 <File
2173 RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-neutrino.h"
2175 </File>
2176 <File
2177 RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-62x.h"
2179 </File>
2180 <File
2181 RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-common.h"
2183 </File>
2184 <File
2185 RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-pre62x.h"
2187 </File>
2188 <File
2189 RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp.h"
2191 </File>
2192 <File
2193 RelativePath="..\..\dep\ACE_wrappers\ace\config-rtems.h"
2195 </File>
2196 <File
2197 RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0-nothread.h"
2199 </File>
2200 <File
2201 RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0.h"
2203 </File>
2204 <File
2205 RelativePath="..\..\dep\ACE_wrappers\ace\config-suncc-common.h"
2207 </File>
2208 <File
2209 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.10.h"
2211 </File>
2212 <File
2213 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.11.h"
2215 </File>
2216 <File
2217 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-g++.h"
2219 </File>
2220 <File
2221 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-sunc++-4.x.h"
2223 </File>
2224 <File
2225 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.5.h"
2227 </File>
2228 <File
2229 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.6.h"
2231 </File>
2232 <File
2233 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.7.h"
2235 </File>
2236 <File
2237 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.8.h"
2239 </File>
2240 <File
2241 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.9.h"
2243 </File>
2244 <File
2245 RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v2.h"
2247 </File>
2248 <File
2249 RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v3.h"
2251 </File>
2252 <File
2253 RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem.h"
2255 </File>
2256 <File
2257 RelativePath="..\..\dep\ACE_wrappers\ace\config-tru64.h"
2259 </File>
2260 <File
2261 RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.h"
2263 </File>
2264 <File
2265 RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.udk.h"
2267 </File>
2268 <File
2269 RelativePath="..\..\dep\ACE_wrappers\ace\config-visualage.h"
2271 </File>
2272 <File
2273 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks.h"
2275 </File>
2276 <File
2277 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks5.x.h"
2279 </File>
2280 <File
2281 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.2.h"
2283 </File>
2284 <File
2285 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.3.h"
2287 </File>
2288 <File
2289 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.4.h"
2291 </File>
2292 <File
2293 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.5.h"
2295 </File>
2296 <File
2297 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.6.h"
2299 </File>
2300 <File
2301 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-borland.h"
2303 </File>
2304 <File
2305 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-common.h"
2307 </File>
2308 <File
2309 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-dmc.h"
2311 </File>
2312 <File
2313 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-ghs.h"
2315 </File>
2316 <File
2317 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-interix.h"
2319 </File>
2320 <File
2321 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-mingw.h"
2323 </File>
2324 <File
2325 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-7.h"
2327 </File>
2328 <File
2329 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-8.h"
2331 </File>
2332 <File
2333 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-9.h"
2335 </File>
2336 <File
2337 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc.h"
2339 </File>
2340 <File
2341 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32.h"
2343 </File>
2344 <File
2345 RelativePath="..\..\dep\ACE_wrappers\ace\config-WinCE.h"
2347 </File>
2348 <File
2349 RelativePath="..\..\dep\ACE_wrappers\ace\config.h"
2351 </File>
2352 <File
2353 RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.h"
2355 </File>
2356 <File
2357 RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.h"
2359 </File>
2360 <File
2361 RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.h"
2363 </File>
2364 <File
2365 RelativePath="..\..\dep\ACE_wrappers\ace\Connector.h"
2367 </File>
2368 <File
2369 RelativePath="..\..\dep\ACE_wrappers\ace\Containers.h"
2371 </File>
2372 <File
2373 RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.h"
2375 </File>
2376 <File
2377 RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.h"
2379 </File>
2380 <File
2381 RelativePath="..\..\dep\ACE_wrappers\ace\CORBA_macros.h"
2383 </File>
2384 <File
2385 RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.h"
2387 </File>
2388 <File
2389 RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.h"
2391 </File>
2392 <File
2393 RelativePath="..\..\dep\ACE_wrappers\ace\Default_Constants.h"
2395 </File>
2396 <File
2397 RelativePath="..\..\dep\ACE_wrappers\ace\DEV.h"
2399 </File>
2400 <File
2401 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.h"
2403 </File>
2404 <File
2405 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.h"
2407 </File>
2408 <File
2409 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.h"
2411 </File>
2412 <File
2413 RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.h"
2415 </File>
2416 <File
2417 RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.h"
2419 </File>
2420 <File
2421 RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.h"
2423 </File>
2424 <File
2425 RelativePath="..\..\dep\ACE_wrappers\ace\DLL.h"
2427 </File>
2428 <File
2429 RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.h"
2431 </File>
2432 <File
2433 RelativePath="..\..\dep\ACE_wrappers\ace\Dump.h"
2435 </File>
2436 <File
2437 RelativePath="..\..\dep\ACE_wrappers\ace\Dump_T.h"
2439 </File>
2440 <File
2441 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.h"
2443 </File>
2444 <File
2445 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.h"
2447 </File>
2448 <File
2449 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.h"
2451 </File>
2452 <File
2453 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.h"
2455 </File>
2456 <File
2457 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.h"
2459 </File>
2460 <File
2461 RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.h"
2463 </File>
2464 <File
2465 RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.h"
2467 </File>
2468 <File
2469 RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.h"
2471 </File>
2472 <File
2473 RelativePath="..\..\dep\ACE_wrappers\ace\Event.h"
2475 </File>
2476 <File
2477 RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.h"
2479 </File>
2480 <File
2481 RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.h"
2483 </File>
2484 <File
2485 RelativePath="..\..\dep\ACE_wrappers\ace\Exception_Macros.h"
2487 </File>
2488 <File
2489 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.h"
2491 </File>
2492 <File
2493 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.h"
2495 </File>
2496 <File
2497 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.h"
2499 </File>
2500 <File
2501 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.h"
2503 </File>
2504 <File
2505 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.h"
2507 </File>
2508 <File
2509 RelativePath="..\..\dep\ACE_wrappers\ace\FILE.h"
2511 </File>
2512 <File
2513 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.h"
2515 </File>
2516 <File
2517 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.h"
2519 </File>
2520 <File
2521 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.h"
2523 </File>
2524 <File
2525 RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.h"
2527 </File>
2528 <File
2529 RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.h"
2531 </File>
2532 <File
2533 RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.h"
2535 </File>
2536 <File
2537 RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.h"
2539 </File>
2540 <File
2541 RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component_T.h"
2543 </File>
2544 <File
2545 RelativePath="..\..\dep\ACE_wrappers\ace\Free_List.h"
2547 </File>
2548 <File
2549 RelativePath="..\..\dep\ACE_wrappers\ace\Functor.h"
2551 </File>
2552 <File
2553 RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.h"
2555 </File>
2556 <File
2557 RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.h"
2559 </File>
2560 <File
2561 RelativePath="..\..\dep\ACE_wrappers\ace\Future.h"
2563 </File>
2564 <File
2565 RelativePath="..\..\dep\ACE_wrappers\ace\Future_Set.h"
2567 </File>
2568 <File
2569 RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.h"
2571 </File>
2572 <File
2573 RelativePath="..\..\dep\ACE_wrappers\ace\Global_Macros.h"
2575 </File>
2576 <File
2577 RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.h"
2579 </File>
2580 <File
2581 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.h"
2583 </File>
2584 <File
2585 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.h"
2587 </File>
2588 <File
2589 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.h"
2591 </File>
2592 <File
2593 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.h"
2595 </File>
2596 <File
2597 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager.h"
2599 </File>
2600 <File
2601 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.h"
2603 </File>
2604 <File
2605 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.h"
2607 </File>
2608 <File
2609 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.h"
2611 </File>
2612 <File
2613 RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.h"
2615 </File>
2616 <File
2617 RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.h"
2619 </File>
2620 <File
2621 RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.h"
2623 </File>
2624 <File
2625 RelativePath="..\..\dep\ACE_wrappers\ace\If_Then_Else.h"
2627 </File>
2628 <File
2629 RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.h"
2631 </File>
2632 <File
2633 RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.h"
2635 </File>
2636 <File
2637 RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.h"
2639 </File>
2640 <File
2641 RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.h"
2643 </File>
2644 <File
2645 RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.h"
2647 </File>
2648 <File
2649 RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.h"
2651 </File>
2652 <File
2653 RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.h"
2655 </File>
2656 <File
2657 RelativePath="..\..\dep\ACE_wrappers\ace\iosfwd.h"
2659 </File>
2660 <File
2661 RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.h"
2663 </File>
2664 <File
2665 RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.h"
2667 </File>
2668 <File
2669 RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.h"
2671 </File>
2672 <File
2673 RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.h"
2675 </File>
2676 <File
2677 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.h"
2679 </File>
2680 <File
2681 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.h"
2683 </File>
2684 <File
2685 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space_T.h"
2687 </File>
2688 <File
2689 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.h"
2691 </File>
2692 <File
2693 RelativePath="..\..\dep\ACE_wrappers\ace\Lock.h"
2695 </File>
2696 <File
2697 RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.h"
2699 </File>
2700 <File
2701 RelativePath="..\..\dep\ACE_wrappers\ace\LOCK_SOCK_Acceptor.h"
2703 </File>
2704 <File
2705 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.h"
2707 </File>
2708 <File
2709 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.h"
2711 </File>
2712 <File
2713 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.h"
2715 </File>
2716 <File
2717 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.h"
2719 </File>
2720 <File
2721 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.h"
2723 </File>
2724 <File
2725 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.h"
2727 </File>
2728 <File
2729 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Priority.h"
2731 </File>
2732 <File
2733 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.h"
2735 </File>
2736 <File
2737 RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.h"
2739 </File>
2740 <File
2741 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.h"
2743 </File>
2744 <File
2745 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.h"
2747 </File>
2748 <File
2749 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.h"
2751 </File>
2752 <File
2753 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.h"
2755 </File>
2756 <File
2757 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.h"
2759 </File>
2760 <File
2761 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.h"
2763 </File>
2764 <File
2765 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.h"
2767 </File>
2768 <File
2769 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.h"
2771 </File>
2772 <File
2773 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Base.h"
2775 </File>
2776 <File
2777 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.h"
2779 </File>
2780 <File
2781 RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.h"
2783 </File>
2784 <File
2785 RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.h"
2787 </File>
2788 <File
2789 RelativePath="..\..\dep\ACE_wrappers\ace\Map.h"
2791 </File>
2792 <File
2793 RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.h"
2795 </File>
2796 <File
2797 RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.h"
2799 </File>
2800 <File
2801 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.h"
2803 </File>
2804 <File
2805 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.h"
2807 </File>
2808 <File
2809 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.h"
2811 </File>
2812 <File
2813 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.h"
2815 </File>
2816 <File
2817 RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.h"
2819 </File>
2820 <File
2821 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.h"
2823 </File>
2824 <File
2825 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.h"
2827 </File>
2828 <File
2829 RelativePath="..\..\dep\ACE_wrappers\ace\Memory_Pool.h"
2831 </File>
2832 <File
2833 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.h"
2835 </File>
2836 <File
2837 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.h"
2839 </File>
2840 <File
2841 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.h"
2843 </File>
2844 <File
2845 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.h"
2847 </File>
2848 <File
2849 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_T.h"
2851 </File>
2852 <File
2853 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.h"
2855 </File>
2856 <File
2857 RelativePath="..\..\dep\ACE_wrappers\ace\Method_Object.h"
2859 </File>
2860 <File
2861 RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.h"
2863 </File>
2864 <File
2865 RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache.h"
2867 </File>
2868 <File
2869 RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.h"
2871 </File>
2872 <File
2873 RelativePath="..\..\dep\ACE_wrappers\ace\Min_Max.h"
2875 </File>
2876 <File
2877 RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.h"
2879 </File>
2880 <File
2881 RelativePath="..\..\dep\ACE_wrappers\ace\Module.h"
2883 </File>
2884 <File
2885 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.h"
2887 </File>
2888 <File
2889 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.h"
2891 </File>
2892 <File
2893 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.h"
2895 </File>
2896 <File
2897 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.h"
2899 </File>
2900 <File
2901 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.h"
2903 </File>
2904 <File
2905 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.h"
2907 </File>
2908 <File
2909 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.h"
2911 </File>
2912 <File
2913 RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.h"
2915 </File>
2916 <File
2917 RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.h"
2919 </File>
2920 <File
2921 RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.h"
2923 </File>
2924 <File
2925 RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.h"
2927 </File>
2928 <File
2929 RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.h"
2931 </File>
2932 <File
2933 RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.h"
2935 </File>
2936 <File
2937 RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.h"
2939 </File>
2940 <File
2941 RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.h"
2943 </File>
2944 <File
2945 RelativePath="..\..\dep\ACE_wrappers\ace\Node.h"
2947 </File>
2948 <File
2949 RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.h"
2951 </File>
2952 <File
2953 RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.h"
2955 </File>
2956 <File
2957 RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.h"
2959 </File>
2960 <File
2961 RelativePath="..\..\dep\ACE_wrappers\ace\Null_Barrier.h"
2963 </File>
2964 <File
2965 RelativePath="..\..\dep\ACE_wrappers\ace\Null_Condition.h"
2967 </File>
2968 <File
2969 RelativePath="..\..\dep\ACE_wrappers\ace\Null_Mutex.h"
2971 </File>
2972 <File
2973 RelativePath="..\..\dep\ACE_wrappers\ace\Null_Semaphore.h"
2975 </File>
2976 <File
2977 RelativePath="..\..\dep\ACE_wrappers\ace\Numeric_Limits.h"
2979 </File>
2980 <File
2981 RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.h"
2983 </File>
2984 <File
2985 RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.h"
2987 </File>
2988 <File
2989 RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.h"
2991 </File>
2992 <File
2993 RelativePath="..\..\dep\ACE_wrappers\ace\Obstack.h"
2995 </File>
2996 <File
2997 RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.h"
2999 </File>
3000 <File
3001 RelativePath="..\..\dep\ACE_wrappers\ace\OS.h"
3003 </File>
3004 <File
3005 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_aio.h"
3007 </File>
3008 <File
3009 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_assert.h"
3011 </File>
3012 <File
3013 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_byteswap.h"
3015 </File>
3016 <File
3017 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_complex.h"
3019 </File>
3020 <File
3021 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_cpio.h"
3023 </File>
3024 <File
3025 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ctype.h"
3027 </File>
3028 <File
3029 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Dirent.h"
3031 </File>
3032 <File
3033 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dirent.h"
3035 </File>
3036 <File
3037 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dlfcn.h"
3039 </File>
3040 <File
3041 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h"
3043 </File>
3044 <File
3045 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h"
3047 </File>
3048 <File
3049 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fcntl.h"
3051 </File>
3052 <File
3053 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fenv.h"
3055 </File>
3056 <File
3057 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_float.h"
3059 </File>
3060 <File
3061 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fmtmsg.h"
3063 </File>
3064 <File
3065 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fnmatch.h"
3067 </File>
3068 <File
3069 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ftw.h"
3071 </File>
3072 <File
3073 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_glob.h"
3075 </File>
3076 <File
3077 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_grp.h"
3079 </File>
3080 <File
3081 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iconv.h"
3083 </File>
3084 <File
3085 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\net\os_if.h"
3087 </File>
3088 <File
3089 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_in.h"
3091 </File>
3092 <File
3093 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\arpa\os_inet.h"
3095 </File>
3096 <File
3097 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_intrin.h"
3099 </File>
3100 <File
3101 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_inttypes.h"
3103 </File>
3104 <File
3105 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_ipc.h"
3107 </File>
3108 <File
3109 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iso646.h"
3111 </File>
3112 <File
3113 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_kstat.h"
3115 </File>
3116 <File
3117 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_langinfo.h"
3119 </File>
3120 <File
3121 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_libgen.h"
3123 </File>
3124 <File
3125 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_limits.h"
3127 </File>
3128 <File
3129 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_loadavg.h"
3131 </File>
3132 <File
3133 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_local.h"
3135 </File>
3136 <File
3137 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.h"
3139 </File>
3140 <File
3141 RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.h"
3143 </File>
3144 <File
3145 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_math.h"
3147 </File>
3148 <File
3149 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Memory.h"
3151 </File>
3152 <File
3153 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_mman.h"
3155 </File>
3156 <File
3157 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_monetary.h"
3159 </File>
3160 <File
3161 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_mqueue.h"
3163 </File>
3164 <File
3165 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_msg.h"
3167 </File>
3168 <File
3169 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ndbm.h"
3171 </File>
3172 <File
3173 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_netdb.h"
3175 </File>
3176 <File
3177 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_nl_types.h"
3179 </File>
3180 <File
3181 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.h"
3183 </File>
3184 <File
3185 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.h"
3187 </File>
3188 <File
3189 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.h"
3191 </File>
3192 <File
3193 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.h"
3195 </File>
3196 <File
3197 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.h"
3199 </File>
3200 <File
3201 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.h"
3203 </File>
3204 <File
3205 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_macros.h"
3207 </File>
3208 <File
3209 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.h"
3211 </File>
3212 <File
3213 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.h"
3215 </File>
3216 <File
3217 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.h"
3219 </File>
3220 <File
3221 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.h"
3223 </File>
3224 <File
3225 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.h"
3227 </File>
3228 <File
3229 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.h"
3231 </File>
3232 <File
3233 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.h"
3235 </File>
3236 <File
3237 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.h"
3239 </File>
3240 <File
3241 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.h"
3243 </File>
3244 <File
3245 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.h"
3247 </File>
3248 <File
3249 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.h"
3251 </File>
3252 <File
3253 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.h"
3255 </File>
3256 <File
3257 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.h"
3259 </File>
3260 <File
3261 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.h"
3263 </File>
3264 <File
3265 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.h"
3267 </File>
3268 <File
3269 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.h"
3271 </File>
3272 <File
3273 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.h"
3275 </File>
3276 <File
3277 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.h"
3279 </File>
3280 <File
3281 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.h"
3283 </File>
3284 <File
3285 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.h"
3287 </File>
3288 <File
3289 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.h"
3291 </File>
3292 <File
3293 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.h"
3295 </File>
3296 <File
3297 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.h"
3299 </File>
3300 <File
3301 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.h"
3303 </File>
3304 <File
3305 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.h"
3307 </File>
3308 <File
3309 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.h"
3311 </File>
3312 <File
3313 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.h"
3315 </File>
3316 <File
3317 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdh.h"
3319 </File>
3320 <File
3321 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdhmsg.h"
3323 </File>
3324 <File
3325 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_poll.h"
3327 </File>
3328 <File
3329 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_pstat.h"
3331 </File>
3332 <File
3333 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pthread.h"
3335 </File>
3336 <File
3337 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pwd.h"
3339 </File>
3340 <File
3341 RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.h"
3343 </File>
3344 <File
3345 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_regex.h"
3347 </File>
3348 <File
3349 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_resource.h"
3351 </File>
3352 <File
3353 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_sched.h"
3355 </File>
3356 <File
3357 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_search.h"
3359 </File>
3360 <File
3361 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_select.h"
3363 </File>
3364 <File
3365 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sem.h"
3367 </File>
3368 <File
3369 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_semaphore.h"
3371 </File>
3372 <File
3373 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_setjmp.h"
3375 </File>
3376 <File
3377 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_shm.h"
3379 </File>
3380 <File
3381 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_signal.h"
3383 </File>
3384 <File
3385 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_socket.h"
3387 </File>
3388 <File
3389 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_spawn.h"
3391 </File>
3392 <File
3393 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_stat.h"
3395 </File>
3396 <File
3397 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_statvfs.h"
3399 </File>
3400 <File
3401 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdarg.h"
3403 </File>
3404 <File
3405 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdbool.h"
3407 </File>
3408 <File
3409 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stddef.h"
3411 </File>
3412 <File
3413 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdint.h"
3415 </File>
3416 <File
3417 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdio.h"
3419 </File>
3420 <File
3421 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdlib.h"
3423 </File>
3424 <File
3425 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h"
3427 </File>
3428 <File
3429 RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h"
3431 </File>
3432 <File
3433 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_strings.h"
3435 </File>
3436 <File
3437 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stropts.h"
3439 </File>
3440 <File
3441 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysctl.h"
3443 </File>
3444 <File
3445 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysinfo.h"
3447 </File>
3448 <File
3449 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_syslog.h"
3451 </File>
3452 <File
3453 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tar.h"
3455 </File>
3456 <File
3457 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_tcp.h"
3459 </File>
3460 <File
3461 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_termios.h"
3463 </File>
3464 <File
3465 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tgmath.h"
3467 </File>
3468 <File
3469 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.h"
3471 </File>
3472 <File
3473 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h"
3475 </File>
3476 <File
3477 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h"
3479 </File>
3480 <File
3481 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_timeb.h"
3483 </File>
3484 <File
3485 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_times.h"
3487 </File>
3488 <File
3489 RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.h"
3491 </File>
3492 <File
3493 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_trace.h"
3495 </File>
3496 <File
3497 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_types.h"
3499 </File>
3500 <File
3501 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ucontext.h"
3503 </File>
3504 <File
3505 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_uio.h"
3507 </File>
3508 <File
3509 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ulimit.h"
3511 </File>
3512 <File
3513 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_un.h"
3515 </File>
3516 <File
3517 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_unistd.h"
3519 </File>
3520 <File
3521 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utime.h"
3523 </File>
3524 <File
3525 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utmpx.h"
3527 </File>
3528 <File
3529 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_utsname.h"
3531 </File>
3532 <File
3533 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_wait.h"
3535 </File>
3536 <File
3537 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wchar.h"
3539 </File>
3540 <File
3541 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wctype.h"
3543 </File>
3544 <File
3545 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wordexp.h"
3547 </File>
3548 <File
3549 RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.h"
3551 </File>
3552 <File
3553 RelativePath="..\..\dep\ACE_wrappers\ace\Pair.h"
3555 </File>
3556 <File
3557 RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.h"
3559 </File>
3560 <File
3561 RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.h"
3563 </File>
3564 <File
3565 RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.h"
3567 </File>
3568 <File
3569 RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.h"
3571 </File>
3572 <File
3573 RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.h"
3575 </File>
3576 <File
3577 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.h"
3579 </File>
3580 <File
3581 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.h"
3583 </File>
3584 <File
3585 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.h"
3587 </File>
3588 <File
3589 RelativePath="..\..\dep\ACE_wrappers\ace\post.h"
3591 </File>
3592 <File
3593 RelativePath="..\..\dep\ACE_wrappers\ace\pre.h"
3595 </File>
3596 <File
3597 RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.h"
3599 </File>
3600 <File
3601 RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.h"
3603 </File>
3604 <File
3605 RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.h"
3607 </File>
3608 <File
3609 RelativePath="..\..\dep\ACE_wrappers\ace\Process.h"
3611 </File>
3612 <File
3613 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.h"
3615 </File>
3616 <File
3617 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.h"
3619 </File>
3620 <File
3621 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.h"
3623 </File>
3624 <File
3625 RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.h"
3627 </File>
3628 <File
3629 RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.h"
3631 </File>
3632 <File
3633 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.h"
3635 </File>
3636 <File
3637 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.h"
3639 </File>
3640 <File
3641 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.h"
3643 </File>
3644 <File
3645 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.h"
3647 </File>
3648 <File
3649 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Token_T.h"
3651 </File>
3652 <File
3653 RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.h"
3655 </File>
3656 <File
3657 RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.h"
3659 </File>
3660 <File
3661 RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.h"
3663 </File>
3664 <File
3665 RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable.h"
3667 </File>
3668 <File
3669 RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.h"
3671 </File>
3672 <File
3673 RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.h"
3675 </File>
3676 <File
3677 RelativePath="..\..\dep\ACE_wrappers\ace\Registry.h"
3679 </File>
3680 <File
3681 RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.h"
3683 </File>
3684 <File
3685 RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.h"
3687 </File>
3688 <File
3689 RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.h"
3691 </File>
3692 <File
3693 RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.h"
3695 </File>
3696 <File
3697 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.h"
3699 </File>
3700 <File
3701 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.h"
3703 </File>
3704 <File
3705 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.h"
3707 </File>
3708 <File
3709 RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.h"
3711 </File>
3712 <File
3713 RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.h"
3715 </File>
3716 <File
3717 RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.h"
3719 </File>
3720 <File
3721 RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor.h"
3723 </File>
3724 <File
3725 RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.h"
3727 </File>
3728 <File
3729 RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.h"
3731 </File>
3732 <File
3733 RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.h"
3735 </File>
3736 <File
3737 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.h"
3739 </File>
3740 <File
3741 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.h"
3743 </File>
3744 <File
3745 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.h"
3747 </File>
3748 <File
3749 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.h"
3751 </File>
3752 <File
3753 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.h"
3755 </File>
3756 <File
3757 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Templates.h"
3759 </File>
3760 <File
3761 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.h"
3763 </File>
3764 <File
3765 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.h"
3767 </File>
3768 <File
3769 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.h"
3771 </File>
3772 <File
3773 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.h"
3775 </File>
3776 <File
3777 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.h"
3779 </File>
3780 <File
3781 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.h"
3783 </File>
3784 <File
3785 RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.h"
3787 </File>
3788 <File
3789 RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.h"
3791 </File>
3792 <File
3793 RelativePath="..\..\dep\ACE_wrappers\ace\Signal.h"
3795 </File>
3796 <File
3797 RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.h"
3799 </File>
3800 <File
3801 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.h"
3803 </File>
3804 <File
3805 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.h"
3807 </File>
3808 <File
3809 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.h"
3811 </File>
3812 <File
3813 RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.h"
3815 </File>
3816 <File
3817 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.h"
3819 </File>
3820 <File
3821 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.h"
3823 </File>
3824 <File
3825 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.h"
3827 </File>
3828 <File
3829 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.h"
3831 </File>
3832 <File
3833 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.h"
3835 </File>
3836 <File
3837 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.h"
3839 </File>
3840 <File
3841 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.h"
3843 </File>
3844 <File
3845 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.h"
3847 </File>
3848 <File
3849 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.h"
3851 </File>
3852 <File
3853 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.h"
3855 </File>
3856 <File
3857 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.h"
3859 </File>
3860 <File
3861 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.h"
3863 </File>
3864 <File
3865 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.h"
3867 </File>
3868 <File
3869 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.h"
3871 </File>
3872 <File
3873 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.h"
3875 </File>
3876 <File
3877 RelativePath="..\..\dep\ACE_wrappers\ace\SString.h"
3879 </File>
3880 <File
3881 RelativePath="..\..\dep\ACE_wrappers\ace\SStringfwd.h"
3883 </File>
3884 <File
3885 RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.h"
3887 </File>
3888 <File
3889 RelativePath="..\..\dep\ACE_wrappers\ace\Static_Object_Lock.h"
3891 </File>
3892 <File
3893 RelativePath="..\..\dep\ACE_wrappers\ace\Stats.h"
3895 </File>
3896 <File
3897 RelativePath="..\..\dep\ACE_wrappers\ace\Strategies.h"
3899 </File>
3900 <File
3901 RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.h"
3903 </File>
3904 <File
3905 RelativePath="..\..\dep\ACE_wrappers\ace\Stream.h"
3907 </File>
3908 <File
3909 RelativePath="..\..\dep\ACE_wrappers\ace\Stream_Modules.h"
3911 </File>
3912 <File
3913 RelativePath="..\..\dep\ACE_wrappers\ace\streams.h"
3915 </File>
3916 <File
3917 RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.h"
3919 </File>
3920 <File
3921 RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.h"
3923 </File>
3924 <File
3925 RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.h"
3927 </File>
3928 <File
3929 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.h"
3931 </File>
3932 <File
3933 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.h"
3935 </File>
3936 <File
3937 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.h"
3939 </File>
3940 <File
3941 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.h"
3943 </File>
3944 <File
3945 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.h"
3947 </File>
3948 <File
3949 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf.h"
3951 </File>
3952 <File
3953 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.h"
3955 </File>
3956 <File
3957 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Param.h"
3959 </File>
3960 <File
3961 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Token_Table.h"
3963 </File>
3964 <File
3965 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Tokens.h"
3967 </File>
3968 <File
3969 RelativePath="..\..\dep\ACE_wrappers\ace\svc_export.h"
3971 </File>
3972 <File
3973 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Handler.h"
3975 </File>
3976 <File
3977 RelativePath="..\..\dep\ACE_wrappers\ace\Synch.h"
3979 </File>
3980 <File
3981 RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.h"
3983 </File>
3984 <File
3985 RelativePath="..\..\dep\ACE_wrappers\ace\Synch_T.h"
3987 </File>
3988 <File
3989 RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Traits.h"
3991 </File>
3992 <File
3993 RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.h"
3995 </File>
3996 <File
3997 RelativePath="..\..\dep\ACE_wrappers\ace\Task.h"
3999 </File>
4000 <File
4001 RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.h"
4003 </File>
4004 <File
4005 RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.h"
4007 </File>
4008 <File
4009 RelativePath="..\..\dep\ACE_wrappers\ace\Test_and_Set.h"
4011 </File>
4012 <File
4013 RelativePath="..\..\dep\ACE_wrappers\ace\Thread.h"
4015 </File>
4016 <File
4017 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.h"
4019 </File>
4020 <File
4021 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.h"
4023 </File>
4024 <File
4025 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.h"
4027 </File>
4028 <File
4029 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.h"
4031 </File>
4032 <File
4033 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.h"
4035 </File>
4036 <File
4037 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.h"
4039 </File>
4040 <File
4041 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.h"
4043 </File>
4044 <File
4045 RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.h"
4047 </File>
4048 <File
4049 RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.h"
4051 </File>
4052 <File
4053 RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.h"
4055 </File>
4056 <File
4057 RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe_T.h"
4059 </File>
4060 <File
4061 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash.h"
4063 </File>
4064 <File
4065 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash_T.h"
4067 </File>
4068 <File
4069 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap.h"
4071 </File>
4072 <File
4073 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap_T.h"
4075 </File>
4076 <File
4077 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List.h"
4079 </File>
4080 <File
4081 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List_T.h"
4083 </File>
4084 <File
4085 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue.h"
4087 </File>
4088 <File
4089 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.h"
4091 </File>
4092 <File
4093 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.h"
4095 </File>
4096 <File
4097 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queuefwd.h"
4099 </File>
4100 <File
4101 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel.h"
4103 </File>
4104 <File
4105 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel_T.h"
4107 </File>
4108 <File
4109 RelativePath="..\..\dep\ACE_wrappers\ace\TLI.h"
4111 </File>
4112 <File
4113 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.h"
4115 </File>
4116 <File
4117 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.h"
4119 </File>
4120 <File
4121 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.h"
4123 </File>
4124 <File
4125 RelativePath="..\..\dep\ACE_wrappers\ace\Token.h"
4127 </File>
4128 <File
4129 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.h"
4131 </File>
4132 <File
4133 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.h"
4135 </File>
4136 <File
4137 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.h"
4139 </File>
4140 <File
4141 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.h"
4143 </File>
4144 <File
4145 RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.h"
4147 </File>
4148 <File
4149 RelativePath="..\..\dep\ACE_wrappers\ace\Trace.h"
4151 </File>
4152 <File
4153 RelativePath="..\..\dep\ACE_wrappers\ace\Truncate.h"
4155 </File>
4156 <File
4157 RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.h"
4159 </File>
4160 <File
4161 RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.h"
4163 </File>
4164 <File
4165 RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.h"
4167 </File>
4168 <File
4169 RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.h"
4171 </File>
4172 <File
4173 RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.h"
4175 </File>
4176 <File
4177 RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.h"
4179 </File>
4180 <File
4181 RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.h"
4183 </File>
4184 <File
4185 RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.h"
4187 </File>
4188 <File
4189 RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.h"
4191 </File>
4192 <File
4193 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.h"
4195 </File>
4196 <File
4197 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Addr.h"
4199 </File>
4200 <File
4201 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.h"
4203 </File>
4204 <File
4205 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.h"
4207 </File>
4208 <File
4209 RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.h"
4211 </File>
4212 <File
4213 RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.h"
4215 </File>
4216 <File
4217 RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.h"
4219 </File>
4220 <File
4221 RelativePath="..\..\dep\ACE_wrappers\ace\UUID.h"
4223 </File>
4224 <File
4225 RelativePath="..\..\dep\ACE_wrappers\ace\Value_Ptr.h"
4227 </File>
4228 <File
4229 RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.h"
4231 </File>
4232 <File
4233 RelativePath="..\..\dep\ACE_wrappers\ace\Version.h"
4235 </File>
4236 <File
4237 RelativePath="..\..\dep\ACE_wrappers\ace\Versioned_Namespace.h"
4239 </File>
4240 <File
4241 RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.h"
4243 </File>
4244 <File
4245 RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.h"
4247 </File>
4248 <File
4249 RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.h"
4251 </File>
4252 <File
4253 RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.h"
4255 </File>
4256 <File
4257 RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.h"
4259 </File>
4260 </Filter>
4261 <Filter
4262 Name="Inline Files"
4263 Filter="i;inl"
4265 <File
4266 RelativePath="..\..\dep\ACE_wrappers\ace\ACE.inl"
4268 </File>
4269 <File
4270 RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.inl"
4272 </File>
4273 <File
4274 RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.inl"
4276 </File>
4277 <File
4278 RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.inl"
4280 </File>
4281 <File
4282 RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.inl"
4284 </File>
4285 <File
4286 RelativePath="..\..\dep\ACE_wrappers\ace\Addr.inl"
4288 </File>
4289 <File
4290 RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.inl"
4292 </File>
4293 <File
4294 RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.inl"
4296 </File>
4297 <File
4298 RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.inl"
4300 </File>
4301 <File
4302 RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.inl"
4304 </File>
4305 <File
4306 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.inl"
4308 </File>
4309 <File
4310 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.inl"
4312 </File>
4313 <File
4314 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.inl"
4316 </File>
4317 <File
4318 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.inl"
4320 </File>
4321 <File
4322 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.inl"
4324 </File>
4325 <File
4326 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.inl"
4328 </File>
4329 <File
4330 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.inl"
4332 </File>
4333 <File
4334 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.inl"
4336 </File>
4337 <File
4338 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.inl"
4340 </File>
4341 <File
4342 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.inl"
4344 </File>
4345 <File
4346 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.inl"
4348 </File>
4349 <File
4350 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.inl"
4352 </File>
4353 <File
4354 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.inl"
4356 </File>
4357 <File
4358 RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.inl"
4360 </File>
4361 <File
4362 RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.inl"
4364 </File>
4365 <File
4366 RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.inl"
4368 </File>
4369 <File
4370 RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.inl"
4372 </File>
4373 <File
4374 RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.inl"
4376 </File>
4377 <File
4378 RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.inl"
4380 </File>
4381 <File
4382 RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.inl"
4384 </File>
4385 <File
4386 RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.inl"
4388 </File>
4389 <File
4390 RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.inl"
4392 </File>
4393 <File
4394 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.inl"
4396 </File>
4397 <File
4398 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.inl"
4400 </File>
4401 <File
4402 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.inl"
4404 </File>
4405 <File
4406 RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.inl"
4408 </File>
4409 <File
4410 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.inl"
4412 </File>
4413 <File
4414 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.inl"
4416 </File>
4417 <File
4418 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.inl"
4420 </File>
4421 <File
4422 RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.inl"
4424 </File>
4425 <File
4426 RelativePath="..\..\dep\ACE_wrappers\ace\Containers.inl"
4428 </File>
4429 <File
4430 RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.inl"
4432 </File>
4433 <File
4434 RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.inl"
4436 </File>
4437 <File
4438 RelativePath="..\..\dep\ACE_wrappers\ace\DEV.inl"
4440 </File>
4441 <File
4442 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.inl"
4444 </File>
4445 <File
4446 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.inl"
4448 </File>
4449 <File
4450 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.inl"
4452 </File>
4453 <File
4454 RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.inl"
4456 </File>
4457 <File
4458 RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.inl"
4460 </File>
4461 <File
4462 RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.inl"
4464 </File>
4465 <File
4466 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.inl"
4468 </File>
4469 <File
4470 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.inl"
4472 </File>
4473 <File
4474 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.inl"
4476 </File>
4477 <File
4478 RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.inl"
4480 </File>
4481 <File
4482 RelativePath="..\..\dep\ACE_wrappers\ace\Event.inl"
4484 </File>
4485 <File
4486 RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.inl"
4488 </File>
4489 <File
4490 RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.inl"
4492 </File>
4493 <File
4494 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.inl"
4496 </File>
4497 <File
4498 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.inl"
4500 </File>
4501 <File
4502 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.inl"
4504 </File>
4505 <File
4506 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.inl"
4508 </File>
4509 <File
4510 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.inl"
4512 </File>
4513 <File
4514 RelativePath="..\..\dep\ACE_wrappers\ace\FILE.inl"
4516 </File>
4517 <File
4518 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.inl"
4520 </File>
4521 <File
4522 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.inl"
4524 </File>
4525 <File
4526 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.inl"
4528 </File>
4529 <File
4530 RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.inl"
4532 </File>
4533 <File
4534 RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.inl"
4536 </File>
4537 <File
4538 RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.inl"
4540 </File>
4541 <File
4542 RelativePath="..\..\dep\ACE_wrappers\ace\Functor.inl"
4544 </File>
4545 <File
4546 RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.inl"
4548 </File>
4549 <File
4550 RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.inl"
4552 </File>
4553 <File
4554 RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.inl"
4556 </File>
4557 <File
4558 RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.inl"
4560 </File>
4561 <File
4562 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.inl"
4564 </File>
4565 <File
4566 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.inl"
4568 </File>
4569 <File
4570 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.inl"
4572 </File>
4573 <File
4574 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.inl"
4576 </File>
4577 <File
4578 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.inl"
4580 </File>
4581 <File
4582 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.inl"
4584 </File>
4585 <File
4586 RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.inl"
4588 </File>
4589 <File
4590 RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.inl"
4592 </File>
4593 <File
4594 RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.inl"
4596 </File>
4597 <File
4598 RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.inl"
4600 </File>
4601 <File
4602 RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.inl"
4604 </File>
4605 <File
4606 RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.inl"
4608 </File>
4609 <File
4610 RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.inl"
4612 </File>
4613 <File
4614 RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.inl"
4616 </File>
4617 <File
4618 RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.inl"
4620 </File>
4621 <File
4622 RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.inl"
4624 </File>
4625 <File
4626 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.inl"
4628 </File>
4629 <File
4630 RelativePath="..\..\dep\ACE_wrappers\ace\Lock.inl"
4632 </File>
4633 <File
4634 RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.inl"
4636 </File>
4637 <File
4638 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.inl"
4640 </File>
4641 <File
4642 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.inl"
4644 </File>
4645 <File
4646 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.inl"
4648 </File>
4649 <File
4650 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.inl"
4652 </File>
4653 <File
4654 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.inl"
4656 </File>
4657 <File
4658 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.inl"
4660 </File>
4661 <File
4662 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.inl"
4664 </File>
4665 <File
4666 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.inl"
4668 </File>
4669 <File
4670 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.inl"
4672 </File>
4673 <File
4674 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.inl"
4676 </File>
4677 <File
4678 RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.inl"
4680 </File>
4681 <File
4682 RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.inl"
4684 </File>
4685 <File
4686 RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.inl"
4688 </File>
4689 <File
4690 RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.inl"
4692 </File>
4693 <File
4694 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.inl"
4696 </File>
4697 <File
4698 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.inl"
4700 </File>
4701 <File
4702 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.inl"
4704 </File>
4705 <File
4706 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.inl"
4708 </File>
4709 <File
4710 RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.inl"
4712 </File>
4713 <File
4714 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.inl"
4716 </File>
4717 <File
4718 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.inl"
4720 </File>
4721 <File
4722 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.inl"
4724 </File>
4725 <File
4726 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.inl"
4728 </File>
4729 <File
4730 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.inl"
4732 </File>
4733 <File
4734 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.inl"
4736 </File>
4737 <File
4738 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.inl"
4740 </File>
4741 <File
4742 RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.inl"
4744 </File>
4745 <File
4746 RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.inl"
4748 </File>
4749 <File
4750 RelativePath="..\..\dep\ACE_wrappers\ace\Module.inl"
4752 </File>
4753 <File
4754 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.inl"
4756 </File>
4757 <File
4758 RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.inl"
4760 </File>
4761 <File
4762 RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.inl"
4764 </File>
4765 <File
4766 RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.inl"
4768 </File>
4769 <File
4770 RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.inl"
4772 </File>
4773 <File
4774 RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.inl"
4776 </File>
4777 <File
4778 RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.inl"
4780 </File>
4781 <File
4782 RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.inl"
4784 </File>
4785 <File
4786 RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.inl"
4788 </File>
4789 <File
4790 RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.inl"
4792 </File>
4793 <File
4794 RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.inl"
4796 </File>
4797 <File
4798 RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.inl"
4800 </File>
4801 <File
4802 RelativePath="..\..\dep\ACE_wrappers\ace\OS.inl"
4804 </File>
4805 <File
4806 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.inl"
4808 </File>
4809 <File
4810 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.inl"
4812 </File>
4813 <File
4814 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.inl"
4816 </File>
4817 <File
4818 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.inl"
4820 </File>
4821 <File
4822 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.inl"
4824 </File>
4825 <File
4826 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.inl"
4828 </File>
4829 <File
4830 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.inl"
4832 </File>
4833 <File
4834 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.inl"
4836 </File>
4837 <File
4838 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.inl"
4840 </File>
4841 <File
4842 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.inl"
4844 </File>
4845 <File
4846 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.inl"
4848 </File>
4849 <File
4850 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.inl"
4852 </File>
4853 <File
4854 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.inl"
4856 </File>
4857 <File
4858 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.inl"
4860 </File>
4861 <File
4862 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.inl"
4864 </File>
4865 <File
4866 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.inl"
4868 </File>
4869 <File
4870 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.inl"
4872 </File>
4873 <File
4874 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.inl"
4876 </File>
4877 <File
4878 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.inl"
4880 </File>
4881 <File
4882 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.inl"
4884 </File>
4885 <File
4886 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.inl"
4888 </File>
4889 <File
4890 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.inl"
4892 </File>
4893 <File
4894 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.inl"
4896 </File>
4897 <File
4898 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.inl"
4900 </File>
4901 <File
4902 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.inl"
4904 </File>
4905 <File
4906 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.inl"
4908 </File>
4909 <File
4910 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.inl"
4912 </File>
4913 <File
4914 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.inl"
4916 </File>
4917 <File
4918 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.inl"
4920 </File>
4921 <File
4922 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.inl"
4924 </File>
4925 <File
4926 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.inl"
4928 </File>
4929 <File
4930 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.inl"
4932 </File>
4933 <File
4934 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.inl"
4936 </File>
4937 <File
4938 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.inl"
4940 </File>
4941 <File
4942 RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.inl"
4944 </File>
4945 <File
4946 RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.inl"
4948 </File>
4949 <File
4950 RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.inl"
4952 </File>
4953 <File
4954 RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.inl"
4956 </File>
4957 <File
4958 RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.inl"
4960 </File>
4961 <File
4962 RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.inl"
4964 </File>
4965 <File
4966 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.inl"
4968 </File>
4969 <File
4970 RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.inl"
4972 </File>
4973 <File
4974 RelativePath="..\..\dep\ACE_wrappers\ace\Process.inl"
4976 </File>
4977 <File
4978 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.inl"
4980 </File>
4981 <File
4982 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.inl"
4984 </File>
4985 <File
4986 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.inl"
4988 </File>
4989 <File
4990 RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.inl"
4992 </File>
4993 <File
4994 RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.inl"
4996 </File>
4997 <File
4998 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.inl"
5000 </File>
5001 <File
5002 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.inl"
5004 </File>
5005 <File
5006 RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.inl"
5008 </File>
5009 <File
5010 RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.inl"
5012 </File>
5013 <File
5014 RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.inl"
5016 </File>
5017 <File
5018 RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.inl"
5020 </File>
5021 <File
5022 RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.inl"
5024 </File>
5025 <File
5026 RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.inl"
5028 </File>
5029 <File
5030 RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.inl"
5032 </File>
5033 <File
5034 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.inl"
5036 </File>
5037 <File
5038 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.inl"
5040 </File>
5041 <File
5042 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.inl"
5044 </File>
5045 <File
5046 RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.inl"
5048 </File>
5049 <File
5050 RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.inl"
5052 </File>
5053 <File
5054 RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.inl"
5056 </File>
5057 <File
5058 RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.inl"
5060 </File>
5061 <File
5062 RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.inl"
5064 </File>
5065 <File
5066 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.inl"
5068 </File>
5069 <File
5070 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.inl"
5072 </File>
5073 <File
5074 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.inl"
5076 </File>
5077 <File
5078 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.inl"
5080 </File>
5081 <File
5082 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.inl"
5084 </File>
5085 <File
5086 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.inl"
5088 </File>
5089 <File
5090 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.inl"
5092 </File>
5093 <File
5094 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.inl"
5096 </File>
5097 <File
5098 RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.inl"
5100 </File>
5101 <File
5102 RelativePath="..\..\dep\ACE_wrappers\ace\Signal.inl"
5104 </File>
5105 <File
5106 RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.inl"
5108 </File>
5109 <File
5110 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.inl"
5112 </File>
5113 <File
5114 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.inl"
5116 </File>
5117 <File
5118 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.inl"
5120 </File>
5121 <File
5122 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.inl"
5124 </File>
5125 <File
5126 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.inl"
5128 </File>
5129 <File
5130 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.inl"
5132 </File>
5133 <File
5134 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.inl"
5136 </File>
5137 <File
5138 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.inl"
5140 </File>
5141 <File
5142 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.inl"
5144 </File>
5145 <File
5146 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.inl"
5148 </File>
5149 <File
5150 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.inl"
5152 </File>
5153 <File
5154 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.inl"
5156 </File>
5157 <File
5158 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.inl"
5160 </File>
5161 <File
5162 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.inl"
5164 </File>
5165 <File
5166 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.inl"
5168 </File>
5169 <File
5170 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.inl"
5172 </File>
5173 <File
5174 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.inl"
5176 </File>
5177 <File
5178 RelativePath="..\..\dep\ACE_wrappers\ace\SString.inl"
5180 </File>
5181 <File
5182 RelativePath="..\..\dep\ACE_wrappers\ace\Stats.inl"
5184 </File>
5185 <File
5186 RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.inl"
5188 </File>
5189 <File
5190 RelativePath="..\..\dep\ACE_wrappers\ace\Stream.inl"
5192 </File>
5193 <File
5194 RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.inl"
5196 </File>
5197 <File
5198 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.inl"
5200 </File>
5201 <File
5202 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.inl"
5204 </File>
5205 <File
5206 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.inl"
5208 </File>
5209 <File
5210 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.inl"
5212 </File>
5213 <File
5214 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.inl"
5216 </File>
5217 <File
5218 RelativePath="..\..\dep\ACE_wrappers\ace\Task.inl"
5220 </File>
5221 <File
5222 RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.inl"
5224 </File>
5225 <File
5226 RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.inl"
5228 </File>
5229 <File
5230 RelativePath="..\..\dep\ACE_wrappers\ace\Thread.inl"
5232 </File>
5233 <File
5234 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.inl"
5236 </File>
5237 <File
5238 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.inl"
5240 </File>
5241 <File
5242 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.inl"
5244 </File>
5245 <File
5246 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.inl"
5248 </File>
5249 <File
5250 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.inl"
5252 </File>
5253 <File
5254 RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.inl"
5256 </File>
5257 <File
5258 RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.inl"
5260 </File>
5261 <File
5262 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.inl"
5264 </File>
5265 <File
5266 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.inl"
5268 </File>
5269 <File
5270 RelativePath="..\..\dep\ACE_wrappers\ace\TLI.inl"
5272 </File>
5273 <File
5274 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.inl"
5276 </File>
5277 <File
5278 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.inl"
5280 </File>
5281 <File
5282 RelativePath="..\..\dep\ACE_wrappers\ace\Token.inl"
5284 </File>
5285 <File
5286 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.inl"
5288 </File>
5289 <File
5290 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.inl"
5292 </File>
5293 <File
5294 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.inl"
5296 </File>
5297 <File
5298 RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.inl"
5300 </File>
5301 <File
5302 RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.inl"
5304 </File>
5305 <File
5306 RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.inl"
5308 </File>
5309 <File
5310 RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.inl"
5312 </File>
5313 <File
5314 RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.inl"
5316 </File>
5317 <File
5318 RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.inl"
5320 </File>
5321 <File
5322 RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.inl"
5324 </File>
5325 <File
5326 RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.inl"
5328 </File>
5329 <File
5330 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.inl"
5332 </File>
5333 <File
5334 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.inl"
5336 </File>
5337 <File
5338 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.inl"
5340 </File>
5341 <File
5342 RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.inl"
5344 </File>
5345 <File
5346 RelativePath="..\..\dep\ACE_wrappers\ace\UUID.inl"
5348 </File>
5349 <File
5350 RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.inl"
5352 </File>
5353 <File
5354 RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.inl"
5356 </File>
5357 <File
5358 RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.inl"
5360 </File>
5361 </Filter>
5362 <Filter
5363 Name="Documentation"
5365 <File
5366 RelativePath="..\..\dep\ACE_wrappers\README"
5368 <FileConfiguration
5369 Name="Debug|Win32"
5370 ExcludedFromBuild="true"
5372 <Tool
5373 Name="VCCustomBuildTool"
5375 </FileConfiguration>
5376 <FileConfiguration
5377 Name="Debug|x64"
5378 ExcludedFromBuild="true"
5380 <Tool
5381 Name="VCCustomBuildTool"
5383 </FileConfiguration>
5384 <FileConfiguration
5385 Name="Release|Win32"
5386 ExcludedFromBuild="true"
5388 <Tool
5389 Name="VCCustomBuildTool"
5391 </FileConfiguration>
5392 <FileConfiguration
5393 Name="Release|x64"
5394 ExcludedFromBuild="true"
5396 <Tool
5397 Name="VCCustomBuildTool"
5399 </FileConfiguration>
5400 <FileConfiguration
5401 Name="Debug_NoPCH|Win32"
5402 ExcludedFromBuild="true"
5404 <Tool
5405 Name="VCCustomBuildTool"
5407 </FileConfiguration>
5408 <FileConfiguration
5409 Name="Debug_NoPCH|x64"
5410 ExcludedFromBuild="true"
5412 <Tool
5413 Name="VCCustomBuildTool"
5415 </FileConfiguration>
5416 </File>
5417 <File
5418 RelativePath="..\..\dep\ACE_wrappers\VERSION"
5420 <FileConfiguration
5421 Name="Debug|Win32"
5422 ExcludedFromBuild="true"
5424 <Tool
5425 Name="VCCustomBuildTool"
5427 </FileConfiguration>
5428 <FileConfiguration
5429 Name="Debug|x64"
5430 ExcludedFromBuild="true"
5432 <Tool
5433 Name="VCCustomBuildTool"
5435 </FileConfiguration>
5436 <FileConfiguration
5437 Name="Release|Win32"
5438 ExcludedFromBuild="true"
5440 <Tool
5441 Name="VCCustomBuildTool"
5443 </FileConfiguration>
5444 <FileConfiguration
5445 Name="Release|x64"
5446 ExcludedFromBuild="true"
5448 <Tool
5449 Name="VCCustomBuildTool"
5451 </FileConfiguration>
5452 <FileConfiguration
5453 Name="Debug_NoPCH|Win32"
5454 ExcludedFromBuild="true"
5456 <Tool
5457 Name="VCCustomBuildTool"
5459 </FileConfiguration>
5460 <FileConfiguration
5461 Name="Debug_NoPCH|x64"
5462 ExcludedFromBuild="true"
5464 <Tool
5465 Name="VCCustomBuildTool"
5467 </FileConfiguration>
5468 </File>
5469 </Filter>
5470 <Filter
5471 Name="Resource Files"
5472 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
5474 <File
5475 RelativePath="..\..\dep\ACE_wrappers\ace\ace.rc"
5477 </File>
5478 </Filter>
5479 </Files>
5480 <Globals>
5481 </Globals>
5482 </VisualStudioProject>