[7909] Applied coding style. (cherry picked from commit ed7e72975f4d4f95f5c429f1af6a2...
[getmangos.git] / win / VC80 / ACE_vc8.vcproj
blobb2a3930aa65d457234a0c0e3432658d2e04bdf43
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8,00"
5 Name="ACE_Wrappers"
6 ProjectGUID="{AD537C9A-FECA-1BAD-6757-8A6348EA12C8}"
7 RootNamespace="ACE"
8 Keyword="Win32Proj"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 <Platform
15 Name="x64"
17 </Platforms>
18 <ToolFiles>
19 </ToolFiles>
20 <Configurations>
21 <Configuration
22 Name="Debug|Win32"
23 OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
24 IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
25 ConfigurationType="2"
26 CharacterSet="0"
28 <Tool
29 Name="VCPreBuildEventTool"
31 <Tool
32 Name="VCCustomBuildTool"
34 <Tool
35 Name="VCXMLDataGeneratorTool"
37 <Tool
38 Name="VCWebServiceProxyGeneratorTool"
40 <Tool
41 Name="VCMIDLTool"
42 AdditionalOptions=""
43 AdditionalIncludeDirectories=""
44 TypeLibraryName="$(InputName).tlb"
45 HeaderFileName="$(InputName).h"
46 InterfaceIdentifierFileName="$(InputName)_i.c"
47 ProxyFileName="$(InputName)_p.c"
49 <Tool
50 Name="VCCLCompilerTool"
51 AdditionalOptions="/MP /wd 4748"
52 Optimization="0"
53 AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
54 PreprocessorDefinitions="ACE_BUILD_DLL;_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
55 MinimalRebuild="false"
56 BasicRuntimeChecks="3"
57 RuntimeLibrary="3"
58 RuntimeTypeInfo="true"
59 WarningLevel="3"
60 Detect64BitPortabilityProblems="false"
61 DebugInformationFormat="3"
62 DisableSpecificWarnings="4355"
64 <Tool
65 Name="VCManagedResourceCompilerTool"
67 <Tool
68 Name="VCResourceCompilerTool"
69 PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
70 Culture="1033"
71 AdditionalIncludeDirectories=".."
73 <Tool
74 Name="VCPreLinkEventTool"
76 <Tool
77 Name="VCLinkerTool"
78 AdditionalDependencies=""
79 OutputFile="$(OutDir)\ACEd.dll"
80 LinkIncremental="1"
81 SuppressStartupBanner="true"
82 AdditionalLibraryDirectories=""
83 GenerateDebugInformation="true"
84 ProgramDatabaseFile="$(TargetDir)\ACEd.pdb"
85 SubSystem="2"
86 ImportLibrary="$(OutDir)\ACEd.lib"
87 TargetMachine="1"
89 <Tool
90 Name="VCALinkTool"
92 <Tool
93 Name="VCManifestTool"
95 <Tool
96 Name="VCXDCMakeTool"
98 <Tool
99 Name="VCBscMakeTool"
101 <Tool
102 Name="VCFxCopTool"
104 <Tool
105 Name="VCAppVerifierTool"
107 <Tool
108 Name="VCWebDeploymentTool"
110 <Tool
111 Name="VCPostBuildEventTool"
113 </Configuration>
114 <Configuration
115 Name="Debug|x64"
116 OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
117 IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
118 ConfigurationType="2"
119 CharacterSet="0"
121 <Tool
122 Name="VCPreBuildEventTool"
124 <Tool
125 Name="VCCustomBuildTool"
127 <Tool
128 Name="VCXMLDataGeneratorTool"
130 <Tool
131 Name="VCWebServiceProxyGeneratorTool"
133 <Tool
134 Name="VCMIDLTool"
135 AdditionalOptions=""
136 AdditionalIncludeDirectories=""
137 TypeLibraryName="$(InputName).tlb"
138 HeaderFileName="$(InputName).h"
139 InterfaceIdentifierFileName="$(InputName)_i.c"
140 ProxyFileName="$(InputName)_p.c"
142 <Tool
143 Name="VCCLCompilerTool"
144 AdditionalOptions="/MP /wd 4748 /wd 4244"
145 Optimization="0"
146 AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
147 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"
148 MinimalRebuild="false"
149 BasicRuntimeChecks="3"
150 RuntimeLibrary="3"
151 RuntimeTypeInfo="true"
152 WarningLevel="3"
153 Detect64BitPortabilityProblems="false"
154 DebugInformationFormat="3"
155 DisableSpecificWarnings="4355"
157 <Tool
158 Name="VCManagedResourceCompilerTool"
160 <Tool
161 Name="VCResourceCompilerTool"
162 PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64"
163 Culture="1033"
164 AdditionalIncludeDirectories=".."
166 <Tool
167 Name="VCPreLinkEventTool"
169 <Tool
170 Name="VCLinkerTool"
171 AdditionalOptions="/machine:AMD64"
172 AdditionalDependencies=""
173 OutputFile="$(OutDir)\ACEd.dll"
174 LinkIncremental="1"
175 SuppressStartupBanner="true"
176 AdditionalLibraryDirectories=""
177 GenerateDebugInformation="true"
178 ProgramDatabaseFile="$(TargetDir)\ACEd.pdb"
179 SubSystem="2"
180 ImportLibrary="$(OutDir)\ACEd.lib"
181 TargetMachine="17"
183 <Tool
184 Name="VCALinkTool"
186 <Tool
187 Name="VCManifestTool"
189 <Tool
190 Name="VCXDCMakeTool"
192 <Tool
193 Name="VCBscMakeTool"
195 <Tool
196 Name="VCFxCopTool"
198 <Tool
199 Name="VCAppVerifierTool"
201 <Tool
202 Name="VCWebDeploymentTool"
204 <Tool
205 Name="VCPostBuildEventTool"
207 </Configuration>
208 <Configuration
209 Name="Debug_NoPCH|Win32"
210 OutputDirectory="..\..\dep\lib\$(PlatformName)_debug"
211 IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
212 ConfigurationType="2"
213 CharacterSet="0"
215 <Tool
216 Name="VCPreBuildEventTool"
218 <Tool
219 Name="VCCustomBuildTool"
221 <Tool
222 Name="VCXMLDataGeneratorTool"
224 <Tool
225 Name="VCWebServiceProxyGeneratorTool"
227 <Tool
228 Name="VCMIDLTool"
229 AdditionalOptions=""
230 AdditionalIncludeDirectories=""
231 TypeLibraryName="$(InputName).tlb"
232 HeaderFileName="$(InputName).h"
233 InterfaceIdentifierFileName="$(InputName)_i.c"
234 ProxyFileName="$(InputName)_p.c"
236 <Tool
237 Name="VCCLCompilerTool"
238 AdditionalOptions="/MP /wd 4748"
239 Optimization="0"
240 AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
241 PreprocessorDefinitions="ACE_BUILD_DLL;_DEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
242 MinimalRebuild="false"
243 BasicRuntimeChecks="3"
244 RuntimeLibrary="3"
245 RuntimeTypeInfo="true"
246 WarningLevel="3"
247 Detect64BitPortabilityProblems="false"
248 DebugInformationFormat="3"
249 DisableSpecificWarnings="4355"
251 <Tool
252 Name="VCManagedResourceCompilerTool"
254 <Tool
255 Name="VCResourceCompilerTool"
256 PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
257 Culture="1033"
258 AdditionalIncludeDirectories=".."
260 <Tool
261 Name="VCPreLinkEventTool"
263 <Tool
264 Name="VCLinkerTool"
265 AdditionalDependencies=""
266 OutputFile="$(OutDir)\ACEd.dll"
267 LinkIncremental="1"
268 SuppressStartupBanner="true"
269 AdditionalLibraryDirectories=""
270 GenerateDebugInformation="true"
271 ProgramDatabaseFile="$(TargetDir)\ACEd.pdb"
272 SubSystem="2"
273 ImportLibrary="$(OutDir)\ACEd.lib"
274 TargetMachine="1"
276 <Tool
277 Name="VCALinkTool"
279 <Tool
280 Name="VCManifestTool"
282 <Tool
283 Name="VCXDCMakeTool"
285 <Tool
286 Name="VCBscMakeTool"
288 <Tool
289 Name="VCFxCopTool"
291 <Tool
292 Name="VCAppVerifierTool"
294 <Tool
295 Name="VCWebDeploymentTool"
297 <Tool
298 Name="VCPostBuildEventTool"
300 </Configuration>
301 <Configuration
302 Name="Debug_NoPCH|x64"
303 OutputDirectory="..\..\dep\lib\$(PlatformName)_debug"
304 IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
305 ConfigurationType="2"
306 CharacterSet="0"
308 <Tool
309 Name="VCPreBuildEventTool"
311 <Tool
312 Name="VCCustomBuildTool"
314 <Tool
315 Name="VCXMLDataGeneratorTool"
317 <Tool
318 Name="VCWebServiceProxyGeneratorTool"
320 <Tool
321 Name="VCMIDLTool"
322 AdditionalOptions=""
323 AdditionalIncludeDirectories=""
324 TypeLibraryName="$(InputName).tlb"
325 HeaderFileName="$(InputName).h"
326 InterfaceIdentifierFileName="$(InputName)_i.c"
327 ProxyFileName="$(InputName)_p.c"
329 <Tool
330 Name="VCCLCompilerTool"
331 AdditionalOptions="/MP /wd 4748 /wd 4244"
332 Optimization="0"
333 AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
334 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"
335 MinimalRebuild="false"
336 BasicRuntimeChecks="3"
337 RuntimeLibrary="3"
338 RuntimeTypeInfo="true"
339 WarningLevel="3"
340 Detect64BitPortabilityProblems="false"
341 DebugInformationFormat="3"
342 DisableSpecificWarnings="4355"
344 <Tool
345 Name="VCManagedResourceCompilerTool"
347 <Tool
348 Name="VCResourceCompilerTool"
349 PreprocessorDefinitions="_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64"
350 Culture="1033"
351 AdditionalIncludeDirectories=".."
353 <Tool
354 Name="VCPreLinkEventTool"
356 <Tool
357 Name="VCLinkerTool"
358 AdditionalOptions="/machine:AMD64"
359 AdditionalDependencies=""
360 OutputFile="$(OutDir)\ACEd.dll"
361 LinkIncremental="1"
362 SuppressStartupBanner="true"
363 AdditionalLibraryDirectories=""
364 GenerateDebugInformation="true"
365 ProgramDatabaseFile="$(TargetDir)\ACEd.pdb"
366 SubSystem="2"
367 ImportLibrary="$(OutDir)\ACEd.lib"
368 TargetMachine="17"
370 <Tool
371 Name="VCALinkTool"
373 <Tool
374 Name="VCManifestTool"
376 <Tool
377 Name="VCXDCMakeTool"
379 <Tool
380 Name="VCBscMakeTool"
382 <Tool
383 Name="VCFxCopTool"
385 <Tool
386 Name="VCAppVerifierTool"
388 <Tool
389 Name="VCWebDeploymentTool"
391 <Tool
392 Name="VCPostBuildEventTool"
394 </Configuration>
395 <Configuration
396 Name="Release|Win32"
397 OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
398 IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
399 ConfigurationType="2"
400 CharacterSet="0"
402 <Tool
403 Name="VCPreBuildEventTool"
405 <Tool
406 Name="VCCustomBuildTool"
408 <Tool
409 Name="VCXMLDataGeneratorTool"
411 <Tool
412 Name="VCWebServiceProxyGeneratorTool"
414 <Tool
415 Name="VCMIDLTool"
416 AdditionalOptions=""
417 AdditionalIncludeDirectories=""
418 TypeLibraryName="$(InputName).tlb"
419 HeaderFileName="$(InputName).h"
420 InterfaceIdentifierFileName="$(InputName)_i.c"
421 ProxyFileName="$(InputName)_p.c"
423 <Tool
424 Name="VCCLCompilerTool"
425 AdditionalOptions="/MP /wd 4748"
426 Optimization="2"
427 AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
428 PreprocessorDefinitions="ACE_BUILD_DLL;NDEBUG;WIN32;_WINDOWS;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
429 RuntimeLibrary="2"
430 RuntimeTypeInfo="true"
431 WarningLevel="3"
432 Detect64BitPortabilityProblems="false"
433 DisableSpecificWarnings="4355"
435 <Tool
436 Name="VCManagedResourceCompilerTool"
438 <Tool
439 Name="VCResourceCompilerTool"
440 PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
441 Culture="1033"
442 AdditionalIncludeDirectories=".."
444 <Tool
445 Name="VCPreLinkEventTool"
447 <Tool
448 Name="VCLinkerTool"
449 AdditionalDependencies=""
450 OutputFile="$(OutDir)\ACE.dll"
451 LinkIncremental="1"
452 SuppressStartupBanner="true"
453 AdditionalLibraryDirectories=""
454 GenerateDebugInformation="true"
455 ProgramDatabaseFile="$(TargetDir)\ACE.pdb"
456 SubSystem="2"
457 OptimizeReferences="2"
458 EnableCOMDATFolding="2"
459 ImportLibrary="$(OutDir)\ACE.lib"
460 TargetMachine="1"
462 <Tool
463 Name="VCALinkTool"
465 <Tool
466 Name="VCManifestTool"
468 <Tool
469 Name="VCXDCMakeTool"
471 <Tool
472 Name="VCBscMakeTool"
474 <Tool
475 Name="VCFxCopTool"
477 <Tool
478 Name="VCAppVerifierTool"
480 <Tool
481 Name="VCWebDeploymentTool"
483 <Tool
484 Name="VCPostBuildEventTool"
486 </Configuration>
487 <Configuration
488 Name="Release|x64"
489 OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
490 IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
491 ConfigurationType="2"
492 CharacterSet="0"
494 <Tool
495 Name="VCPreBuildEventTool"
497 <Tool
498 Name="VCCustomBuildTool"
500 <Tool
501 Name="VCXMLDataGeneratorTool"
503 <Tool
504 Name="VCWebServiceProxyGeneratorTool"
506 <Tool
507 Name="VCMIDLTool"
508 AdditionalOptions=""
509 AdditionalIncludeDirectories=""
510 TypeLibraryName="$(InputName).tlb"
511 HeaderFileName="$(InputName).h"
512 InterfaceIdentifierFileName="$(InputName)_i.c"
513 ProxyFileName="$(InputName)_p.c"
515 <Tool
516 Name="VCCLCompilerTool"
517 AdditionalOptions="/MP /wd 4748 /wd 4244"
518 Optimization="2"
519 AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
520 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"
521 RuntimeLibrary="2"
522 RuntimeTypeInfo="true"
523 WarningLevel="3"
524 Detect64BitPortabilityProblems="false"
525 DisableSpecificWarnings="4355"
527 <Tool
528 Name="VCManagedResourceCompilerTool"
530 <Tool
531 Name="VCResourceCompilerTool"
532 PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;_WIN64"
533 Culture="1033"
534 AdditionalIncludeDirectories=".."
536 <Tool
537 Name="VCPreLinkEventTool"
539 <Tool
540 Name="VCLinkerTool"
541 AdditionalOptions="/machine:AMD64"
542 AdditionalDependencies=""
543 OutputFile="$(OutDir)\ACE.dll"
544 LinkIncremental="1"
545 SuppressStartupBanner="true"
546 AdditionalLibraryDirectories=""
547 GenerateDebugInformation="true"
548 ProgramDatabaseFile="$(TargetDir)\ACE.pdb"
549 SubSystem="2"
550 OptimizeReferences="2"
551 EnableCOMDATFolding="2"
552 ImportLibrary="$(OutDir)\ACE.lib"
553 TargetMachine="17"
555 <Tool
556 Name="VCALinkTool"
558 <Tool
559 Name="VCManifestTool"
561 <Tool
562 Name="VCXDCMakeTool"
564 <Tool
565 Name="VCBscMakeTool"
567 <Tool
568 Name="VCFxCopTool"
570 <Tool
571 Name="VCAppVerifierTool"
573 <Tool
574 Name="VCWebDeploymentTool"
576 <Tool
577 Name="VCPostBuildEventTool"
579 </Configuration>
580 </Configurations>
581 <References>
582 </References>
583 <Files>
584 <Filter
585 Name="Source Files"
586 Filter="cpp;cxx;cc;C;c"
588 <File
589 RelativePath="..\..\dep\ACE_wrappers\ace\ACE.cpp"
591 </File>
592 <File
593 RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc32.cpp"
595 </File>
596 <File
597 RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc_ccitt.cpp"
599 </File>
600 <File
601 RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.cpp"
603 </File>
604 <File
605 RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.cpp"
607 </File>
608 <File
609 RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.cpp"
611 </File>
612 <File
613 RelativePath="..\..\dep\ACE_wrappers\ace\Addr.cpp"
615 </File>
616 <File
617 RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.cpp"
619 </File>
620 <File
621 RelativePath="..\..\dep\ACE_wrappers\ace\Assert.cpp"
623 </File>
624 <File
625 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.cpp"
627 </File>
628 <File
629 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.cpp"
631 </File>
632 <File
633 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.cpp"
635 </File>
636 <File
637 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.cpp"
639 </File>
640 <File
641 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.cpp"
643 </File>
644 <File
645 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.cpp"
647 </File>
648 <File
649 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.cpp"
651 </File>
652 <File
653 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.cpp"
655 </File>
656 <File
657 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.cpp"
659 </File>
660 <File
661 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.cpp"
663 </File>
664 <File
665 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.c"
667 </File>
668 <File
669 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.cpp"
671 </File>
672 <File
673 RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.cpp"
675 </File>
676 <File
677 RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.cpp"
679 </File>
680 <File
681 RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.cpp"
683 </File>
684 <File
685 RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.cpp"
687 </File>
688 <File
689 RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.cpp"
691 </File>
692 <File
693 RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.cpp"
695 </File>
696 <File
697 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.cpp"
699 </File>
700 <File
701 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.cpp"
703 </File>
704 <File
705 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.cpp"
707 </File>
708 <File
709 RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.cpp"
711 </File>
712 <File
713 RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.cpp"
715 </File>
716 <File
717 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.cpp"
719 </File>
720 <File
721 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.cpp"
723 </File>
724 <File
725 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry_db.cpp"
727 </File>
728 <File
729 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.cpp"
731 </File>
732 <File
733 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.cpp"
735 </File>
736 <File
737 RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.cpp"
739 </File>
740 <File
741 RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.cpp"
743 </File>
744 <File
745 RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.cpp"
747 </File>
748 <File
749 RelativePath="..\..\dep\ACE_wrappers\ace\Containers.cpp"
751 </File>
752 <File
753 RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.cpp"
755 </File>
756 <File
757 RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.cpp"
759 </File>
760 <File
761 RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.cpp"
763 </File>
764 <File
765 RelativePath="..\..\dep\ACE_wrappers\ace\DEV.cpp"
767 </File>
768 <File
769 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.cpp"
771 </File>
772 <File
773 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.cpp"
775 </File>
776 <File
777 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.cpp"
779 </File>
780 <File
781 RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.cpp"
783 </File>
784 <File
785 RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.cpp"
787 </File>
788 <File
789 RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.cpp"
791 </File>
792 <File
793 RelativePath="..\..\dep\ACE_wrappers\ace\DLL.cpp"
795 </File>
796 <File
797 RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.cpp"
799 </File>
800 <File
801 RelativePath="..\..\dep\ACE_wrappers\ace\Dump.cpp"
803 </File>
804 <File
805 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.cpp"
807 </File>
808 <File
809 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.cpp"
811 </File>
812 <File
813 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.cpp"
815 </File>
816 <File
817 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.cpp"
819 </File>
820 <File
821 RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.cpp"
823 </File>
824 <File
825 RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.cpp"
827 </File>
828 <File
829 RelativePath="..\..\dep\ACE_wrappers\ace\Event.cpp"
831 </File>
832 <File
833 RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.cpp"
835 </File>
836 <File
837 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.cpp"
839 </File>
840 <File
841 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.cpp"
843 </File>
844 <File
845 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.cpp"
847 </File>
848 <File
849 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.cpp"
851 </File>
852 <File
853 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.cpp"
855 </File>
856 <File
857 RelativePath="..\..\dep\ACE_wrappers\ace\FILE.cpp"
859 </File>
860 <File
861 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.cpp"
863 </File>
864 <File
865 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.cpp"
867 </File>
868 <File
869 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.cpp"
871 </File>
872 <File
873 RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.cpp"
875 </File>
876 <File
877 RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.cpp"
879 </File>
880 <File
881 RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.cpp"
883 </File>
884 <File
885 RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.cpp"
887 </File>
888 <File
889 RelativePath="..\..\dep\ACE_wrappers\ace\Functor.cpp"
891 </File>
892 <File
893 RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.cpp"
895 </File>
896 <File
897 RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.cpp"
899 </File>
900 <File
901 RelativePath="..\..\dep\ACE_wrappers\ace\gethrtime.cpp"
903 </File>
904 <File
905 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.cpp"
907 </File>
908 <File
909 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.cpp"
911 </File>
912 <File
913 RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.cpp"
915 </File>
916 <File
917 RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.cpp"
919 </File>
920 <File
921 RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.cpp"
923 </File>
924 <File
925 RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.cpp"
927 </File>
928 <File
929 RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.cpp"
931 </File>
932 <File
933 RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.cpp"
935 </File>
936 <File
937 RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.cpp"
939 </File>
940 <File
941 RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.cpp"
943 </File>
944 <File
945 RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.cpp"
947 </File>
948 <File
949 RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.cpp"
951 </File>
952 <File
953 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.cpp"
955 </File>
956 <File
957 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.cpp"
959 </File>
960 <File
961 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.cpp"
963 </File>
964 <File
965 RelativePath="..\..\dep\ACE_wrappers\ace\Lock.cpp"
967 </File>
968 <File
969 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.cpp"
971 </File>
972 <File
973 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.cpp"
975 </File>
976 <File
977 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.cpp"
979 </File>
980 <File
981 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.cpp"
983 </File>
984 <File
985 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.cpp"
987 </File>
988 <File
989 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.cpp"
991 </File>
992 <File
993 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.cpp"
995 </File>
996 <File
997 RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.cpp"
999 </File>
1000 <File
1001 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.cpp"
1003 </File>
1004 <File
1005 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.cpp"
1007 </File>
1008 <File
1009 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.cpp"
1011 </File>
1012 <File
1013 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.cpp"
1015 </File>
1016 <File
1017 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.cpp"
1019 </File>
1020 <File
1021 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.cpp"
1023 </File>
1024 <File
1025 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.cpp"
1027 </File>
1028 <File
1029 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.cpp"
1031 </File>
1032 <File
1033 RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.cpp"
1035 </File>
1036 <File
1037 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.cpp"
1039 </File>
1040 <File
1041 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.cpp"
1043 </File>
1044 <File
1045 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.cpp"
1047 </File>
1048 <File
1049 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.cpp"
1051 </File>
1052 <File
1053 RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.cpp"
1055 </File>
1056 <File
1057 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.cpp"
1059 </File>
1060 <File
1061 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.cpp"
1063 </File>
1064 <File
1065 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.cpp"
1067 </File>
1068 <File
1069 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.cpp"
1071 </File>
1072 <File
1073 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.cpp"
1075 </File>
1076 <File
1077 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.cpp"
1079 </File>
1080 <File
1081 RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.cpp"
1083 </File>
1084 <File
1085 RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.cpp"
1087 </File>
1088 <File
1089 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.cpp"
1091 </File>
1092 <File
1093 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.cpp"
1095 </File>
1096 <File
1097 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.cpp"
1099 </File>
1100 <File
1101 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.cpp"
1103 </File>
1104 <File
1105 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.cpp"
1107 </File>
1108 <File
1109 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.cpp"
1111 </File>
1112 <File
1113 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.cpp"
1115 </File>
1116 <File
1117 RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.cpp"
1119 </File>
1120 <File
1121 RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.cpp"
1123 </File>
1124 <File
1125 RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.cpp"
1127 </File>
1128 <File
1129 RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.cpp"
1131 </File>
1132 <File
1133 RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.cpp"
1135 </File>
1136 <File
1137 RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.cpp"
1139 </File>
1140 <File
1141 RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.cpp"
1143 </File>
1144 <File
1145 RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.cpp"
1147 </File>
1148 <File
1149 RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.cpp"
1151 </File>
1152 <File
1153 RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.cpp"
1155 </File>
1156 <File
1157 RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.cpp"
1159 </File>
1160 <File
1161 RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.cpp"
1163 </File>
1164 <File
1165 RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.cpp"
1167 </File>
1168 <File
1169 RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.cpp"
1171 </File>
1172 <File
1173 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.cpp"
1175 </File>
1176 <File
1177 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.cpp"
1179 </File>
1180 <File
1181 RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.cpp"
1183 </File>
1184 <File
1185 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.cpp"
1187 </File>
1188 <File
1189 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.cpp"
1191 </File>
1192 <File
1193 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.cpp"
1195 </File>
1196 <File
1197 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.cpp"
1199 </File>
1200 <File
1201 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.cpp"
1203 </File>
1204 <File
1205 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.cpp"
1207 </File>
1208 <File
1209 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.cpp"
1211 </File>
1212 <File
1213 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.cpp"
1215 </File>
1216 <File
1217 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.cpp"
1219 </File>
1220 <File
1221 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.cpp"
1223 </File>
1224 <File
1225 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.cpp"
1227 </File>
1228 <File
1229 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.cpp"
1231 </File>
1232 <File
1233 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.cpp"
1235 </File>
1236 <File
1237 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.cpp"
1239 </File>
1240 <File
1241 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.cpp"
1243 </File>
1244 <File
1245 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.cpp"
1247 </File>
1248 <File
1249 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.cpp"
1251 </File>
1252 <File
1253 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.cpp"
1255 </File>
1256 <File
1257 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.cpp"
1259 </File>
1260 <File
1261 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.cpp"
1263 </File>
1264 <File
1265 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.cpp"
1267 </File>
1268 <File
1269 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.cpp"
1271 </File>
1272 <File
1273 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.cpp"
1275 </File>
1276 <File
1277 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.cpp"
1279 </File>
1280 <File
1281 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.cpp"
1283 </File>
1284 <File
1285 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.cpp"
1287 </File>
1288 <File
1289 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.cpp"
1291 </File>
1292 <File
1293 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.cpp"
1295 </File>
1296 <File
1297 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.cpp"
1299 </File>
1300 <File
1301 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.cpp"
1303 </File>
1304 <File
1305 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.cpp"
1307 </File>
1308 <File
1309 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.cpp"
1311 </File>
1312 <File
1313 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.cpp"
1315 </File>
1316 <File
1317 RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.cpp"
1319 </File>
1320 <File
1321 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.cpp"
1323 </File>
1324 <File
1325 RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.cpp"
1327 </File>
1328 <File
1329 RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.cpp"
1331 </File>
1332 <File
1333 RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.cpp"
1335 </File>
1336 <File
1337 RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.cpp"
1339 </File>
1340 <File
1341 RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.cpp"
1343 </File>
1344 <File
1345 RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.cpp"
1347 </File>
1348 <File
1349 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.cpp"
1351 </File>
1352 <File
1353 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.cpp"
1355 </File>
1356 <File
1357 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.cpp"
1359 </File>
1360 <File
1361 RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.cpp"
1363 </File>
1364 <File
1365 RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.cpp"
1367 </File>
1368 <File
1369 RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.cpp"
1371 </File>
1372 <File
1373 RelativePath="..\..\dep\ACE_wrappers\ace\Process.cpp"
1375 </File>
1376 <File
1377 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.cpp"
1379 </File>
1380 <File
1381 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.cpp"
1383 </File>
1384 <File
1385 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.cpp"
1387 </File>
1388 <File
1389 RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.cpp"
1391 </File>
1392 <File
1393 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.cpp"
1395 </File>
1396 <File
1397 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.cpp"
1399 </File>
1400 <File
1401 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.cpp"
1403 </File>
1404 <File
1405 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.cpp"
1407 </File>
1408 <File
1409 RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.cpp"
1411 </File>
1412 <File
1413 RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.cpp"
1415 </File>
1416 <File
1417 RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.cpp"
1419 </File>
1420 <File
1421 RelativePath="..\..\dep\ACE_wrappers\ace\Registry.cpp"
1423 </File>
1424 <File
1425 RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.cpp"
1427 </File>
1428 <File
1429 RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.cpp"
1431 </File>
1432 <File
1433 RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.cpp"
1435 </File>
1436 <File
1437 RelativePath="..\..\dep\ACE_wrappers\ace\Rtems_init.c"
1439 </File>
1440 <File
1441 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.cpp"
1443 </File>
1444 <File
1445 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.cpp"
1447 </File>
1448 <File
1449 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.cpp"
1451 </File>
1452 <File
1453 RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.cpp"
1455 </File>
1456 <File
1457 RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.cpp"
1459 </File>
1460 <File
1461 RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.cpp"
1463 </File>
1464 <File
1465 RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.cpp"
1467 </File>
1468 <File
1469 RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.cpp"
1471 </File>
1472 <File
1473 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.cpp"
1475 </File>
1476 <File
1477 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.cpp"
1479 </File>
1480 <File
1481 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.cpp"
1483 </File>
1484 <File
1485 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.cpp"
1487 </File>
1488 <File
1489 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.cpp"
1491 </File>
1492 <File
1493 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.cpp"
1495 </File>
1496 <File
1497 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.cpp"
1499 </File>
1500 <File
1501 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.cpp"
1503 </File>
1504 <File
1505 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.cpp"
1507 </File>
1508 <File
1509 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.cpp"
1511 </File>
1512 <File
1513 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.cpp"
1515 </File>
1516 <File
1517 RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.cpp"
1519 </File>
1520 <File
1521 RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.cpp"
1523 </File>
1524 <File
1525 RelativePath="..\..\dep\ACE_wrappers\ace\Signal.cpp"
1527 </File>
1528 <File
1529 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.cpp"
1531 </File>
1532 <File
1533 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.cpp"
1535 </File>
1536 <File
1537 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.cpp"
1539 </File>
1540 <File
1541 RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.cpp"
1543 </File>
1544 <File
1545 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.cpp"
1547 </File>
1548 <File
1549 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.cpp"
1551 </File>
1552 <File
1553 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.cpp"
1555 </File>
1556 <File
1557 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.cpp"
1559 </File>
1560 <File
1561 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.cpp"
1563 </File>
1564 <File
1565 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.cpp"
1567 </File>
1568 <File
1569 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.cpp"
1571 </File>
1572 <File
1573 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.cpp"
1575 </File>
1576 <File
1577 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.cpp"
1579 </File>
1580 <File
1581 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.cpp"
1583 </File>
1584 <File
1585 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.cpp"
1587 </File>
1588 <File
1589 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.cpp"
1591 </File>
1592 <File
1593 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.cpp"
1595 </File>
1596 <File
1597 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.cpp"
1599 </File>
1600 <File
1601 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.cpp"
1603 </File>
1604 <File
1605 RelativePath="..\..\dep\ACE_wrappers\ace\SString.cpp"
1607 </File>
1608 <File
1609 RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.cpp"
1611 </File>
1612 <File
1613 RelativePath="..\..\dep\ACE_wrappers\ace\Stats.cpp"
1615 </File>
1616 <File
1617 RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.cpp"
1619 </File>
1620 <File
1621 RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.cpp"
1623 </File>
1624 <File
1625 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.cpp"
1627 </File>
1628 <File
1629 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.cpp"
1631 </File>
1632 <File
1633 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.cpp"
1635 </File>
1636 <File
1637 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.cpp"
1639 </File>
1640 <File
1641 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.cpp"
1643 </File>
1644 <File
1645 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.cpp"
1647 </File>
1648 <File
1649 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_y.cpp"
1651 </File>
1652 <File
1653 RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.cpp"
1655 </File>
1656 <File
1657 RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.cpp"
1659 </File>
1660 <File
1661 RelativePath="..\..\dep\ACE_wrappers\ace\Task.cpp"
1663 </File>
1664 <File
1665 RelativePath="..\..\dep\ACE_wrappers\ace\Thread.cpp"
1667 </File>
1668 <File
1669 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.cpp"
1671 </File>
1672 <File
1673 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.cpp"
1675 </File>
1676 <File
1677 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.cpp"
1679 </File>
1680 <File
1681 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.cpp"
1683 </File>
1684 <File
1685 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.cpp"
1687 </File>
1688 <File
1689 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.cpp"
1691 </File>
1692 <File
1693 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.cpp"
1695 </File>
1696 <File
1697 RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.cpp"
1699 </File>
1700 <File
1701 RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.cpp"
1703 </File>
1704 <File
1705 RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.cpp"
1707 </File>
1708 <File
1709 RelativePath="..\..\dep\ACE_wrappers\ace\TLI.cpp"
1711 </File>
1712 <File
1713 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.cpp"
1715 </File>
1716 <File
1717 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.cpp"
1719 </File>
1720 <File
1721 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.cpp"
1723 </File>
1724 <File
1725 RelativePath="..\..\dep\ACE_wrappers\ace\Token.cpp"
1727 </File>
1728 <File
1729 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.cpp"
1731 </File>
1732 <File
1733 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.cpp"
1735 </File>
1736 <File
1737 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.cpp"
1739 </File>
1740 <File
1741 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.cpp"
1743 </File>
1744 <File
1745 RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.cpp"
1747 </File>
1748 <File
1749 RelativePath="..\..\dep\ACE_wrappers\ace\Trace.cpp"
1751 </File>
1752 <File
1753 RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.cpp"
1755 </File>
1756 <File
1757 RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.cpp"
1759 </File>
1760 <File
1761 RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.cpp"
1763 </File>
1764 <File
1765 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.cpp"
1767 </File>
1768 <File
1769 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.cpp"
1771 </File>
1772 <File
1773 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.cpp"
1775 </File>
1776 <File
1777 RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.cpp"
1779 </File>
1780 <File
1781 RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.cpp"
1783 </File>
1784 <File
1785 RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.cpp"
1787 </File>
1788 <File
1789 RelativePath="..\..\dep\ACE_wrappers\ace\UUID.cpp"
1791 </File>
1792 <File
1793 RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.cpp"
1795 </File>
1796 <File
1797 RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.cpp"
1799 </File>
1800 <File
1801 RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.cpp"
1803 </File>
1804 <File
1805 RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.cpp"
1807 </File>
1808 <File
1809 RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.cpp"
1811 </File>
1812 </Filter>
1813 <Filter
1814 Name="Header Files"
1815 Filter="h;hpp;hxx;hh"
1817 <File
1818 RelativePath="..\..\dep\ACE_wrappers\ace\Acceptor.h"
1820 </File>
1821 <File
1822 RelativePath="..\..\dep\ACE_wrappers\ace\ACE.h"
1824 </File>
1825 <File
1826 RelativePath="..\..\dep\ACE_wrappers\ace\ACE_export.h"
1828 </File>
1829 <File
1830 RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.h"
1832 </File>
1833 <File
1834 RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.h"
1836 </File>
1837 <File
1838 RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.h"
1840 </File>
1841 <File
1842 RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.h"
1844 </File>
1845 <File
1846 RelativePath="..\..\dep\ACE_wrappers\ace\Addr.h"
1848 </File>
1849 <File
1850 RelativePath="..\..\dep\ACE_wrappers\ace\Arg_Shifter.h"
1852 </File>
1853 <File
1854 RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.h"
1856 </File>
1857 <File
1858 RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.h"
1860 </File>
1861 <File
1862 RelativePath="..\..\dep\ACE_wrappers\ace\Array.h"
1864 </File>
1865 <File
1866 RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.h"
1868 </File>
1869 <File
1870 RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.h"
1872 </File>
1873 <File
1874 RelativePath="..\..\dep\ACE_wrappers\ace\Assert.h"
1876 </File>
1877 <File
1878 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Acceptor.h"
1880 </File>
1881 <File
1882 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Connector.h"
1884 </File>
1885 <File
1886 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.h"
1888 </File>
1889 <File
1890 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.h"
1892 </File>
1893 <File
1894 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.h"
1896 </File>
1897 <File
1898 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.h"
1900 </File>
1901 <File
1902 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.h"
1904 </File>
1905 <File
1906 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.h"
1908 </File>
1909 <File
1910 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.h"
1912 </File>
1913 <File
1914 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.h"
1916 </File>
1917 <File
1918 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.h"
1920 </File>
1921 <File
1922 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.h"
1924 </File>
1925 <File
1926 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.h"
1928 </File>
1929 <File
1930 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.h"
1932 </File>
1933 <File
1934 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.h"
1936 </File>
1937 <File
1938 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.h"
1940 </File>
1941 <File
1942 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.h"
1944 </File>
1945 <File
1946 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.h"
1948 </File>
1949 <File
1950 RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.h"
1952 </File>
1953 <File
1954 RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.h"
1956 </File>
1957 <File
1958 RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.h"
1960 </File>
1961 <File
1962 RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.h"
1964 </File>
1965 <File
1966 RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.h"
1968 </File>
1969 <File
1970 RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.h"
1972 </File>
1973 <File
1974 RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.h"
1976 </File>
1977 <File
1978 RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.h"
1980 </File>
1981 <File
1982 RelativePath="..\..\dep\ACE_wrappers\ace\Cached_Connect_Strategy_T.h"
1984 </File>
1985 <File
1986 RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.h"
1988 </File>
1989 <File
1990 RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Utility_T.h"
1992 </File>
1993 <File
1994 RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.h"
1996 </File>
1997 <File
1998 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.h"
2000 </File>
2001 <File
2002 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.h"
2004 </File>
2005 <File
2006 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.h"
2008 </File>
2009 <File
2010 RelativePath="..\..\dep\ACE_wrappers\ace\CE_Screen_Output.h"
2012 </File>
2013 <File
2014 RelativePath="..\..\dep\ACE_wrappers\ace\checked_iterator.h"
2016 </File>
2017 <File
2018 RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.h"
2020 </File>
2021 <File
2022 RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup_Strategies_T.h"
2024 </File>
2025 <File
2026 RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.h"
2028 </File>
2029 <File
2030 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.h"
2032 </File>
2033 <File
2034 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.h"
2036 </File>
2037 <File
2038 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Symbols.h"
2040 </File>
2041 <File
2042 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.h"
2044 </File>
2045 <File
2046 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.h"
2048 </File>
2049 <File
2050 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.h"
2052 </File>
2053 <File
2054 RelativePath="..\..\dep\ACE_wrappers\ace\config-aix-5.x.h"
2056 </File>
2057 <File
2058 RelativePath="..\..\dep\ACE_wrappers\ace\config-all.h"
2060 </File>
2061 <File
2062 RelativePath="..\..\dep\ACE_wrappers\ace\config-borland-common.h"
2064 </File>
2065 <File
2066 RelativePath="..\..\dep\ACE_wrappers\ace\config-cray.h"
2068 </File>
2069 <File
2070 RelativePath="..\..\dep\ACE_wrappers\ace\config-cxx-common.h"
2072 </File>
2073 <File
2074 RelativePath="..\..\dep\ACE_wrappers\ace\config-cygwin32.h"
2076 </File>
2077 <File
2078 RelativePath="..\..\dep\ACE_wrappers\ace\config-doxygen.h"
2080 </File>
2081 <File
2082 RelativePath="..\..\dep\ACE_wrappers\ace\config-freebsd.h"
2084 </File>
2085 <File
2086 RelativePath="..\..\dep\ACE_wrappers\ace\config-g++-common.h"
2088 </File>
2089 <File
2090 RelativePath="..\..\dep\ACE_wrappers\ace\config-ghs-common.h"
2092 </File>
2093 <File
2094 RelativePath="..\..\dep\ACE_wrappers\ace\config-hpux-11.00.h"
2096 </File>
2097 <File
2098 RelativePath="..\..\dep\ACE_wrappers\ace\config-icc-common.h"
2100 </File>
2101 <File
2102 RelativePath="..\..\dep\ACE_wrappers\ace\config-integritySCA.h"
2104 </File>
2105 <File
2106 RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.5.x-sgic++.h"
2108 </File>
2109 <File
2110 RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-common.h"
2112 </File>
2113 <File
2114 RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-g++.h"
2116 </File>
2117 <File
2118 RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-sgic++.h"
2120 </File>
2121 <File
2122 RelativePath="..\..\dep\ACE_wrappers\ace\config-linux-common.h"
2124 </File>
2125 <File
2126 RelativePath="..\..\dep\ACE_wrappers\ace\config-linux.h"
2128 </File>
2129 <File
2130 RelativePath="..\..\dep\ACE_wrappers\ace\config-lite.h"
2132 </File>
2133 <File
2134 RelativePath="..\..\dep\ACE_wrappers\ace\config-lynxos.h"
2136 </File>
2137 <File
2138 RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-leopard.h"
2140 </File>
2141 <File
2142 RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-panther.h"
2144 </File>
2145 <File
2146 RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-tiger.h"
2148 </File>
2149 <File
2150 RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx.h"
2152 </File>
2153 <File
2154 RelativePath="..\..\dep\ACE_wrappers\ace\config-macros.h"
2156 </File>
2157 <File
2158 RelativePath="..\..\dep\ACE_wrappers\ace\config-minimal.h"
2160 </File>
2161 <File
2162 RelativePath="..\..\dep\ACE_wrappers\ace\config-mvs.h"
2164 </File>
2165 <File
2166 RelativePath="..\..\dep\ACE_wrappers\ace\config-netbsd.h"
2168 </File>
2169 <File
2170 RelativePath="..\..\dep\ACE_wrappers\ace\config-openbsd.h"
2172 </File>
2173 <File
2174 RelativePath="..\..\dep\ACE_wrappers\ace\config-openvms.h"
2176 </File>
2177 <File
2178 RelativePath="..\..\dep\ACE_wrappers\ace\config-pharlap.h"
2180 </File>
2181 <File
2182 RelativePath="..\..\dep\ACE_wrappers\ace\config-posix-nonetworking.h"
2184 </File>
2185 <File
2186 RelativePath="..\..\dep\ACE_wrappers\ace\config-posix.h"
2188 </File>
2189 <File
2190 RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-neutrino.h"
2192 </File>
2193 <File
2194 RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-62x.h"
2196 </File>
2197 <File
2198 RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-common.h"
2200 </File>
2201 <File
2202 RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-pre62x.h"
2204 </File>
2205 <File
2206 RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp.h"
2208 </File>
2209 <File
2210 RelativePath="..\..\dep\ACE_wrappers\ace\config-rtems.h"
2212 </File>
2213 <File
2214 RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0-nothread.h"
2216 </File>
2217 <File
2218 RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0.h"
2220 </File>
2221 <File
2222 RelativePath="..\..\dep\ACE_wrappers\ace\config-suncc-common.h"
2224 </File>
2225 <File
2226 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.10.h"
2228 </File>
2229 <File
2230 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.11.h"
2232 </File>
2233 <File
2234 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-g++.h"
2236 </File>
2237 <File
2238 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-sunc++-4.x.h"
2240 </File>
2241 <File
2242 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.5.h"
2244 </File>
2245 <File
2246 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.6.h"
2248 </File>
2249 <File
2250 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.7.h"
2252 </File>
2253 <File
2254 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.8.h"
2256 </File>
2257 <File
2258 RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.9.h"
2260 </File>
2261 <File
2262 RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v2.h"
2264 </File>
2265 <File
2266 RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v3.h"
2268 </File>
2269 <File
2270 RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem.h"
2272 </File>
2273 <File
2274 RelativePath="..\..\dep\ACE_wrappers\ace\config-tru64.h"
2276 </File>
2277 <File
2278 RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.h"
2280 </File>
2281 <File
2282 RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.udk.h"
2284 </File>
2285 <File
2286 RelativePath="..\..\dep\ACE_wrappers\ace\config-visualage.h"
2288 </File>
2289 <File
2290 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks.h"
2292 </File>
2293 <File
2294 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks5.x.h"
2296 </File>
2297 <File
2298 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.2.h"
2300 </File>
2301 <File
2302 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.3.h"
2304 </File>
2305 <File
2306 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.4.h"
2308 </File>
2309 <File
2310 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.5.h"
2312 </File>
2313 <File
2314 RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.6.h"
2316 </File>
2317 <File
2318 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-borland.h"
2320 </File>
2321 <File
2322 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-common.h"
2324 </File>
2325 <File
2326 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-dmc.h"
2328 </File>
2329 <File
2330 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-ghs.h"
2332 </File>
2333 <File
2334 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-interix.h"
2336 </File>
2337 <File
2338 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-mingw.h"
2340 </File>
2341 <File
2342 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-7.h"
2344 </File>
2345 <File
2346 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-8.h"
2348 </File>
2349 <File
2350 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-9.h"
2352 </File>
2353 <File
2354 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc.h"
2356 </File>
2357 <File
2358 RelativePath="..\..\dep\ACE_wrappers\ace\config-win32.h"
2360 </File>
2361 <File
2362 RelativePath="..\..\dep\ACE_wrappers\ace\config-WinCE.h"
2364 </File>
2365 <File
2366 RelativePath="..\..\dep\ACE_wrappers\ace\config.h"
2368 </File>
2369 <File
2370 RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.h"
2372 </File>
2373 <File
2374 RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.h"
2376 </File>
2377 <File
2378 RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.h"
2380 </File>
2381 <File
2382 RelativePath="..\..\dep\ACE_wrappers\ace\Connector.h"
2384 </File>
2385 <File
2386 RelativePath="..\..\dep\ACE_wrappers\ace\Containers.h"
2388 </File>
2389 <File
2390 RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.h"
2392 </File>
2393 <File
2394 RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.h"
2396 </File>
2397 <File
2398 RelativePath="..\..\dep\ACE_wrappers\ace\CORBA_macros.h"
2400 </File>
2401 <File
2402 RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.h"
2404 </File>
2405 <File
2406 RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.h"
2408 </File>
2409 <File
2410 RelativePath="..\..\dep\ACE_wrappers\ace\Default_Constants.h"
2412 </File>
2413 <File
2414 RelativePath="..\..\dep\ACE_wrappers\ace\DEV.h"
2416 </File>
2417 <File
2418 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.h"
2420 </File>
2421 <File
2422 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.h"
2424 </File>
2425 <File
2426 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.h"
2428 </File>
2429 <File
2430 RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.h"
2432 </File>
2433 <File
2434 RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.h"
2436 </File>
2437 <File
2438 RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.h"
2440 </File>
2441 <File
2442 RelativePath="..\..\dep\ACE_wrappers\ace\DLL.h"
2444 </File>
2445 <File
2446 RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.h"
2448 </File>
2449 <File
2450 RelativePath="..\..\dep\ACE_wrappers\ace\Dump.h"
2452 </File>
2453 <File
2454 RelativePath="..\..\dep\ACE_wrappers\ace\Dump_T.h"
2456 </File>
2457 <File
2458 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.h"
2460 </File>
2461 <File
2462 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.h"
2464 </File>
2465 <File
2466 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.h"
2468 </File>
2469 <File
2470 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.h"
2472 </File>
2473 <File
2474 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.h"
2476 </File>
2477 <File
2478 RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.h"
2480 </File>
2481 <File
2482 RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.h"
2484 </File>
2485 <File
2486 RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.h"
2488 </File>
2489 <File
2490 RelativePath="..\..\dep\ACE_wrappers\ace\Event.h"
2492 </File>
2493 <File
2494 RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.h"
2496 </File>
2497 <File
2498 RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.h"
2500 </File>
2501 <File
2502 RelativePath="..\..\dep\ACE_wrappers\ace\Exception_Macros.h"
2504 </File>
2505 <File
2506 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.h"
2508 </File>
2509 <File
2510 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.h"
2512 </File>
2513 <File
2514 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.h"
2516 </File>
2517 <File
2518 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.h"
2520 </File>
2521 <File
2522 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.h"
2524 </File>
2525 <File
2526 RelativePath="..\..\dep\ACE_wrappers\ace\FILE.h"
2528 </File>
2529 <File
2530 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.h"
2532 </File>
2533 <File
2534 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.h"
2536 </File>
2537 <File
2538 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.h"
2540 </File>
2541 <File
2542 RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.h"
2544 </File>
2545 <File
2546 RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.h"
2548 </File>
2549 <File
2550 RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.h"
2552 </File>
2553 <File
2554 RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.h"
2556 </File>
2557 <File
2558 RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component_T.h"
2560 </File>
2561 <File
2562 RelativePath="..\..\dep\ACE_wrappers\ace\Free_List.h"
2564 </File>
2565 <File
2566 RelativePath="..\..\dep\ACE_wrappers\ace\Functor.h"
2568 </File>
2569 <File
2570 RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.h"
2572 </File>
2573 <File
2574 RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.h"
2576 </File>
2577 <File
2578 RelativePath="..\..\dep\ACE_wrappers\ace\Future.h"
2580 </File>
2581 <File
2582 RelativePath="..\..\dep\ACE_wrappers\ace\Future_Set.h"
2584 </File>
2585 <File
2586 RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.h"
2588 </File>
2589 <File
2590 RelativePath="..\..\dep\ACE_wrappers\ace\Global_Macros.h"
2592 </File>
2593 <File
2594 RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.h"
2596 </File>
2597 <File
2598 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.h"
2600 </File>
2601 <File
2602 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.h"
2604 </File>
2605 <File
2606 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.h"
2608 </File>
2609 <File
2610 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.h"
2612 </File>
2613 <File
2614 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager.h"
2616 </File>
2617 <File
2618 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.h"
2620 </File>
2621 <File
2622 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.h"
2624 </File>
2625 <File
2626 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.h"
2628 </File>
2629 <File
2630 RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.h"
2632 </File>
2633 <File
2634 RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.h"
2636 </File>
2637 <File
2638 RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.h"
2640 </File>
2641 <File
2642 RelativePath="..\..\dep\ACE_wrappers\ace\If_Then_Else.h"
2644 </File>
2645 <File
2646 RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.h"
2648 </File>
2649 <File
2650 RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.h"
2652 </File>
2653 <File
2654 RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.h"
2656 </File>
2657 <File
2658 RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.h"
2660 </File>
2661 <File
2662 RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.h"
2664 </File>
2665 <File
2666 RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.h"
2668 </File>
2669 <File
2670 RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.h"
2672 </File>
2673 <File
2674 RelativePath="..\..\dep\ACE_wrappers\ace\iosfwd.h"
2676 </File>
2677 <File
2678 RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.h"
2680 </File>
2681 <File
2682 RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.h"
2684 </File>
2685 <File
2686 RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.h"
2688 </File>
2689 <File
2690 RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.h"
2692 </File>
2693 <File
2694 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.h"
2696 </File>
2697 <File
2698 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.h"
2700 </File>
2701 <File
2702 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space_T.h"
2704 </File>
2705 <File
2706 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.h"
2708 </File>
2709 <File
2710 RelativePath="..\..\dep\ACE_wrappers\ace\Lock.h"
2712 </File>
2713 <File
2714 RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.h"
2716 </File>
2717 <File
2718 RelativePath="..\..\dep\ACE_wrappers\ace\LOCK_SOCK_Acceptor.h"
2720 </File>
2721 <File
2722 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.h"
2724 </File>
2725 <File
2726 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.h"
2728 </File>
2729 <File
2730 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.h"
2732 </File>
2733 <File
2734 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.h"
2736 </File>
2737 <File
2738 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.h"
2740 </File>
2741 <File
2742 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.h"
2744 </File>
2745 <File
2746 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Priority.h"
2748 </File>
2749 <File
2750 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.h"
2752 </File>
2753 <File
2754 RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.h"
2756 </File>
2757 <File
2758 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.h"
2760 </File>
2761 <File
2762 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.h"
2764 </File>
2765 <File
2766 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.h"
2768 </File>
2769 <File
2770 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.h"
2772 </File>
2773 <File
2774 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.h"
2776 </File>
2777 <File
2778 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.h"
2780 </File>
2781 <File
2782 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.h"
2784 </File>
2785 <File
2786 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.h"
2788 </File>
2789 <File
2790 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Base.h"
2792 </File>
2793 <File
2794 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.h"
2796 </File>
2797 <File
2798 RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.h"
2800 </File>
2801 <File
2802 RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.h"
2804 </File>
2805 <File
2806 RelativePath="..\..\dep\ACE_wrappers\ace\Map.h"
2808 </File>
2809 <File
2810 RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.h"
2812 </File>
2813 <File
2814 RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.h"
2816 </File>
2817 <File
2818 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.h"
2820 </File>
2821 <File
2822 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.h"
2824 </File>
2825 <File
2826 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.h"
2828 </File>
2829 <File
2830 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.h"
2832 </File>
2833 <File
2834 RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.h"
2836 </File>
2837 <File
2838 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.h"
2840 </File>
2841 <File
2842 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.h"
2844 </File>
2845 <File
2846 RelativePath="..\..\dep\ACE_wrappers\ace\Memory_Pool.h"
2848 </File>
2849 <File
2850 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.h"
2852 </File>
2853 <File
2854 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.h"
2856 </File>
2857 <File
2858 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.h"
2860 </File>
2861 <File
2862 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.h"
2864 </File>
2865 <File
2866 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_T.h"
2868 </File>
2869 <File
2870 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.h"
2872 </File>
2873 <File
2874 RelativePath="..\..\dep\ACE_wrappers\ace\Method_Object.h"
2876 </File>
2877 <File
2878 RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.h"
2880 </File>
2881 <File
2882 RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache.h"
2884 </File>
2885 <File
2886 RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.h"
2888 </File>
2889 <File
2890 RelativePath="..\..\dep\ACE_wrappers\ace\Min_Max.h"
2892 </File>
2893 <File
2894 RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.h"
2896 </File>
2897 <File
2898 RelativePath="..\..\dep\ACE_wrappers\ace\Module.h"
2900 </File>
2901 <File
2902 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.h"
2904 </File>
2905 <File
2906 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.h"
2908 </File>
2909 <File
2910 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.h"
2912 </File>
2913 <File
2914 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.h"
2916 </File>
2917 <File
2918 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.h"
2920 </File>
2921 <File
2922 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.h"
2924 </File>
2925 <File
2926 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.h"
2928 </File>
2929 <File
2930 RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.h"
2932 </File>
2933 <File
2934 RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.h"
2936 </File>
2937 <File
2938 RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.h"
2940 </File>
2941 <File
2942 RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.h"
2944 </File>
2945 <File
2946 RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.h"
2948 </File>
2949 <File
2950 RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.h"
2952 </File>
2953 <File
2954 RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.h"
2956 </File>
2957 <File
2958 RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.h"
2960 </File>
2961 <File
2962 RelativePath="..\..\dep\ACE_wrappers\ace\Node.h"
2964 </File>
2965 <File
2966 RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.h"
2968 </File>
2969 <File
2970 RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.h"
2972 </File>
2973 <File
2974 RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.h"
2976 </File>
2977 <File
2978 RelativePath="..\..\dep\ACE_wrappers\ace\Null_Barrier.h"
2980 </File>
2981 <File
2982 RelativePath="..\..\dep\ACE_wrappers\ace\Null_Condition.h"
2984 </File>
2985 <File
2986 RelativePath="..\..\dep\ACE_wrappers\ace\Null_Mutex.h"
2988 </File>
2989 <File
2990 RelativePath="..\..\dep\ACE_wrappers\ace\Null_Semaphore.h"
2992 </File>
2993 <File
2994 RelativePath="..\..\dep\ACE_wrappers\ace\Numeric_Limits.h"
2996 </File>
2997 <File
2998 RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.h"
3000 </File>
3001 <File
3002 RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.h"
3004 </File>
3005 <File
3006 RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.h"
3008 </File>
3009 <File
3010 RelativePath="..\..\dep\ACE_wrappers\ace\Obstack.h"
3012 </File>
3013 <File
3014 RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.h"
3016 </File>
3017 <File
3018 RelativePath="..\..\dep\ACE_wrappers\ace\OS.h"
3020 </File>
3021 <File
3022 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_aio.h"
3024 </File>
3025 <File
3026 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_assert.h"
3028 </File>
3029 <File
3030 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_byteswap.h"
3032 </File>
3033 <File
3034 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_complex.h"
3036 </File>
3037 <File
3038 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_cpio.h"
3040 </File>
3041 <File
3042 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ctype.h"
3044 </File>
3045 <File
3046 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Dirent.h"
3048 </File>
3049 <File
3050 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dirent.h"
3052 </File>
3053 <File
3054 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dlfcn.h"
3056 </File>
3057 <File
3058 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h"
3060 </File>
3061 <File
3062 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h"
3064 </File>
3065 <File
3066 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fcntl.h"
3068 </File>
3069 <File
3070 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fenv.h"
3072 </File>
3073 <File
3074 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_float.h"
3076 </File>
3077 <File
3078 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fmtmsg.h"
3080 </File>
3081 <File
3082 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fnmatch.h"
3084 </File>
3085 <File
3086 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ftw.h"
3088 </File>
3089 <File
3090 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_glob.h"
3092 </File>
3093 <File
3094 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_grp.h"
3096 </File>
3097 <File
3098 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iconv.h"
3100 </File>
3101 <File
3102 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\net\os_if.h"
3104 </File>
3105 <File
3106 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_in.h"
3108 </File>
3109 <File
3110 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\arpa\os_inet.h"
3112 </File>
3113 <File
3114 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_intrin.h"
3116 </File>
3117 <File
3118 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_inttypes.h"
3120 </File>
3121 <File
3122 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_ipc.h"
3124 </File>
3125 <File
3126 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iso646.h"
3128 </File>
3129 <File
3130 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_kstat.h"
3132 </File>
3133 <File
3134 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_langinfo.h"
3136 </File>
3137 <File
3138 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_libgen.h"
3140 </File>
3141 <File
3142 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_limits.h"
3144 </File>
3145 <File
3146 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_loadavg.h"
3148 </File>
3149 <File
3150 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_local.h"
3152 </File>
3153 <File
3154 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.h"
3156 </File>
3157 <File
3158 RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.h"
3160 </File>
3161 <File
3162 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_math.h"
3164 </File>
3165 <File
3166 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Memory.h"
3168 </File>
3169 <File
3170 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_mman.h"
3172 </File>
3173 <File
3174 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_monetary.h"
3176 </File>
3177 <File
3178 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_mqueue.h"
3180 </File>
3181 <File
3182 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_msg.h"
3184 </File>
3185 <File
3186 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ndbm.h"
3188 </File>
3189 <File
3190 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_netdb.h"
3192 </File>
3193 <File
3194 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_nl_types.h"
3196 </File>
3197 <File
3198 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.h"
3200 </File>
3201 <File
3202 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.h"
3204 </File>
3205 <File
3206 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.h"
3208 </File>
3209 <File
3210 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.h"
3212 </File>
3213 <File
3214 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.h"
3216 </File>
3217 <File
3218 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.h"
3220 </File>
3221 <File
3222 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_macros.h"
3224 </File>
3225 <File
3226 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.h"
3228 </File>
3229 <File
3230 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.h"
3232 </File>
3233 <File
3234 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.h"
3236 </File>
3237 <File
3238 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.h"
3240 </File>
3241 <File
3242 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.h"
3244 </File>
3245 <File
3246 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.h"
3248 </File>
3249 <File
3250 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.h"
3252 </File>
3253 <File
3254 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.h"
3256 </File>
3257 <File
3258 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.h"
3260 </File>
3261 <File
3262 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.h"
3264 </File>
3265 <File
3266 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.h"
3268 </File>
3269 <File
3270 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.h"
3272 </File>
3273 <File
3274 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.h"
3276 </File>
3277 <File
3278 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.h"
3280 </File>
3281 <File
3282 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.h"
3284 </File>
3285 <File
3286 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.h"
3288 </File>
3289 <File
3290 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.h"
3292 </File>
3293 <File
3294 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.h"
3296 </File>
3297 <File
3298 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.h"
3300 </File>
3301 <File
3302 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.h"
3304 </File>
3305 <File
3306 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.h"
3308 </File>
3309 <File
3310 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.h"
3312 </File>
3313 <File
3314 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.h"
3316 </File>
3317 <File
3318 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.h"
3320 </File>
3321 <File
3322 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.h"
3324 </File>
3325 <File
3326 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.h"
3328 </File>
3329 <File
3330 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.h"
3332 </File>
3333 <File
3334 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdh.h"
3336 </File>
3337 <File
3338 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdhmsg.h"
3340 </File>
3341 <File
3342 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_poll.h"
3344 </File>
3345 <File
3346 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_pstat.h"
3348 </File>
3349 <File
3350 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pthread.h"
3352 </File>
3353 <File
3354 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pwd.h"
3356 </File>
3357 <File
3358 RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.h"
3360 </File>
3361 <File
3362 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_regex.h"
3364 </File>
3365 <File
3366 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_resource.h"
3368 </File>
3369 <File
3370 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_sched.h"
3372 </File>
3373 <File
3374 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_search.h"
3376 </File>
3377 <File
3378 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_select.h"
3380 </File>
3381 <File
3382 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sem.h"
3384 </File>
3385 <File
3386 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_semaphore.h"
3388 </File>
3389 <File
3390 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_setjmp.h"
3392 </File>
3393 <File
3394 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_shm.h"
3396 </File>
3397 <File
3398 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_signal.h"
3400 </File>
3401 <File
3402 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_socket.h"
3404 </File>
3405 <File
3406 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_spawn.h"
3408 </File>
3409 <File
3410 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_stat.h"
3412 </File>
3413 <File
3414 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_statvfs.h"
3416 </File>
3417 <File
3418 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdarg.h"
3420 </File>
3421 <File
3422 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdbool.h"
3424 </File>
3425 <File
3426 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stddef.h"
3428 </File>
3429 <File
3430 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdint.h"
3432 </File>
3433 <File
3434 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdio.h"
3436 </File>
3437 <File
3438 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdlib.h"
3440 </File>
3441 <File
3442 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h"
3444 </File>
3445 <File
3446 RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h"
3448 </File>
3449 <File
3450 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_strings.h"
3452 </File>
3453 <File
3454 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stropts.h"
3456 </File>
3457 <File
3458 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysctl.h"
3460 </File>
3461 <File
3462 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysinfo.h"
3464 </File>
3465 <File
3466 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_syslog.h"
3468 </File>
3469 <File
3470 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tar.h"
3472 </File>
3473 <File
3474 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_tcp.h"
3476 </File>
3477 <File
3478 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_termios.h"
3480 </File>
3481 <File
3482 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tgmath.h"
3484 </File>
3485 <File
3486 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.h"
3488 </File>
3489 <File
3490 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h"
3492 </File>
3493 <File
3494 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h"
3496 </File>
3497 <File
3498 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_timeb.h"
3500 </File>
3501 <File
3502 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_times.h"
3504 </File>
3505 <File
3506 RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.h"
3508 </File>
3509 <File
3510 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_trace.h"
3512 </File>
3513 <File
3514 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_types.h"
3516 </File>
3517 <File
3518 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ucontext.h"
3520 </File>
3521 <File
3522 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_uio.h"
3524 </File>
3525 <File
3526 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ulimit.h"
3528 </File>
3529 <File
3530 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_un.h"
3532 </File>
3533 <File
3534 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_unistd.h"
3536 </File>
3537 <File
3538 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utime.h"
3540 </File>
3541 <File
3542 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utmpx.h"
3544 </File>
3545 <File
3546 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_utsname.h"
3548 </File>
3549 <File
3550 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_wait.h"
3552 </File>
3553 <File
3554 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wchar.h"
3556 </File>
3557 <File
3558 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wctype.h"
3560 </File>
3561 <File
3562 RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wordexp.h"
3564 </File>
3565 <File
3566 RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.h"
3568 </File>
3569 <File
3570 RelativePath="..\..\dep\ACE_wrappers\ace\Pair.h"
3572 </File>
3573 <File
3574 RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.h"
3576 </File>
3577 <File
3578 RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.h"
3580 </File>
3581 <File
3582 RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.h"
3584 </File>
3585 <File
3586 RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.h"
3588 </File>
3589 <File
3590 RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.h"
3592 </File>
3593 <File
3594 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.h"
3596 </File>
3597 <File
3598 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.h"
3600 </File>
3601 <File
3602 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.h"
3604 </File>
3605 <File
3606 RelativePath="..\..\dep\ACE_wrappers\ace\post.h"
3608 </File>
3609 <File
3610 RelativePath="..\..\dep\ACE_wrappers\ace\pre.h"
3612 </File>
3613 <File
3614 RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.h"
3616 </File>
3617 <File
3618 RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.h"
3620 </File>
3621 <File
3622 RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.h"
3624 </File>
3625 <File
3626 RelativePath="..\..\dep\ACE_wrappers\ace\Process.h"
3628 </File>
3629 <File
3630 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.h"
3632 </File>
3633 <File
3634 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.h"
3636 </File>
3637 <File
3638 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.h"
3640 </File>
3641 <File
3642 RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.h"
3644 </File>
3645 <File
3646 RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.h"
3648 </File>
3649 <File
3650 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.h"
3652 </File>
3653 <File
3654 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.h"
3656 </File>
3657 <File
3658 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.h"
3660 </File>
3661 <File
3662 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.h"
3664 </File>
3665 <File
3666 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Token_T.h"
3668 </File>
3669 <File
3670 RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.h"
3672 </File>
3673 <File
3674 RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.h"
3676 </File>
3677 <File
3678 RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.h"
3680 </File>
3681 <File
3682 RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable.h"
3684 </File>
3685 <File
3686 RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.h"
3688 </File>
3689 <File
3690 RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.h"
3692 </File>
3693 <File
3694 RelativePath="..\..\dep\ACE_wrappers\ace\Registry.h"
3696 </File>
3697 <File
3698 RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.h"
3700 </File>
3701 <File
3702 RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.h"
3704 </File>
3705 <File
3706 RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.h"
3708 </File>
3709 <File
3710 RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.h"
3712 </File>
3713 <File
3714 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.h"
3716 </File>
3717 <File
3718 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.h"
3720 </File>
3721 <File
3722 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.h"
3724 </File>
3725 <File
3726 RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.h"
3728 </File>
3729 <File
3730 RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.h"
3732 </File>
3733 <File
3734 RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.h"
3736 </File>
3737 <File
3738 RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor.h"
3740 </File>
3741 <File
3742 RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.h"
3744 </File>
3745 <File
3746 RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.h"
3748 </File>
3749 <File
3750 RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.h"
3752 </File>
3753 <File
3754 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.h"
3756 </File>
3757 <File
3758 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.h"
3760 </File>
3761 <File
3762 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.h"
3764 </File>
3765 <File
3766 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.h"
3768 </File>
3769 <File
3770 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.h"
3772 </File>
3773 <File
3774 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Templates.h"
3776 </File>
3777 <File
3778 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.h"
3780 </File>
3781 <File
3782 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.h"
3784 </File>
3785 <File
3786 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.h"
3788 </File>
3789 <File
3790 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.h"
3792 </File>
3793 <File
3794 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.h"
3796 </File>
3797 <File
3798 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.h"
3800 </File>
3801 <File
3802 RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.h"
3804 </File>
3805 <File
3806 RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.h"
3808 </File>
3809 <File
3810 RelativePath="..\..\dep\ACE_wrappers\ace\Signal.h"
3812 </File>
3813 <File
3814 RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.h"
3816 </File>
3817 <File
3818 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.h"
3820 </File>
3821 <File
3822 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.h"
3824 </File>
3825 <File
3826 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.h"
3828 </File>
3829 <File
3830 RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.h"
3832 </File>
3833 <File
3834 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.h"
3836 </File>
3837 <File
3838 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.h"
3840 </File>
3841 <File
3842 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.h"
3844 </File>
3845 <File
3846 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.h"
3848 </File>
3849 <File
3850 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.h"
3852 </File>
3853 <File
3854 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.h"
3856 </File>
3857 <File
3858 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.h"
3860 </File>
3861 <File
3862 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.h"
3864 </File>
3865 <File
3866 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.h"
3868 </File>
3869 <File
3870 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.h"
3872 </File>
3873 <File
3874 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.h"
3876 </File>
3877 <File
3878 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.h"
3880 </File>
3881 <File
3882 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.h"
3884 </File>
3885 <File
3886 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.h"
3888 </File>
3889 <File
3890 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.h"
3892 </File>
3893 <File
3894 RelativePath="..\..\dep\ACE_wrappers\ace\SString.h"
3896 </File>
3897 <File
3898 RelativePath="..\..\dep\ACE_wrappers\ace\SStringfwd.h"
3900 </File>
3901 <File
3902 RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.h"
3904 </File>
3905 <File
3906 RelativePath="..\..\dep\ACE_wrappers\ace\Static_Object_Lock.h"
3908 </File>
3909 <File
3910 RelativePath="..\..\dep\ACE_wrappers\ace\Stats.h"
3912 </File>
3913 <File
3914 RelativePath="..\..\dep\ACE_wrappers\ace\Strategies.h"
3916 </File>
3917 <File
3918 RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.h"
3920 </File>
3921 <File
3922 RelativePath="..\..\dep\ACE_wrappers\ace\Stream.h"
3924 </File>
3925 <File
3926 RelativePath="..\..\dep\ACE_wrappers\ace\Stream_Modules.h"
3928 </File>
3929 <File
3930 RelativePath="..\..\dep\ACE_wrappers\ace\streams.h"
3932 </File>
3933 <File
3934 RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.h"
3936 </File>
3937 <File
3938 RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.h"
3940 </File>
3941 <File
3942 RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.h"
3944 </File>
3945 <File
3946 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.h"
3948 </File>
3949 <File
3950 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.h"
3952 </File>
3953 <File
3954 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.h"
3956 </File>
3957 <File
3958 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.h"
3960 </File>
3961 <File
3962 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.h"
3964 </File>
3965 <File
3966 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf.h"
3968 </File>
3969 <File
3970 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.h"
3972 </File>
3973 <File
3974 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Param.h"
3976 </File>
3977 <File
3978 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Token_Table.h"
3980 </File>
3981 <File
3982 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Tokens.h"
3984 </File>
3985 <File
3986 RelativePath="..\..\dep\ACE_wrappers\ace\svc_export.h"
3988 </File>
3989 <File
3990 RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Handler.h"
3992 </File>
3993 <File
3994 RelativePath="..\..\dep\ACE_wrappers\ace\Synch.h"
3996 </File>
3997 <File
3998 RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.h"
4000 </File>
4001 <File
4002 RelativePath="..\..\dep\ACE_wrappers\ace\Synch_T.h"
4004 </File>
4005 <File
4006 RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Traits.h"
4008 </File>
4009 <File
4010 RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.h"
4012 </File>
4013 <File
4014 RelativePath="..\..\dep\ACE_wrappers\ace\Task.h"
4016 </File>
4017 <File
4018 RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.h"
4020 </File>
4021 <File
4022 RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.h"
4024 </File>
4025 <File
4026 RelativePath="..\..\dep\ACE_wrappers\ace\Test_and_Set.h"
4028 </File>
4029 <File
4030 RelativePath="..\..\dep\ACE_wrappers\ace\Thread.h"
4032 </File>
4033 <File
4034 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.h"
4036 </File>
4037 <File
4038 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.h"
4040 </File>
4041 <File
4042 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.h"
4044 </File>
4045 <File
4046 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.h"
4048 </File>
4049 <File
4050 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.h"
4052 </File>
4053 <File
4054 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.h"
4056 </File>
4057 <File
4058 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.h"
4060 </File>
4061 <File
4062 RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.h"
4064 </File>
4065 <File
4066 RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.h"
4068 </File>
4069 <File
4070 RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.h"
4072 </File>
4073 <File
4074 RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe_T.h"
4076 </File>
4077 <File
4078 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash.h"
4080 </File>
4081 <File
4082 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash_T.h"
4084 </File>
4085 <File
4086 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap.h"
4088 </File>
4089 <File
4090 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap_T.h"
4092 </File>
4093 <File
4094 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List.h"
4096 </File>
4097 <File
4098 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List_T.h"
4100 </File>
4101 <File
4102 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue.h"
4104 </File>
4105 <File
4106 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.h"
4108 </File>
4109 <File
4110 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.h"
4112 </File>
4113 <File
4114 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queuefwd.h"
4116 </File>
4117 <File
4118 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel.h"
4120 </File>
4121 <File
4122 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel_T.h"
4124 </File>
4125 <File
4126 RelativePath="..\..\dep\ACE_wrappers\ace\TLI.h"
4128 </File>
4129 <File
4130 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.h"
4132 </File>
4133 <File
4134 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.h"
4136 </File>
4137 <File
4138 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.h"
4140 </File>
4141 <File
4142 RelativePath="..\..\dep\ACE_wrappers\ace\Token.h"
4144 </File>
4145 <File
4146 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.h"
4148 </File>
4149 <File
4150 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.h"
4152 </File>
4153 <File
4154 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.h"
4156 </File>
4157 <File
4158 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.h"
4160 </File>
4161 <File
4162 RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.h"
4164 </File>
4165 <File
4166 RelativePath="..\..\dep\ACE_wrappers\ace\Trace.h"
4168 </File>
4169 <File
4170 RelativePath="..\..\dep\ACE_wrappers\ace\Truncate.h"
4172 </File>
4173 <File
4174 RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.h"
4176 </File>
4177 <File
4178 RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.h"
4180 </File>
4181 <File
4182 RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.h"
4184 </File>
4185 <File
4186 RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.h"
4188 </File>
4189 <File
4190 RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.h"
4192 </File>
4193 <File
4194 RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.h"
4196 </File>
4197 <File
4198 RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.h"
4200 </File>
4201 <File
4202 RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.h"
4204 </File>
4205 <File
4206 RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.h"
4208 </File>
4209 <File
4210 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.h"
4212 </File>
4213 <File
4214 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Addr.h"
4216 </File>
4217 <File
4218 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.h"
4220 </File>
4221 <File
4222 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.h"
4224 </File>
4225 <File
4226 RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.h"
4228 </File>
4229 <File
4230 RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.h"
4232 </File>
4233 <File
4234 RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.h"
4236 </File>
4237 <File
4238 RelativePath="..\..\dep\ACE_wrappers\ace\UUID.h"
4240 </File>
4241 <File
4242 RelativePath="..\..\dep\ACE_wrappers\ace\Value_Ptr.h"
4244 </File>
4245 <File
4246 RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.h"
4248 </File>
4249 <File
4250 RelativePath="..\..\dep\ACE_wrappers\ace\Version.h"
4252 </File>
4253 <File
4254 RelativePath="..\..\dep\ACE_wrappers\ace\Versioned_Namespace.h"
4256 </File>
4257 <File
4258 RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.h"
4260 </File>
4261 <File
4262 RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.h"
4264 </File>
4265 <File
4266 RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.h"
4268 </File>
4269 <File
4270 RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.h"
4272 </File>
4273 <File
4274 RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.h"
4276 </File>
4277 </Filter>
4278 <Filter
4279 Name="Inline Files"
4280 Filter="i;inl"
4282 <File
4283 RelativePath="..\..\dep\ACE_wrappers\ace\ACE.inl"
4285 </File>
4286 <File
4287 RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.inl"
4289 </File>
4290 <File
4291 RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.inl"
4293 </File>
4294 <File
4295 RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.inl"
4297 </File>
4298 <File
4299 RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.inl"
4301 </File>
4302 <File
4303 RelativePath="..\..\dep\ACE_wrappers\ace\Addr.inl"
4305 </File>
4306 <File
4307 RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.inl"
4309 </File>
4310 <File
4311 RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.inl"
4313 </File>
4314 <File
4315 RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.inl"
4317 </File>
4318 <File
4319 RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.inl"
4321 </File>
4322 <File
4323 RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.inl"
4325 </File>
4326 <File
4327 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.inl"
4329 </File>
4330 <File
4331 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.inl"
4333 </File>
4334 <File
4335 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.inl"
4337 </File>
4338 <File
4339 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.inl"
4341 </File>
4342 <File
4343 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.inl"
4345 </File>
4346 <File
4347 RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.inl"
4349 </File>
4350 <File
4351 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.inl"
4353 </File>
4354 <File
4355 RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.inl"
4357 </File>
4358 <File
4359 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.inl"
4361 </File>
4362 <File
4363 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.inl"
4365 </File>
4366 <File
4367 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.inl"
4369 </File>
4370 <File
4371 RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.inl"
4373 </File>
4374 <File
4375 RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.inl"
4377 </File>
4378 <File
4379 RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.inl"
4381 </File>
4382 <File
4383 RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.inl"
4385 </File>
4386 <File
4387 RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.inl"
4389 </File>
4390 <File
4391 RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.inl"
4393 </File>
4394 <File
4395 RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.inl"
4397 </File>
4398 <File
4399 RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.inl"
4401 </File>
4402 <File
4403 RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.inl"
4405 </File>
4406 <File
4407 RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.inl"
4409 </File>
4410 <File
4411 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.inl"
4413 </File>
4414 <File
4415 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.inl"
4417 </File>
4418 <File
4419 RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.inl"
4421 </File>
4422 <File
4423 RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.inl"
4425 </File>
4426 <File
4427 RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.inl"
4429 </File>
4430 <File
4431 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.inl"
4433 </File>
4434 <File
4435 RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.inl"
4437 </File>
4438 <File
4439 RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.inl"
4441 </File>
4442 <File
4443 RelativePath="..\..\dep\ACE_wrappers\ace\Containers.inl"
4445 </File>
4446 <File
4447 RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.inl"
4449 </File>
4450 <File
4451 RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.inl"
4453 </File>
4454 <File
4455 RelativePath="..\..\dep\ACE_wrappers\ace\DEV.inl"
4457 </File>
4458 <File
4459 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.inl"
4461 </File>
4462 <File
4463 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.inl"
4465 </File>
4466 <File
4467 RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.inl"
4469 </File>
4470 <File
4471 RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.inl"
4473 </File>
4474 <File
4475 RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.inl"
4477 </File>
4478 <File
4479 RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.inl"
4481 </File>
4482 <File
4483 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.inl"
4485 </File>
4486 <File
4487 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.inl"
4489 </File>
4490 <File
4491 RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.inl"
4493 </File>
4494 <File
4495 RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.inl"
4497 </File>
4498 <File
4499 RelativePath="..\..\dep\ACE_wrappers\ace\Event.inl"
4501 </File>
4502 <File
4503 RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.inl"
4505 </File>
4506 <File
4507 RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.inl"
4509 </File>
4510 <File
4511 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.inl"
4513 </File>
4514 <File
4515 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.inl"
4517 </File>
4518 <File
4519 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.inl"
4521 </File>
4522 <File
4523 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.inl"
4525 </File>
4526 <File
4527 RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.inl"
4529 </File>
4530 <File
4531 RelativePath="..\..\dep\ACE_wrappers\ace\FILE.inl"
4533 </File>
4534 <File
4535 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.inl"
4537 </File>
4538 <File
4539 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.inl"
4541 </File>
4542 <File
4543 RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.inl"
4545 </File>
4546 <File
4547 RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.inl"
4549 </File>
4550 <File
4551 RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.inl"
4553 </File>
4554 <File
4555 RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.inl"
4557 </File>
4558 <File
4559 RelativePath="..\..\dep\ACE_wrappers\ace\Functor.inl"
4561 </File>
4562 <File
4563 RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.inl"
4565 </File>
4566 <File
4567 RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.inl"
4569 </File>
4570 <File
4571 RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.inl"
4573 </File>
4574 <File
4575 RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.inl"
4577 </File>
4578 <File
4579 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.inl"
4581 </File>
4582 <File
4583 RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.inl"
4585 </File>
4586 <File
4587 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.inl"
4589 </File>
4590 <File
4591 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.inl"
4593 </File>
4594 <File
4595 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.inl"
4597 </File>
4598 <File
4599 RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.inl"
4601 </File>
4602 <File
4603 RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.inl"
4605 </File>
4606 <File
4607 RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.inl"
4609 </File>
4610 <File
4611 RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.inl"
4613 </File>
4614 <File
4615 RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.inl"
4617 </File>
4618 <File
4619 RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.inl"
4621 </File>
4622 <File
4623 RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.inl"
4625 </File>
4626 <File
4627 RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.inl"
4629 </File>
4630 <File
4631 RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.inl"
4633 </File>
4634 <File
4635 RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.inl"
4637 </File>
4638 <File
4639 RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.inl"
4641 </File>
4642 <File
4643 RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.inl"
4645 </File>
4646 <File
4647 RelativePath="..\..\dep\ACE_wrappers\ace\Lock.inl"
4649 </File>
4650 <File
4651 RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.inl"
4653 </File>
4654 <File
4655 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.inl"
4657 </File>
4658 <File
4659 RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.inl"
4661 </File>
4662 <File
4663 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.inl"
4665 </File>
4666 <File
4667 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.inl"
4669 </File>
4670 <File
4671 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.inl"
4673 </File>
4674 <File
4675 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.inl"
4677 </File>
4678 <File
4679 RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.inl"
4681 </File>
4682 <File
4683 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.inl"
4685 </File>
4686 <File
4687 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.inl"
4689 </File>
4690 <File
4691 RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.inl"
4693 </File>
4694 <File
4695 RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.inl"
4697 </File>
4698 <File
4699 RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.inl"
4701 </File>
4702 <File
4703 RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.inl"
4705 </File>
4706 <File
4707 RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.inl"
4709 </File>
4710 <File
4711 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.inl"
4713 </File>
4714 <File
4715 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.inl"
4717 </File>
4718 <File
4719 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.inl"
4721 </File>
4722 <File
4723 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.inl"
4725 </File>
4726 <File
4727 RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.inl"
4729 </File>
4730 <File
4731 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.inl"
4733 </File>
4734 <File
4735 RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.inl"
4737 </File>
4738 <File
4739 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.inl"
4741 </File>
4742 <File
4743 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.inl"
4745 </File>
4746 <File
4747 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.inl"
4749 </File>
4750 <File
4751 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.inl"
4753 </File>
4754 <File
4755 RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.inl"
4757 </File>
4758 <File
4759 RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.inl"
4761 </File>
4762 <File
4763 RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.inl"
4765 </File>
4766 <File
4767 RelativePath="..\..\dep\ACE_wrappers\ace\Module.inl"
4769 </File>
4770 <File
4771 RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.inl"
4773 </File>
4774 <File
4775 RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.inl"
4777 </File>
4778 <File
4779 RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.inl"
4781 </File>
4782 <File
4783 RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.inl"
4785 </File>
4786 <File
4787 RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.inl"
4789 </File>
4790 <File
4791 RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.inl"
4793 </File>
4794 <File
4795 RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.inl"
4797 </File>
4798 <File
4799 RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.inl"
4801 </File>
4802 <File
4803 RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.inl"
4805 </File>
4806 <File
4807 RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.inl"
4809 </File>
4810 <File
4811 RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.inl"
4813 </File>
4814 <File
4815 RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.inl"
4817 </File>
4818 <File
4819 RelativePath="..\..\dep\ACE_wrappers\ace\OS.inl"
4821 </File>
4822 <File
4823 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.inl"
4825 </File>
4826 <File
4827 RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.inl"
4829 </File>
4830 <File
4831 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.inl"
4833 </File>
4834 <File
4835 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.inl"
4837 </File>
4838 <File
4839 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.inl"
4841 </File>
4842 <File
4843 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.inl"
4845 </File>
4846 <File
4847 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.inl"
4849 </File>
4850 <File
4851 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.inl"
4853 </File>
4854 <File
4855 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.inl"
4857 </File>
4858 <File
4859 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.inl"
4861 </File>
4862 <File
4863 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.inl"
4865 </File>
4866 <File
4867 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.inl"
4869 </File>
4870 <File
4871 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.inl"
4873 </File>
4874 <File
4875 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.inl"
4877 </File>
4878 <File
4879 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.inl"
4881 </File>
4882 <File
4883 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.inl"
4885 </File>
4886 <File
4887 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.inl"
4889 </File>
4890 <File
4891 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.inl"
4893 </File>
4894 <File
4895 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.inl"
4897 </File>
4898 <File
4899 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.inl"
4901 </File>
4902 <File
4903 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.inl"
4905 </File>
4906 <File
4907 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.inl"
4909 </File>
4910 <File
4911 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.inl"
4913 </File>
4914 <File
4915 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.inl"
4917 </File>
4918 <File
4919 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.inl"
4921 </File>
4922 <File
4923 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.inl"
4925 </File>
4926 <File
4927 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.inl"
4929 </File>
4930 <File
4931 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.inl"
4933 </File>
4934 <File
4935 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.inl"
4937 </File>
4938 <File
4939 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.inl"
4941 </File>
4942 <File
4943 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.inl"
4945 </File>
4946 <File
4947 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.inl"
4949 </File>
4950 <File
4951 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.inl"
4953 </File>
4954 <File
4955 RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.inl"
4957 </File>
4958 <File
4959 RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.inl"
4961 </File>
4962 <File
4963 RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.inl"
4965 </File>
4966 <File
4967 RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.inl"
4969 </File>
4970 <File
4971 RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.inl"
4973 </File>
4974 <File
4975 RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.inl"
4977 </File>
4978 <File
4979 RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.inl"
4981 </File>
4982 <File
4983 RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.inl"
4985 </File>
4986 <File
4987 RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.inl"
4989 </File>
4990 <File
4991 RelativePath="..\..\dep\ACE_wrappers\ace\Process.inl"
4993 </File>
4994 <File
4995 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.inl"
4997 </File>
4998 <File
4999 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.inl"
5001 </File>
5002 <File
5003 RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.inl"
5005 </File>
5006 <File
5007 RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.inl"
5009 </File>
5010 <File
5011 RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.inl"
5013 </File>
5014 <File
5015 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.inl"
5017 </File>
5018 <File
5019 RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.inl"
5021 </File>
5022 <File
5023 RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.inl"
5025 </File>
5026 <File
5027 RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.inl"
5029 </File>
5030 <File
5031 RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.inl"
5033 </File>
5034 <File
5035 RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.inl"
5037 </File>
5038 <File
5039 RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.inl"
5041 </File>
5042 <File
5043 RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.inl"
5045 </File>
5046 <File
5047 RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.inl"
5049 </File>
5050 <File
5051 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.inl"
5053 </File>
5054 <File
5055 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.inl"
5057 </File>
5058 <File
5059 RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.inl"
5061 </File>
5062 <File
5063 RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.inl"
5065 </File>
5066 <File
5067 RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.inl"
5069 </File>
5070 <File
5071 RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.inl"
5073 </File>
5074 <File
5075 RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.inl"
5077 </File>
5078 <File
5079 RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.inl"
5081 </File>
5082 <File
5083 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.inl"
5085 </File>
5086 <File
5087 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.inl"
5089 </File>
5090 <File
5091 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.inl"
5093 </File>
5094 <File
5095 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.inl"
5097 </File>
5098 <File
5099 RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.inl"
5101 </File>
5102 <File
5103 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.inl"
5105 </File>
5106 <File
5107 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.inl"
5109 </File>
5110 <File
5111 RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.inl"
5113 </File>
5114 <File
5115 RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.inl"
5117 </File>
5118 <File
5119 RelativePath="..\..\dep\ACE_wrappers\ace\Signal.inl"
5121 </File>
5122 <File
5123 RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.inl"
5125 </File>
5126 <File
5127 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.inl"
5129 </File>
5130 <File
5131 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.inl"
5133 </File>
5134 <File
5135 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.inl"
5137 </File>
5138 <File
5139 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.inl"
5141 </File>
5142 <File
5143 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.inl"
5145 </File>
5146 <File
5147 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.inl"
5149 </File>
5150 <File
5151 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.inl"
5153 </File>
5154 <File
5155 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.inl"
5157 </File>
5158 <File
5159 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.inl"
5161 </File>
5162 <File
5163 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.inl"
5165 </File>
5166 <File
5167 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.inl"
5169 </File>
5170 <File
5171 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.inl"
5173 </File>
5174 <File
5175 RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.inl"
5177 </File>
5178 <File
5179 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.inl"
5181 </File>
5182 <File
5183 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.inl"
5185 </File>
5186 <File
5187 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.inl"
5189 </File>
5190 <File
5191 RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.inl"
5193 </File>
5194 <File
5195 RelativePath="..\..\dep\ACE_wrappers\ace\SString.inl"
5197 </File>
5198 <File
5199 RelativePath="..\..\dep\ACE_wrappers\ace\Stats.inl"
5201 </File>
5202 <File
5203 RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.inl"
5205 </File>
5206 <File
5207 RelativePath="..\..\dep\ACE_wrappers\ace\Stream.inl"
5209 </File>
5210 <File
5211 RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.inl"
5213 </File>
5214 <File
5215 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.inl"
5217 </File>
5218 <File
5219 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.inl"
5221 </File>
5222 <File
5223 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.inl"
5225 </File>
5226 <File
5227 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.inl"
5229 </File>
5230 <File
5231 RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.inl"
5233 </File>
5234 <File
5235 RelativePath="..\..\dep\ACE_wrappers\ace\Task.inl"
5237 </File>
5238 <File
5239 RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.inl"
5241 </File>
5242 <File
5243 RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.inl"
5245 </File>
5246 <File
5247 RelativePath="..\..\dep\ACE_wrappers\ace\Thread.inl"
5249 </File>
5250 <File
5251 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.inl"
5253 </File>
5254 <File
5255 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.inl"
5257 </File>
5258 <File
5259 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.inl"
5261 </File>
5262 <File
5263 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.inl"
5265 </File>
5266 <File
5267 RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.inl"
5269 </File>
5270 <File
5271 RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.inl"
5273 </File>
5274 <File
5275 RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.inl"
5277 </File>
5278 <File
5279 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.inl"
5281 </File>
5282 <File
5283 RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.inl"
5285 </File>
5286 <File
5287 RelativePath="..\..\dep\ACE_wrappers\ace\TLI.inl"
5289 </File>
5290 <File
5291 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.inl"
5293 </File>
5294 <File
5295 RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.inl"
5297 </File>
5298 <File
5299 RelativePath="..\..\dep\ACE_wrappers\ace\Token.inl"
5301 </File>
5302 <File
5303 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.inl"
5305 </File>
5306 <File
5307 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.inl"
5309 </File>
5310 <File
5311 RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.inl"
5313 </File>
5314 <File
5315 RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.inl"
5317 </File>
5318 <File
5319 RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.inl"
5321 </File>
5322 <File
5323 RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.inl"
5325 </File>
5326 <File
5327 RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.inl"
5329 </File>
5330 <File
5331 RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.inl"
5333 </File>
5334 <File
5335 RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.inl"
5337 </File>
5338 <File
5339 RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.inl"
5341 </File>
5342 <File
5343 RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.inl"
5345 </File>
5346 <File
5347 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.inl"
5349 </File>
5350 <File
5351 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.inl"
5353 </File>
5354 <File
5355 RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.inl"
5357 </File>
5358 <File
5359 RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.inl"
5361 </File>
5362 <File
5363 RelativePath="..\..\dep\ACE_wrappers\ace\UUID.inl"
5365 </File>
5366 <File
5367 RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.inl"
5369 </File>
5370 <File
5371 RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.inl"
5373 </File>
5374 <File
5375 RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.inl"
5377 </File>
5378 </Filter>
5379 <Filter
5380 Name="Documentation"
5382 <File
5383 RelativePath="..\..\dep\ACE_wrappers\README"
5385 <FileConfiguration
5386 Name="Debug|Win32"
5387 ExcludedFromBuild="true"
5389 <Tool
5390 Name="VCCustomBuildTool"
5392 </FileConfiguration>
5393 <FileConfiguration
5394 Name="Debug|x64"
5395 ExcludedFromBuild="true"
5397 <Tool
5398 Name="VCCustomBuildTool"
5400 </FileConfiguration>
5401 <FileConfiguration
5402 Name="Debug_NoPCH|Win32"
5403 ExcludedFromBuild="true"
5405 <Tool
5406 Name="VCCustomBuildTool"
5408 </FileConfiguration>
5409 <FileConfiguration
5410 Name="Debug_NoPCH|x64"
5411 ExcludedFromBuild="true"
5413 <Tool
5414 Name="VCCustomBuildTool"
5416 </FileConfiguration>
5417 <FileConfiguration
5418 Name="Release|Win32"
5419 ExcludedFromBuild="true"
5421 <Tool
5422 Name="VCCustomBuildTool"
5424 </FileConfiguration>
5425 <FileConfiguration
5426 Name="Release|x64"
5427 ExcludedFromBuild="true"
5429 <Tool
5430 Name="VCCustomBuildTool"
5432 </FileConfiguration>
5433 </File>
5434 <File
5435 RelativePath="..\..\dep\ACE_wrappers\VERSION"
5437 <FileConfiguration
5438 Name="Debug|Win32"
5439 ExcludedFromBuild="true"
5441 <Tool
5442 Name="VCCustomBuildTool"
5444 </FileConfiguration>
5445 <FileConfiguration
5446 Name="Debug|x64"
5447 ExcludedFromBuild="true"
5449 <Tool
5450 Name="VCCustomBuildTool"
5452 </FileConfiguration>
5453 <FileConfiguration
5454 Name="Release|Win32"
5455 ExcludedFromBuild="true"
5457 <Tool
5458 Name="VCCustomBuildTool"
5460 </FileConfiguration>
5461 <FileConfiguration
5462 Name="Release|x64"
5463 ExcludedFromBuild="true"
5465 <Tool
5466 Name="VCCustomBuildTool"
5468 </FileConfiguration>
5469 <FileConfiguration
5470 Name="Debug_NoPCH|Win32"
5471 ExcludedFromBuild="true"
5473 <Tool
5474 Name="VCCustomBuildTool"
5476 </FileConfiguration>
5477 <FileConfiguration
5478 Name="Debug_NoPCH|x64"
5479 ExcludedFromBuild="true"
5481 <Tool
5482 Name="VCCustomBuildTool"
5484 </FileConfiguration>
5485 </File>
5486 </Filter>
5487 <Filter
5488 Name="Resource Files"
5489 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
5491 <File
5492 RelativePath="..\..\dep\ACE_wrappers\ace\ace.rc"
5494 </File>
5495 </Filter>
5496 </Files>
5497 <Globals>
5498 </Globals>
5499 </VisualStudioProject>