root/trunk/win/VC71/ACE_vc71.vcproj @ 37

Revision 37, 104.0 kB (checked in by yumileroy, 17 years ago)

[svn] * svn:eol-style native set on all files that need it

Original author: Neo2003
Date: 2008-10-11 14:16:25-05:00

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="ACE_Wrappers"
6        ProjectGUID="{7C74F49E-FECA-1BAD-6757-8A6348EA12C8}"
7        SccProjectName=""
8        SccLocalPath="">
9        <Platforms>
10                <Platform
11                        Name="Win32"/>
12        </Platforms>
13        <Configurations>
14                <Configuration
15                        Name="Debug|Win32"
16                        OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
17                        IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
18                        ConfigurationType="2"
19                        UseOfMFC="0"
20                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
21                        CharacterSet="0">
22                        <Tool
23                                Name="VCCLCompilerTool"
24                                AdditionalOptions="/wd 4748"
25                                Optimization="0"
26                                AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
27                                PreprocessorDefinitions="ACE_BUILD_DLL;_DEBUG;WIN32;_WINDOWS"
28                                MinimalRebuild="FALSE"
29                                ExceptionHandling="TRUE"
30                                BasicRuntimeChecks="3"
31                                RuntimeLibrary="3"
32                                BufferSecurityCheck="TRUE"
33                                EnableFunctionLevelLinking="TRUE"
34                                TreatWChar_tAsBuiltInType="TRUE"
35                                ForceConformanceInForLoopScope="TRUE"
36                                RuntimeTypeInfo="TRUE"
37                                ProgramDataBaseFileName="Debug\ACE_vc71\I386/"
38                                WarningLevel="3"
39                                SuppressStartupBanner="TRUE"
40                                Detect64BitPortabilityProblems="FALSE"
41                                DebugInformationFormat="3"/>
42                        <Tool
43                                Name="VCCustomBuildTool"/>
44                        <Tool
45                                Name="VCLinkerTool"
46                                AdditionalDependencies=""
47                                OutputFile="$(OutDir)\ACEd.dll"
48                                LinkIncremental="2"
49                                SuppressStartupBanner="TRUE"
50                                AdditionalLibraryDirectories=""
51                                GenerateDebugInformation="TRUE"
52                                ProgramDatabaseFile="$(OutDir)\ACEd.pdb"
53                                SubSystem="1"
54                                ImportLibrary="$(OutDir)\ACEd.lib"
55                                TargetMachine="1"/>
56                        <Tool
57                                Name="VCMIDLTool"
58                                TypeLibraryName="$(InputName).tlb"
59                                HeaderFileName="$(InputName).h"
60                                InterfaceIdentifierFileName="$(InputName)_i.c"
61                                ProxyFileName="$(InputName)_p.c"/>
62                        <Tool
63                                Name="VCPostBuildEventTool"/>
64                        <Tool
65                                Name="VCPreBuildEventTool"/>
66                        <Tool
67                                Name="VCPreLinkEventTool"/>
68                        <Tool
69                                Name="VCResourceCompilerTool"
70                                PreprocessorDefinitions="_DEBUG"
71                                Culture="1033"
72                                AdditionalIncludeDirectories=".."/>
73                        <Tool
74                                Name="VCWebServiceProxyGeneratorTool"/>
75                        <Tool
76                                Name="VCXMLDataGeneratorTool"/>
77                        <Tool
78                                Name="VCWebDeploymentTool"/>
79                        <Tool
80                                Name="VCManagedWrapperGeneratorTool"/>
81                        <Tool
82                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
83                </Configuration>
84                <Configuration
85                        Name="Release|Win32"
86                        OutputDirectory="..\..\dep\lib\$(PlatformName)_$(ConfigurationName)"
87                        IntermediateDirectory=".\ace__$(PlatformName)_$(ConfigurationName)"
88                        ConfigurationType="2"
89                        UseOfMFC="0"
90                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
91                        CharacterSet="0"
92                        ReferencesPath="..\..\dep\ACE_wrappers">
93                        <Tool
94                                Name="VCCLCompilerTool"
95                                AdditionalOptions="/wd 4748"
96                                Optimization="3"
97                                AdditionalIncludeDirectories="..\..\dep\ACE_wrappers"
98                                PreprocessorDefinitions="ACE_BUILD_DLL;NDEBUG;WIN32;_WINDOWS"
99                                MinimalRebuild="FALSE"
100                                ExceptionHandling="TRUE"
101                                RuntimeLibrary="2"
102                                BufferSecurityCheck="TRUE"
103                                EnableFunctionLevelLinking="TRUE"
104                                TreatWChar_tAsBuiltInType="TRUE"
105                                ForceConformanceInForLoopScope="TRUE"
106                                RuntimeTypeInfo="TRUE"
107                                WarningLevel="3"
108                                SuppressStartupBanner="TRUE"
109                                Detect64BitPortabilityProblems="FALSE"
110                                DebugInformationFormat="3"/>
111                        <Tool
112                                Name="VCCustomBuildTool"/>
113                        <Tool
114                                Name="VCLinkerTool"
115                                AdditionalDependencies=""
116                                OutputFile="$(OutDir)\ACE.dll"
117                                LinkIncremental="1"
118                                SuppressStartupBanner="TRUE"
119                                AdditionalLibraryDirectories=""
120                                GenerateDebugInformation="TRUE"
121                                SubSystem="1"
122                                OptimizeReferences="2"
123                                EnableCOMDATFolding="2"
124                                ImportLibrary="$(OutDir)\ACE.lib"
125                                TargetMachine="1"/>
126                        <Tool
127                                Name="VCMIDLTool"
128                                TypeLibraryName="$(InputName).tlb"
129                                HeaderFileName="$(InputName).h"
130                                InterfaceIdentifierFileName="$(InputName)_i.c"
131                                ProxyFileName="$(InputName)_p.c"/>
132                        <Tool
133                                Name="VCPostBuildEventTool"/>
134                        <Tool
135                                Name="VCPreBuildEventTool"/>
136                        <Tool
137                                Name="VCPreLinkEventTool"/>
138                        <Tool
139                                Name="VCResourceCompilerTool"
140                                PreprocessorDefinitions="NDEBUG"
141                                Culture="1033"
142                                AdditionalIncludeDirectories=".."/>
143                        <Tool
144                                Name="VCWebServiceProxyGeneratorTool"/>
145                        <Tool
146                                Name="VCXMLDataGeneratorTool"/>
147                        <Tool
148                                Name="VCWebDeploymentTool"/>
149                        <Tool
150                                Name="VCManagedWrapperGeneratorTool"/>
151                        <Tool
152                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
153                </Configuration>
154        </Configurations>
155        <References>
156        </References>
157        <Files>
158                <Filter
159                        Name="Source Files"
160                        Filter="cpp;cxx;cc;C;c">
161                        <File
162                                RelativePath="..\..\dep\ACE_wrappers\ace\ACE.cpp">
163                        </File>
164                        <File
165                                RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc32.cpp">
166                        </File>
167                        <File
168                                RelativePath="..\..\dep\ACE_wrappers\ace\ACE_crc_ccitt.cpp">
169                        </File>
170                        <File
171                                RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.cpp">
172                        </File>
173                        <File
174                                RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.cpp">
175                        </File>
176                        <File
177                                RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.cpp">
178                        </File>
179                        <File
180                                RelativePath="..\..\dep\ACE_wrappers\ace\Addr.cpp">
181                        </File>
182                        <File
183                                RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.cpp">
184                        </File>
185                        <File
186                                RelativePath="..\..\dep\ACE_wrappers\ace\Assert.cpp">
187                        </File>
188                        <File
189                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.cpp">
190                        </File>
191                        <File
192                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.cpp">
193                        </File>
194                        <File
195                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.cpp">
196                        </File>
197                        <File
198                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.cpp">
199                        </File>
200                        <File
201                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.cpp">
202                        </File>
203                        <File
204                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.cpp">
205                        </File>
206                        <File
207                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.cpp">
208                        </File>
209                        <File
210                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.cpp">
211                        </File>
212                        <File
213                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.cpp">
214                        </File>
215                        <File
216                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.cpp">
217                        </File>
218                        <File
219                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.c">
220                        </File>
221                        <File
222                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.cpp">
223                        </File>
224                        <File
225                                RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.cpp">
226                        </File>
227                        <File
228                                RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.cpp">
229                        </File>
230                        <File
231                                RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.cpp">
232                        </File>
233                        <File
234                                RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.cpp">
235                        </File>
236                        <File
237                                RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.cpp">
238                        </File>
239                        <File
240                                RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.cpp">
241                        </File>
242                        <File
243                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.cpp">
244                        </File>
245                        <File
246                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.cpp">
247                        </File>
248                        <File
249                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.cpp">
250                        </File>
251                        <File
252                                RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.cpp">
253                        </File>
254                        <File
255                                RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.cpp">
256                        </File>
257                        <File
258                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.cpp">
259                        </File>
260                        <File
261                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.cpp">
262                        </File>
263                        <File
264                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry_db.cpp">
265                        </File>
266                        <File
267                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.cpp">
268                        </File>
269                        <File
270                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.cpp">
271                        </File>
272                        <File
273                                RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.cpp">
274                        </File>
275                        <File
276                                RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.cpp">
277                        </File>
278                        <File
279                                RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.cpp">
280                        </File>
281                        <File
282                                RelativePath="..\..\dep\ACE_wrappers\ace\Containers.cpp">
283                        </File>
284                        <File
285                                RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.cpp">
286                        </File>
287                        <File
288                                RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.cpp">
289                        </File>
290                        <File
291                                RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.cpp">
292                        </File>
293                        <File
294                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV.cpp">
295                        </File>
296                        <File
297                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.cpp">
298                        </File>
299                        <File
300                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.cpp">
301                        </File>
302                        <File
303                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.cpp">
304                        </File>
305                        <File
306                                RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.cpp">
307                        </File>
308                        <File
309                                RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.cpp">
310                        </File>
311                        <File
312                                RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.cpp">
313                        </File>
314                        <File
315                                RelativePath="..\..\dep\ACE_wrappers\ace\DLL.cpp">
316                        </File>
317                        <File
318                                RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.cpp">
319                        </File>
320                        <File
321                                RelativePath="..\..\dep\ACE_wrappers\ace\Dump.cpp">
322                        </File>
323                        <File
324                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.cpp">
325                        </File>
326                        <File
327                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.cpp">
328                        </File>
329                        <File
330                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.cpp">
331                        </File>
332                        <File
333                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.cpp">
334                        </File>
335                        <File
336                                RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.cpp">
337                        </File>
338                        <File
339                                RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.cpp">
340                        </File>
341                        <File
342                                RelativePath="..\..\dep\ACE_wrappers\ace\Event.cpp">
343                        </File>
344                        <File
345                                RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.cpp">
346                        </File>
347                        <File
348                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.cpp">
349                        </File>
350                        <File
351                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.cpp">
352                        </File>
353                        <File
354                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.cpp">
355                        </File>
356                        <File
357                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.cpp">
358                        </File>
359                        <File
360                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.cpp">
361                        </File>
362                        <File
363                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE.cpp">
364                        </File>
365                        <File
366                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.cpp">
367                        </File>
368                        <File
369                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.cpp">
370                        </File>
371                        <File
372                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.cpp">
373                        </File>
374                        <File
375                                RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.cpp">
376                        </File>
377                        <File
378                                RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.cpp">
379                        </File>
380                        <File
381                                RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.cpp">
382                        </File>
383                        <File
384                                RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.cpp">
385                        </File>
386                        <File
387                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor.cpp">
388                        </File>
389                        <File
390                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.cpp">
391                        </File>
392                        <File
393                                RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.cpp">
394                        </File>
395                        <File
396                                RelativePath="..\..\dep\ACE_wrappers\ace\gethrtime.cpp">
397                        </File>
398                        <File
399                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.cpp">
400                        </File>
401                        <File
402                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.cpp">
403                        </File>
404                        <File
405                                RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.cpp">
406                        </File>
407                        <File
408                                RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.cpp">
409                        </File>
410                        <File
411                                RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.cpp">
412                        </File>
413                        <File
414                                RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.cpp">
415                        </File>
416                        <File
417                                RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.cpp">
418                        </File>
419                        <File
420                                RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.cpp">
421                        </File>
422                        <File
423                                RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.cpp">
424                        </File>
425                        <File
426                                RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.cpp">
427                        </File>
428                        <File
429                                RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.cpp">
430                        </File>
431                        <File
432                                RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.cpp">
433                        </File>
434                        <File
435                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.cpp">
436                        </File>
437                        <File
438                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.cpp">
439                        </File>
440                        <File
441                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.cpp">
442                        </File>
443                        <File
444                                RelativePath="..\..\dep\ACE_wrappers\ace\Lock.cpp">
445                        </File>
446                        <File
447                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.cpp">
448                        </File>
449                        <File
450                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.cpp">
451                        </File>
452                        <File
453                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.cpp">
454                        </File>
455                        <File
456                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.cpp">
457                        </File>
458                        <File
459                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.cpp">
460                        </File>
461                        <File
462                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.cpp">
463                        </File>
464                        <File
465                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.cpp">
466                        </File>
467                        <File
468                                RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.cpp">
469                        </File>
470                        <File
471                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.cpp">
472                        </File>
473                        <File
474                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.cpp">
475                        </File>
476                        <File
477                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.cpp">
478                        </File>
479                        <File
480                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.cpp">
481                        </File>
482                        <File
483                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.cpp">
484                        </File>
485                        <File
486                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.cpp">
487                        </File>
488                        <File
489                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.cpp">
490                        </File>
491                        <File
492                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.cpp">
493                        </File>
494                        <File
495                                RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.cpp">
496                        </File>
497                        <File
498                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.cpp">
499                        </File>
500                        <File
501                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.cpp">
502                        </File>
503                        <File
504                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.cpp">
505                        </File>
506                        <File
507                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.cpp">
508                        </File>
509                        <File
510                                RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.cpp">
511                        </File>
512                        <File
513                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.cpp">
514                        </File>
515                        <File
516                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.cpp">
517                        </File>
518                        <File
519                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.cpp">
520                        </File>
521                        <File
522                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.cpp">
523                        </File>
524                        <File
525                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.cpp">
526                        </File>
527                        <File
528                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.cpp">
529                        </File>
530                        <File
531                                RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.cpp">
532                        </File>
533                        <File
534                                RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.cpp">
535                        </File>
536                        <File
537                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.cpp">
538                        </File>
539                        <File
540                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.cpp">
541                        </File>
542                        <File
543                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.cpp">
544                        </File>
545                        <File
546                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.cpp">
547                        </File>
548                        <File
549                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.cpp">
550                        </File>
551                        <File
552                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.cpp">
553                        </File>
554                        <File
555                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.cpp">
556                        </File>
557                        <File
558                                RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.cpp">
559                        </File>
560                        <File
561                                RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.cpp">
562                        </File>
563                        <File
564                                RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.cpp">
565                        </File>
566                        <File
567                                RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.cpp">
568                        </File>
569                        <File
570                                RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.cpp">
571                        </File>
572                        <File
573                                RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.cpp">
574                        </File>
575                        <File
576                                RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.cpp">
577                        </File>
578                        <File
579                                RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.cpp">
580                        </File>
581                        <File
582                                RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.cpp">
583                        </File>
584                        <File
585                                RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.cpp">
586                        </File>
587                        <File
588                                RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.cpp">
589                        </File>
590                        <File
591                                RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.cpp">
592                        </File>
593                        <File
594                                RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.cpp">
595                        </File>
596                        <File
597                                RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.cpp">
598                        </File>
599                        <File
600                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.cpp">
601                        </File>
602                        <File
603                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.cpp">
604                        </File>
605                        <File
606                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.cpp">
607                        </File>
608                        <File
609                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.cpp">
610                        </File>
611                        <File
612                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.cpp">
613                        </File>
614                        <File
615                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.cpp">
616                        </File>
617                        <File
618                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.cpp">
619                        </File>
620                        <File
621                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.cpp">
622                        </File>
623                        <File
624                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.cpp">
625                        </File>
626                        <File
627                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.cpp">
628                        </File>
629                        <File
630                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.cpp">
631                        </File>
632                        <File
633                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.cpp">
634                        </File>
635                        <File
636                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.cpp">
637                        </File>
638                        <File
639                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.cpp">
640                        </File>
641                        <File
642                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.cpp">
643                        </File>
644                        <File
645                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.cpp">
646                        </File>
647                        <File
648                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.cpp">
649                        </File>
650                        <File
651                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.cpp">
652                        </File>
653                        <File
654                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.cpp">
655                        </File>
656                        <File
657                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.cpp">
658                        </File>
659                        <File
660                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.cpp">
661                        </File>
662                        <File
663                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.cpp">
664                        </File>
665                        <File
666                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.cpp">
667                        </File>
668                        <File
669                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.cpp">
670                        </File>
671                        <File
672                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.cpp">
673                        </File>
674                        <File
675                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.cpp">
676                        </File>
677                        <File
678                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.cpp">
679                        </File>
680                        <File
681                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.cpp">
682                        </File>
683                        <File
684                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.cpp">
685                        </File>
686                        <File
687                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.cpp">
688                        </File>
689                        <File
690                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.cpp">
691                        </File>
692                        <File
693                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.cpp">
694                        </File>
695                        <File
696                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.cpp">
697                        </File>
698                        <File
699                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.cpp">
700                        </File>
701                        <File
702                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.cpp">
703                        </File>
704                        <File
705                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.cpp">
706                        </File>
707                        <File
708                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.cpp">
709                        </File>
710                        <File
711                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.cpp">
712                        </File>
713                        <File
714                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.cpp">
715                        </File>
716                        <File
717                                RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.cpp">
718                        </File>
719                        <File
720                                RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.cpp">
721                        </File>
722                        <File
723                                RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.cpp">
724                        </File>
725                        <File
726                                RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.cpp">
727                        </File>
728                        <File
729                                RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.cpp">
730                        </File>
731                        <File
732                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.cpp">
733                        </File>
734                        <File
735                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.cpp">
736                        </File>
737                        <File
738                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.cpp">
739                        </File>
740                        <File
741                                RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.cpp">
742                        </File>
743                        <File
744                                RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.cpp">
745                        </File>
746                        <File
747                                RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.cpp">
748                        </File>
749                        <File
750                                RelativePath="..\..\dep\ACE_wrappers\ace\Process.cpp">
751                        </File>
752                        <File
753                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.cpp">
754                        </File>
755                        <File
756                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.cpp">
757                        </File>
758                        <File
759                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.cpp">
760                        </File>
761                        <File
762                                RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.cpp">
763                        </File>
764                        <File
765                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.cpp">
766                        </File>
767                        <File
768                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.cpp">
769                        </File>
770                        <File
771                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.cpp">
772                        </File>
773                        <File
774                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.cpp">
775                        </File>
776                        <File
777                                RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.cpp">
778                        </File>
779                        <File
780                                RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.cpp">
781                        </File>
782                        <File
783                                RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.cpp">
784                        </File>
785                        <File
786                                RelativePath="..\..\dep\ACE_wrappers\ace\Registry.cpp">
787                        </File>
788                        <File
789                                RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.cpp">
790                        </File>
791                        <File
792                                RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.cpp">
793                        </File>
794                        <File
795                                RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.cpp">
796                        </File>
797                        <File
798                                RelativePath="..\..\dep\ACE_wrappers\ace\Rtems_init.c">
799                        </File>
800                        <File
801                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.cpp">
802                        </File>
803                        <File
804                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.cpp">
805                        </File>
806                        <File
807                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.cpp">
808                        </File>
809                        <File
810                                RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.cpp">
811                        </File>
812                        <File
813                                RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.cpp">
814                        </File>
815                        <File
816                                RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.cpp">
817                        </File>
818                        <File
819                                RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.cpp">
820                        </File>
821                        <File
822                                RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.cpp">
823                        </File>
824                        <File
825                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.cpp">
826                        </File>
827                        <File
828                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.cpp">
829                        </File>
830                        <File
831                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.cpp">
832                        </File>
833                        <File
834                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.cpp">
835                        </File>
836                        <File
837                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.cpp">
838                        </File>
839                        <File
840                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.cpp">
841                        </File>
842                        <File
843                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.cpp">
844                        </File>
845                        <File
846                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.cpp">
847                        </File>
848                        <File
849                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.cpp">
850                        </File>
851                        <File
852                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.cpp">
853                        </File>
854                        <File
855                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.cpp">
856                        </File>
857                        <File
858                                RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.cpp">
859                        </File>
860                        <File
861                                RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.cpp">
862                        </File>
863                        <File
864                                RelativePath="..\..\dep\ACE_wrappers\ace\Signal.cpp">
865                        </File>
866                        <File
867                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.cpp">
868                        </File>
869                        <File
870                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.cpp">
871                        </File>
872                        <File
873                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.cpp">
874                        </File>
875                        <File
876                                RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.cpp">
877                        </File>
878                        <File
879                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.cpp">
880                        </File>
881                        <File
882                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.cpp">
883                        </File>
884                        <File
885                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.cpp">
886                        </File>
887                        <File
888                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.cpp">
889                        </File>
890                        <File
891                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.cpp">
892                        </File>
893                        <File
894                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.cpp">
895                        </File>
896                        <File
897                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.cpp">
898                        </File>
899                        <File
900                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.cpp">
901                        </File>
902                        <File
903                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.cpp">
904                        </File>
905                        <File
906                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.cpp">
907                        </File>
908                        <File
909                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.cpp">
910                        </File>
911                        <File
912                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.cpp">
913                        </File>
914                        <File
915                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.cpp">
916                        </File>
917                        <File
918                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.cpp">
919                        </File>
920                        <File
921                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.cpp">
922                        </File>
923                        <File
924                                RelativePath="..\..\dep\ACE_wrappers\ace\SString.cpp">
925                        </File>
926                        <File
927                                RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.cpp">
928                        </File>
929                        <File
930                                RelativePath="..\..\dep\ACE_wrappers\ace\Stats.cpp">
931                        </File>
932                        <File
933                                RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.cpp">
934                        </File>
935                        <File
936                                RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.cpp">
937                        </File>
938                        <File
939                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.cpp">
940                        </File>
941                        <File
942                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.cpp">
943                        </File>
944                        <File
945                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.cpp">
946                        </File>
947                        <File
948                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.cpp">
949                        </File>
950                        <File
951                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.cpp">
952                        </File>
953                        <File
954                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.cpp">
955                        </File>
956                        <File
957                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_y.cpp">
958                        </File>
959                        <File
960                                RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.cpp">
961                        </File>
962                        <File
963                                RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.cpp">
964                        </File>
965                        <File
966                                RelativePath="..\..\dep\ACE_wrappers\ace\Task.cpp">
967                        </File>
968                        <File
969                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread.cpp">
970                        </File>
971                        <File
972                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.cpp">
973                        </File>
974                        <File
975                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.cpp">
976                        </File>
977                        <File
978                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.cpp">
979                        </File>
980                        <File
981                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.cpp">
982                        </File>
983                        <File
984                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.cpp">
985                        </File>
986                        <File
987                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.cpp">
988                        </File>
989                        <File
990                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.cpp">
991                        </File>
992                        <File
993                                RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.cpp">
994                        </File>
995                        <File
996                                RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.cpp">
997                        </File>
998                        <File
999                                RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.cpp">
1000                        </File>
1001                        <File
1002                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI.cpp">
1003                        </File>
1004                        <File
1005                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.cpp">
1006                        </File>
1007                        <File
1008                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.cpp">
1009                        </File>
1010                        <File
1011                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.cpp">
1012                        </File>
1013                        <File
1014                                RelativePath="..\..\dep\ACE_wrappers\ace\Token.cpp">
1015                        </File>
1016                        <File
1017                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.cpp">
1018                        </File>
1019                        <File
1020                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.cpp">
1021                        </File>
1022                        <File
1023                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.cpp">
1024                        </File>
1025                        <File
1026                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.cpp">
1027                        </File>
1028                        <File
1029                                RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.cpp">
1030                        </File>
1031                        <File
1032                                RelativePath="..\..\dep\ACE_wrappers\ace\Trace.cpp">
1033                        </File>
1034                        <File
1035                                RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.cpp">
1036                        </File>
1037                        <File
1038                                RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.cpp">
1039                        </File>
1040                        <File
1041                                RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.cpp">
1042                        </File>
1043                        <File
1044                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.cpp">
1045                        </File>
1046                        <File
1047                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.cpp">
1048                        </File>
1049                        <File
1050                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.cpp">
1051                        </File>
1052                        <File
1053                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.cpp">
1054                        </File>
1055                        <File
1056                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.cpp">
1057                        </File>
1058                        <File
1059                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.cpp">
1060                        </File>
1061                        <File
1062                                RelativePath="..\..\dep\ACE_wrappers\ace\UUID.cpp">
1063                        </File>
1064                        <File
1065                                RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.cpp">
1066                        </File>
1067                        <File
1068                                RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.cpp">
1069                        </File>
1070                        <File
1071                                RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.cpp">
1072                        </File>
1073                        <File
1074                                RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.cpp">
1075                        </File>
1076                        <File
1077                                RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.cpp">
1078                        </File>
1079                </Filter>
1080                <Filter
1081                        Name="Header Files"
1082                        Filter="h;hpp;hxx;hh">
1083                        <File
1084                                RelativePath="..\..\dep\ACE_wrappers\ace\Acceptor.h">
1085                        </File>
1086                        <File
1087                                RelativePath="..\..\dep\ACE_wrappers\ace\ACE.h">
1088                        </File>
1089                        <File
1090                                RelativePath="..\..\dep\ACE_wrappers\ace\ACE_export.h">
1091                        </File>
1092                        <File
1093                                RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.h">
1094                        </File>
1095                        <File
1096                                RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.h">
1097                        </File>
1098                        <File
1099                                RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.h">
1100                        </File>
1101                        <File
1102                                RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.h">
1103                        </File>
1104                        <File
1105                                RelativePath="..\..\dep\ACE_wrappers\ace\Addr.h">
1106                        </File>
1107                        <File
1108                                RelativePath="..\..\dep\ACE_wrappers\ace\Arg_Shifter.h">
1109                        </File>
1110                        <File
1111                                RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.h">
1112                        </File>
1113                        <File
1114                                RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.h">
1115                        </File>
1116                        <File
1117                                RelativePath="..\..\dep\ACE_wrappers\ace\Array.h">
1118                        </File>
1119                        <File
1120                                RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.h">
1121                        </File>
1122                        <File
1123                                RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.h">
1124                        </File>
1125                        <File
1126                                RelativePath="..\..\dep\ACE_wrappers\ace\Assert.h">
1127                        </File>
1128                        <File
1129                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Acceptor.h">
1130                        </File>
1131                        <File
1132                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Connector.h">
1133                        </File>
1134                        <File
1135                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO.h">
1136                        </File>
1137                        <File
1138                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.h">
1139                        </File>
1140                        <File
1141                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_Pseudo_Task.h">
1142                        </File>
1143                        <File
1144                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.h">
1145                        </File>
1146                        <File
1147                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.h">
1148                        </File>
1149                        <File
1150                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.h">
1151                        </File>
1152                        <File
1153                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.h">
1154                        </File>
1155                        <File
1156                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.h">
1157                        </File>
1158                        <File
1159                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.h">
1160                        </File>
1161                        <File
1162                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.h">
1163                        </File>
1164                        <File
1165                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_Sparc.h">
1166                        </File>
1167                        <File
1168                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.h">
1169                        </File>
1170                        <File
1171                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.h">
1172                        </File>
1173                        <File
1174                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.h">
1175                        </File>
1176                        <File
1177                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.h">
1178                        </File>
1179                        <File
1180                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.h">
1181                        </File>
1182                        <File
1183                                RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.h">
1184                        </File>
1185                        <File
1186                                RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.h">
1187                        </File>
1188                        <File
1189                                RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_Repository.h">
1190                        </File>
1191                        <File
1192                                RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.h">
1193                        </File>
1194                        <File
1195                                RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.h">
1196                        </File>
1197                        <File
1198                                RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.h">
1199                        </File>
1200                        <File
1201                                RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.h">
1202                        </File>
1203                        <File
1204                                RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.h">
1205                        </File>
1206                        <File
1207                                RelativePath="..\..\dep\ACE_wrappers\ace\Cached_Connect_Strategy_T.h">
1208                        </File>
1209                        <File
1210                                RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.h">
1211                        </File>
1212                        <File
1213                                RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Utility_T.h">
1214                        </File>
1215                        <File
1216                                RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.h">
1217                        </File>
1218                        <File
1219                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.h">
1220                        </File>
1221                        <File
1222                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.h">
1223                        </File>
1224                        <File
1225                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.h">
1226                        </File>
1227                        <File
1228                                RelativePath="..\..\dep\ACE_wrappers\ace\CE_Screen_Output.h">
1229                        </File>
1230                        <File
1231                                RelativePath="..\..\dep\ACE_wrappers\ace\checked_iterator.h">
1232                        </File>
1233                        <File
1234                                RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.h">
1235                        </File>
1236                        <File
1237                                RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup_Strategies_T.h">
1238                        </File>
1239                        <File
1240                                RelativePath="..\..\dep\ACE_wrappers\ace\Codecs.h">
1241                        </File>
1242                        <File
1243                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_IBM1047.h">
1244                        </File>
1245                        <File
1246                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.h">
1247                        </File>
1248                        <File
1249                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Symbols.h">
1250                        </File>
1251                        <File
1252                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Recursive_Thread_Mutex.h">
1253                        </File>
1254                        <File
1255                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.h">
1256                        </File>
1257                        <File
1258                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.h">
1259                        </File>
1260                        <File
1261                                RelativePath="..\..\dep\ACE_wrappers\ace\config-aix-5.x.h">
1262                        </File>
1263                        <File
1264                                RelativePath="..\..\dep\ACE_wrappers\ace\config-all.h">
1265                        </File>
1266                        <File
1267                                RelativePath="..\..\dep\ACE_wrappers\ace\config-borland-common.h">
1268                        </File>
1269                        <File
1270                                RelativePath="..\..\dep\ACE_wrappers\ace\config-cray.h">
1271                        </File>
1272                        <File
1273                                RelativePath="..\..\dep\ACE_wrappers\ace\config-cxx-common.h">
1274                        </File>
1275                        <File
1276                                RelativePath="..\..\dep\ACE_wrappers\ace\config-cygwin32.h">
1277                        </File>
1278                        <File
1279                                RelativePath="..\..\dep\ACE_wrappers\ace\config-doxygen.h">
1280                        </File>
1281                        <File
1282                                RelativePath="..\..\dep\ACE_wrappers\ace\config-freebsd.h">
1283                        </File>
1284                        <File
1285                                RelativePath="..\..\dep\ACE_wrappers\ace\config-g++-common.h">
1286                        </File>
1287                        <File
1288                                RelativePath="..\..\dep\ACE_wrappers\ace\config-ghs-common.h">
1289                        </File>
1290                        <File
1291                                RelativePath="..\..\dep\ACE_wrappers\ace\config-hpux-11.00.h">
1292                        </File>
1293                        <File
1294                                RelativePath="..\..\dep\ACE_wrappers\ace\config-icc-common.h">
1295                        </File>
1296                        <File
1297                                RelativePath="..\..\dep\ACE_wrappers\ace\config-integritySCA.h">
1298                        </File>
1299                        <File
1300                                RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.5.x-sgic++.h">
1301                        </File>
1302                        <File
1303                                RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-common.h">
1304                        </File>
1305                        <File
1306                                RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-g++.h">
1307                        </File>
1308                        <File
1309                                RelativePath="..\..\dep\ACE_wrappers\ace\config-irix6.x-sgic++.h">
1310                        </File>
1311                        <File
1312                                RelativePath="..\..\dep\ACE_wrappers\ace\config-linux-common.h">
1313                        </File>
1314                        <File
1315                                RelativePath="..\..\dep\ACE_wrappers\ace\config-linux.h">
1316                        </File>
1317                        <File
1318                                RelativePath="..\..\dep\ACE_wrappers\ace\config-lite.h">
1319                        </File>
1320                        <File
1321                                RelativePath="..\..\dep\ACE_wrappers\ace\config-lynxos.h">
1322                        </File>
1323                        <File
1324                                RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-leopard.h">
1325                        </File>
1326                        <File
1327                                RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-panther.h">
1328                        </File>
1329                        <File
1330                                RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx-tiger.h">
1331                        </File>
1332                        <File
1333                                RelativePath="..\..\dep\ACE_wrappers\ace\config-macosx.h">
1334                        </File>
1335                        <File
1336                                RelativePath="..\..\dep\ACE_wrappers\ace\config-macros.h">
1337                        </File>
1338                        <File
1339                                RelativePath="..\..\dep\ACE_wrappers\ace\config-minimal.h">
1340                        </File>
1341                        <File
1342                                RelativePath="..\..\dep\ACE_wrappers\ace\config-mvs.h">
1343                        </File>
1344                        <File
1345                                RelativePath="..\..\dep\ACE_wrappers\ace\config-netbsd.h">
1346                        </File>
1347                        <File
1348                                RelativePath="..\..\dep\ACE_wrappers\ace\config-openbsd.h">
1349                        </File>
1350                        <File
1351                                RelativePath="..\..\dep\ACE_wrappers\ace\config-openvms.h">
1352                        </File>
1353                        <File
1354                                RelativePath="..\..\dep\ACE_wrappers\ace\config-pharlap.h">
1355                        </File>
1356                        <File
1357                                RelativePath="..\..\dep\ACE_wrappers\ace\config-posix-nonetworking.h">
1358                        </File>
1359                        <File
1360                                RelativePath="..\..\dep\ACE_wrappers\ace\config-posix.h">
1361                        </File>
1362                        <File
1363                                RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-neutrino.h">
1364                        </File>
1365                        <File
1366                                RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-62x.h">
1367                        </File>
1368                        <File
1369                                RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-common.h">
1370                        </File>
1371                        <File
1372                                RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp-pre62x.h">
1373                        </File>
1374                        <File
1375                                RelativePath="..\..\dep\ACE_wrappers\ace\config-qnx-rtp.h">
1376                        </File>
1377                        <File
1378                                RelativePath="..\..\dep\ACE_wrappers\ace\config-rtems.h">
1379                        </File>
1380                        <File
1381                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0-nothread.h">
1382                        </File>
1383                        <File
1384                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sco-5.0.0.h">
1385                        </File>
1386                        <File
1387                                RelativePath="..\..\dep\ACE_wrappers\ace\config-suncc-common.h">
1388                        </File>
1389                        <File
1390                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.10.h">
1391                        </File>
1392                        <File
1393                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.11.h">
1394                        </File>
1395                        <File
1396                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-g++.h">
1397                        </File>
1398                        <File
1399                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.4-sunc++-4.x.h">
1400                        </File>
1401                        <File
1402                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.5.h">
1403                        </File>
1404                        <File
1405                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.6.h">
1406                        </File>
1407                        <File
1408                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.7.h">
1409                        </File>
1410                        <File
1411                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.8.h">
1412                        </File>
1413                        <File
1414                                RelativePath="..\..\dep\ACE_wrappers\ace\config-sunos5.9.h">
1415                        </File>
1416                        <File
1417                                RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v2.h">
1418                        </File>
1419                        <File
1420                                RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem-nsk-mips-v3.h">
1421                        </File>
1422                        <File
1423                                RelativePath="..\..\dep\ACE_wrappers\ace\config-tandem.h">
1424                        </File>
1425                        <File
1426                                RelativePath="..\..\dep\ACE_wrappers\ace\config-tru64.h">
1427                        </File>
1428                        <File
1429                                RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.h">
1430                        </File>
1431                        <File
1432                                RelativePath="..\..\dep\ACE_wrappers\ace\config-unixware-7.1.0.udk.h">
1433                        </File>
1434                        <File
1435                                RelativePath="..\..\dep\ACE_wrappers\ace\config-visualage.h">
1436                        </File>
1437                        <File
1438                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks.h">
1439                        </File>
1440                        <File
1441                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks5.x.h">
1442                        </File>
1443                        <File
1444                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.2.h">
1445                        </File>
1446                        <File
1447                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.3.h">
1448                        </File>
1449                        <File
1450                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.4.h">
1451                        </File>
1452                        <File
1453                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.5.h">
1454                        </File>
1455                        <File
1456                                RelativePath="..\..\dep\ACE_wrappers\ace\config-vxworks6.6.h">
1457                        </File>
1458                        <File
1459                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-borland.h">
1460                        </File>
1461                        <File
1462                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-common.h">
1463                        </File>
1464                        <File
1465                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-dmc.h">
1466                        </File>
1467                        <File
1468                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-ghs.h">
1469                        </File>
1470                        <File
1471                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-interix.h">
1472                        </File>
1473                        <File
1474                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-mingw.h">
1475                        </File>
1476                        <File
1477                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-7.h">
1478                        </File>
1479                        <File
1480                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-8.h">
1481                        </File>
1482                        <File
1483                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc-9.h">
1484                        </File>
1485                        <File
1486                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32-msvc.h">
1487                        </File>
1488                        <File
1489                                RelativePath="..\..\dep\ACE_wrappers\ace\config-win32.h">
1490                        </File>
1491                        <File
1492                                RelativePath="..\..\dep\ACE_wrappers\ace\config-WinCE.h">
1493                        </File>
1494                        <File
1495                                RelativePath="..\..\dep\ACE_wrappers\ace\config.h">
1496                        </File>
1497                        <File
1498                                RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.h">
1499                        </File>
1500                        <File
1501                                RelativePath="..\..\dep\ACE_wrappers\ace\Configuration_Import_Export.h">
1502                        </File>
1503                        <File
1504                                RelativePath="..\..\dep\ACE_wrappers\ace\Connection_Recycling_Strategy.h">
1505                        </File>
1506                        <File
1507                                RelativePath="..\..\dep\ACE_wrappers\ace\Connector.h">
1508                        </File>
1509                        <File
1510                                RelativePath="..\..\dep\ACE_wrappers\ace\Containers.h">
1511                        </File>
1512                        <File
1513                                RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.h">
1514                        </File>
1515                        <File
1516                                RelativePath="..\..\dep\ACE_wrappers\ace\Copy_Disabled.h">
1517                        </File>
1518                        <File
1519                                RelativePath="..\..\dep\ACE_wrappers\ace\CORBA_macros.h">
1520                        </File>
1521                        <File
1522                                RelativePath="..\..\dep\ACE_wrappers\ace\Countdown_Time.h">
1523                        </File>
1524                        <File
1525                                RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.h">
1526                        </File>
1527                        <File
1528                                RelativePath="..\..\dep\ACE_wrappers\ace\Default_Constants.h">
1529                        </File>
1530                        <File
1531                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV.h">
1532                        </File>
1533                        <File
1534                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.h">
1535                        </File>
1536                        <File
1537                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.h">
1538                        </File>
1539                        <File
1540                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.h">
1541                        </File>
1542                        <File
1543                                RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.h">
1544                        </File>
1545                        <File
1546                                RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.h">
1547                        </File>
1548                        <File
1549                                RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.h">
1550                        </File>
1551                        <File
1552                                RelativePath="..\..\dep\ACE_wrappers\ace\DLL.h">
1553                        </File>
1554                        <File
1555                                RelativePath="..\..\dep\ACE_wrappers\ace\DLL_Manager.h">
1556                        </File>
1557                        <File
1558                                RelativePath="..\..\dep\ACE_wrappers\ace\Dump.h">
1559                        </File>
1560                        <File
1561                                RelativePath="..\..\dep\ACE_wrappers\ace\Dump_T.h">
1562                        </File>
1563                        <File
1564                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.h">
1565                        </File>
1566                        <File
1567                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.h">
1568                        </File>
1569                        <File
1570                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.h">
1571                        </File>
1572                        <File
1573                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Base.h">
1574                        </File>
1575                        <File
1576                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service_Dependency.h">
1577                        </File>
1578                        <File
1579                                RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter.h">
1580                        </File>
1581                        <File
1582                                RelativePath="..\..\dep\ACE_wrappers\ace\Encoding_Converter_Factory.h">
1583                        </File>
1584                        <File
1585                                RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.h">
1586                        </File>
1587                        <File
1588                                RelativePath="..\..\dep\ACE_wrappers\ace\Event.h">
1589                        </File>
1590                        <File
1591                                RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.h">
1592                        </File>
1593                        <File
1594                                RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.h">
1595                        </File>
1596                        <File
1597                                RelativePath="..\..\dep\ACE_wrappers\ace\Exception_Macros.h">
1598                        </File>
1599                        <File
1600                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.h">
1601                        </File>
1602                        <File
1603                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.h">
1604                        </File>
1605                        <File
1606                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.h">
1607                        </File>
1608                        <File
1609                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.h">
1610                        </File>
1611                        <File
1612                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.h">
1613                        </File>
1614                        <File
1615                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE.h">
1616                        </File>
1617                        <File
1618                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.h">
1619                        </File>
1620                        <File
1621                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.h">
1622                        </File>
1623                        <File
1624                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.h">
1625                        </File>
1626                        <File
1627                                RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.h">
1628                        </File>
1629                        <File
1630                                RelativePath="..\..\dep\ACE_wrappers\ace\Filecache.h">
1631                        </File>
1632                        <File
1633                                RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.h">
1634                        </File>
1635                        <File
1636                                RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.h">
1637                        </File>
1638                        <File
1639                                RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component_T.h">
1640                        </File>
1641                        <File
1642                                RelativePath="..\..\dep\ACE_wrappers\ace\Free_List.h">
1643                        </File>
1644                        <File
1645                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor.h">
1646                        </File>
1647                        <File
1648                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.h">
1649                        </File>
1650                        <File
1651                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.h">
1652                        </File>
1653                        <File
1654                                RelativePath="..\..\dep\ACE_wrappers\ace\Future.h">
1655                        </File>
1656                        <File
1657                                RelativePath="..\..\dep\ACE_wrappers\ace\Future_Set.h">
1658                        </File>
1659                        <File
1660                                RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.h">
1661                        </File>
1662                        <File
1663                                RelativePath="..\..\dep\ACE_wrappers\ace\Global_Macros.h">
1664                        </File>
1665                        <File
1666                                RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.h">
1667                        </File>
1668                        <File
1669                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.h">
1670                        </File>
1671                        <File
1672                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Ops.h">
1673                        </File>
1674                        <File
1675                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.h">
1676                        </File>
1677                        <File
1678                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.h">
1679                        </File>
1680                        <File
1681                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager.h">
1682                        </File>
1683                        <File
1684                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.h">
1685                        </File>
1686                        <File
1687                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.h">
1688                        </File>
1689                        <File
1690                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.h">
1691                        </File>
1692                        <File
1693                                RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.h">
1694                        </File>
1695                        <File
1696                                RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.h">
1697                        </File>
1698                        <File
1699                                RelativePath="..\..\dep\ACE_wrappers\ace\ICMP_Socket.h">
1700                        </File>
1701                        <File
1702                                RelativePath="..\..\dep\ACE_wrappers\ace\If_Then_Else.h">
1703                        </File>
1704                        <File
1705                                RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.h">
1706                        </File>
1707                        <File
1708                                RelativePath="..\..\dep\ACE_wrappers\ace\Init_ACE.h">
1709                        </File>
1710                        <File
1711                                RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.h">
1712                        </File>
1713                        <File
1714                                RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.h">
1715                        </File>
1716                        <File
1717                                RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.h">
1718                        </File>
1719                        <File
1720                                RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.h">
1721                        </File>
1722                        <File
1723                                RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.h">
1724                        </File>
1725                        <File
1726                                RelativePath="..\..\dep\ACE_wrappers\ace\iosfwd.h">
1727                        </File>
1728                        <File
1729                                RelativePath="..\..\dep\ACE_wrappers\ace\IOStream.h">
1730                        </File>
1731                        <File
1732                                RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.h">
1733                        </File>
1734                        <File
1735                                RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.h">
1736                        </File>
1737                        <File
1738                                RelativePath="..\..\dep\ACE_wrappers\ace\Lib_Find.h">
1739                        </File>
1740                        <File
1741                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Memory_Pool.h">
1742                        </File>
1743                        <File
1744                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space.h">
1745                        </File>
1746                        <File
1747                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Name_Space_T.h">
1748                        </File>
1749                        <File
1750                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.h">
1751                        </File>
1752                        <File
1753                                RelativePath="..\..\dep\ACE_wrappers\ace\Lock.h">
1754                        </File>
1755                        <File
1756                                RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.h">
1757                        </File>
1758                        <File
1759                                RelativePath="..\..\dep\ACE_wrappers\ace\LOCK_SOCK_Acceptor.h">
1760                        </File>
1761                        <File
1762                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.h">
1763                        </File>
1764                        <File
1765                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Backend.h">
1766                        </File>
1767                        <File
1768                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_Callback.h">
1769                        </File>
1770                        <File
1771                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_IPC.h">
1772                        </File>
1773                        <File
1774                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_NT_Event_Log.h">
1775                        </File>
1776                        <File
1777                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg_UNIX_Syslog.h">
1778                        </File>
1779                        <File
1780                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Priority.h">
1781                        </File>
1782                        <File
1783                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.h">
1784                        </File>
1785                        <File
1786                                RelativePath="..\..\dep\ACE_wrappers\ace\Logging_Strategy.h">
1787                        </File>
1788                        <File
1789                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.h">
1790                        </File>
1791                        <File
1792                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Acceptor.h">
1793                        </File>
1794                        <File
1795                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.h">
1796                        </File>
1797                        <File
1798                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.h">
1799                        </File>
1800                        <File
1801                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.h">
1802                        </File>
1803                        <File
1804                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.h">
1805                        </File>
1806                        <File
1807                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.h">
1808                        </File>
1809                        <File
1810                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.h">
1811                        </File>
1812                        <File
1813                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Base.h">
1814                        </File>
1815                        <File
1816                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.h">
1817                        </File>
1818                        <File
1819                                RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.h">
1820                        </File>
1821                        <File
1822                                RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.h">
1823                        </File>
1824                        <File
1825                                RelativePath="..\..\dep\ACE_wrappers\ace\Map.h">
1826                        </File>
1827                        <File
1828                                RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.h">
1829                        </File>
1830                        <File
1831                                RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.h">
1832                        </File>
1833                        <File
1834                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.h">
1835                        </File>
1836                        <File
1837                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.h">
1838                        </File>
1839                        <File
1840                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.h">
1841                        </File>
1842                        <File
1843                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.h">
1844                        </File>
1845                        <File
1846                                RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.h">
1847                        </File>
1848                        <File
1849                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.h">
1850                        </File>
1851                        <File
1852                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.h">
1853                        </File>
1854                        <File
1855                                RelativePath="..\..\dep\ACE_wrappers\ace\Memory_Pool.h">
1856                        </File>
1857                        <File
1858                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.h">
1859                        </File>
1860                        <File
1861                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.h">
1862                        </File>
1863                        <File
1864                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.h">
1865                        </File>
1866                        <File
1867                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.h">
1868                        </File>
1869                        <File
1870                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_T.h">
1871                        </File>
1872                        <File
1873                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.h">
1874                        </File>
1875                        <File
1876                                RelativePath="..\..\dep\ACE_wrappers\ace\Method_Object.h">
1877                        </File>
1878                        <File
1879                                RelativePath="..\..\dep\ACE_wrappers\ace\Method_Request.h">
1880                        </File>
1881                        <File
1882                                RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache.h">
1883                        </File>
1884                        <File
1885                                RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.h">
1886                        </File>
1887                        <File
1888                                RelativePath="..\..\dep\ACE_wrappers\ace\Min_Max.h">
1889                        </File>
1890                        <File
1891                                RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.h">
1892                        </File>
1893                        <File
1894                                RelativePath="..\..\dep\ACE_wrappers\ace\Module.h">
1895                        </File>
1896                        <File
1897                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin.h">
1898                        </File>
1899                        <File
1900                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Admin_Manager.h">
1901                        </File>
1902                        <File
1903                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.h">
1904                        </File>
1905                        <File
1906                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Action.h">
1907                        </File>
1908                        <File
1909                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Control_Types.h">
1910                        </File>
1911                        <File
1912                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Point_Registry.h">
1913                        </File>
1914                        <File
1915                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Size.h">
1916                        </File>
1917                        <File
1918                                RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.h">
1919                        </File>
1920                        <File
1921                                RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.h">
1922                        </File>
1923                        <File
1924                                RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.h">
1925                        </File>
1926                        <File
1927                                RelativePath="..\..\dep\ACE_wrappers\ace\Name_Proxy.h">
1928                        </File>
1929                        <File
1930                                RelativePath="..\..\dep\ACE_wrappers\ace\Name_Request_Reply.h">
1931                        </File>
1932                        <File
1933                                RelativePath="..\..\dep\ACE_wrappers\ace\Name_Space.h">
1934                        </File>
1935                        <File
1936                                RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.h">
1937                        </File>
1938                        <File
1939                                RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.h">
1940                        </File>
1941                        <File
1942                                RelativePath="..\..\dep\ACE_wrappers\ace\Node.h">
1943                        </File>
1944                        <File
1945                                RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.h">
1946                        </File>
1947                        <File
1948                                RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.h">
1949                        </File>
1950                        <File
1951                                RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.h">
1952                        </File>
1953                        <File
1954                                RelativePath="..\..\dep\ACE_wrappers\ace\Null_Barrier.h">
1955                        </File>
1956                        <File
1957                                RelativePath="..\..\dep\ACE_wrappers\ace\Null_Condition.h">
1958                        </File>
1959                        <File
1960                                RelativePath="..\..\dep\ACE_wrappers\ace\Null_Mutex.h">
1961                        </File>
1962                        <File
1963                                RelativePath="..\..\dep\ACE_wrappers\ace\Null_Semaphore.h">
1964                        </File>
1965                        <File
1966                                RelativePath="..\..\dep\ACE_wrappers\ace\Numeric_Limits.h">
1967                        </File>
1968                        <File
1969                                RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.h">
1970                        </File>
1971                        <File
1972                                RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.h">
1973                        </File>
1974                        <File
1975                                RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager_Base.h">
1976                        </File>
1977                        <File
1978                                RelativePath="..\..\dep\ACE_wrappers\ace\Obstack.h">
1979                        </File>
1980                        <File
1981                                RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.h">
1982                        </File>
1983                        <File
1984                                RelativePath="..\..\dep\ACE_wrappers\ace\OS.h">
1985                        </File>
1986                        <File
1987                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_aio.h">
1988                        </File>
1989                        <File
1990                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_assert.h">
1991                        </File>
1992                        <File
1993                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_byteswap.h">
1994                        </File>
1995                        <File
1996                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_complex.h">
1997                        </File>
1998                        <File
1999                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_cpio.h">
2000                        </File>
2001                        <File
2002                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ctype.h">
2003                        </File>
2004                        <File
2005                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Dirent.h">
2006                        </File>
2007                        <File
2008                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dirent.h">
2009                        </File>
2010                        <File
2011                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_dlfcn.h">
2012                        </File>
2013                        <File
2014                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.h">
2015                        </File>
2016                        <File
2017                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_errno.h">
2018                        </File>
2019                        <File
2020                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fcntl.h">
2021                        </File>
2022                        <File
2023                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fenv.h">
2024                        </File>
2025                        <File
2026                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_float.h">
2027                        </File>
2028                        <File
2029                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fmtmsg.h">
2030                        </File>
2031                        <File
2032                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_fnmatch.h">
2033                        </File>
2034                        <File
2035                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ftw.h">
2036                        </File>
2037                        <File
2038                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_glob.h">
2039                        </File>
2040                        <File
2041                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_grp.h">
2042                        </File>
2043                        <File
2044                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iconv.h">
2045                        </File>
2046                        <File
2047                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\net\os_if.h">
2048                        </File>
2049                        <File
2050                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_in.h">
2051                        </File>
2052                        <File
2053                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\arpa\os_inet.h">
2054                        </File>
2055                        <File
2056                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_intrin.h">
2057                        </File>
2058                        <File
2059                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_inttypes.h">
2060                        </File>
2061                        <File
2062                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_ipc.h">
2063                        </File>
2064                        <File
2065                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_iso646.h">
2066                        </File>
2067                        <File
2068                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_kstat.h">
2069                        </File>
2070                        <File
2071                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_langinfo.h">
2072                        </File>
2073                        <File
2074                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_libgen.h">
2075                        </File>
2076                        <File
2077                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_limits.h">
2078                        </File>
2079                        <File
2080                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_loadavg.h">
2081                        </File>
2082                        <File
2083                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_local.h">
2084                        </File>
2085                        <File
2086                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.h">
2087                        </File>
2088                        <File
2089                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_main.h">
2090                        </File>
2091                        <File
2092                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_math.h">
2093                        </File>
2094                        <File
2095                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Memory.h">
2096                        </File>
2097                        <File
2098                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_mman.h">
2099                        </File>
2100                        <File
2101                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_monetary.h">
2102                        </File>
2103                        <File
2104                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_mqueue.h">
2105                        </File>
2106                        <File
2107                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_msg.h">
2108                        </File>
2109                        <File
2110                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ndbm.h">
2111                        </File>
2112                        <File
2113                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_netdb.h">
2114                        </File>
2115                        <File
2116                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_nl_types.h">
2117                        </File>
2118                        <File
2119                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.h">
2120                        </File>
2121                        <File
2122                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.h">
2123                        </File>
2124                        <File
2125                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.h">
2126                        </File>
2127                        <File
2128                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.h">
2129                        </File>
2130                        <File
2131                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.h">
2132                        </File>
2133                        <File
2134                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.h">
2135                        </File>
2136                        <File
2137                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_macros.h">
2138                        </File>
2139                        <File
2140                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.h">
2141                        </File>
2142                        <File
2143                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.h">
2144                        </File>
2145                        <File
2146                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.h">
2147                        </File>
2148                        <File
2149                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.h">
2150                        </File>
2151                        <File
2152                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.h">
2153                        </File>
2154                        <File
2155                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.h">
2156                        </File>
2157                        <File
2158                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.h">
2159                        </File>
2160                        <File
2161                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.h">
2162                        </File>
2163                        <File
2164                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.h">
2165                        </File>
2166                        <File
2167                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.h">
2168                        </File>
2169                        <File
2170                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.h">
2171                        </File>
2172                        <File
2173                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.h">
2174                        </File>
2175                        <File
2176                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.h">
2177                        </File>
2178                        <File
2179                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.h">
2180                        </File>
2181                        <File
2182                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.h">
2183                        </File>
2184                        <File
2185                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.h">
2186                        </File>
2187                        <File
2188                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.h">
2189                        </File>
2190                        <File
2191                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.h">
2192                        </File>
2193                        <File
2194                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.h">
2195                        </File>
2196                        <File
2197                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.h">
2198                        </File>
2199                        <File
2200                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.h">
2201                        </File>
2202                        <File
2203                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_utsname.h">
2204                        </File>
2205                        <File
2206                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.h">
2207                        </File>
2208                        <File
2209                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.h">
2210                        </File>
2211                        <File
2212                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.h">
2213                        </File>
2214                        <File
2215                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.h">
2216                        </File>
2217                        <File
2218                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.h">
2219                        </File>
2220                        <File
2221                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdh.h">
2222                        </File>
2223                        <File
2224                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pdhmsg.h">
2225                        </File>
2226                        <File
2227                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_poll.h">
2228                        </File>
2229                        <File
2230                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_pstat.h">
2231                        </File>
2232                        <File
2233                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pthread.h">
2234                        </File>
2235                        <File
2236                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_pwd.h">
2237                        </File>
2238                        <File
2239                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_QoS.h">
2240                        </File>
2241                        <File
2242                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_regex.h">
2243                        </File>
2244                        <File
2245                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_resource.h">
2246                        </File>
2247                        <File
2248                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_sched.h">
2249                        </File>
2250                        <File
2251                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_search.h">
2252                        </File>
2253                        <File
2254                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_select.h">
2255                        </File>
2256                        <File
2257                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sem.h">
2258                        </File>
2259                        <File
2260                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_semaphore.h">
2261                        </File>
2262                        <File
2263                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_setjmp.h">
2264                        </File>
2265                        <File
2266                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_shm.h">
2267                        </File>
2268                        <File
2269                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_signal.h">
2270                        </File>
2271                        <File
2272                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_socket.h">
2273                        </File>
2274                        <File
2275                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_spawn.h">
2276                        </File>
2277                        <File
2278                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_stat.h">
2279                        </File>
2280                        <File
2281                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_statvfs.h">
2282                        </File>
2283                        <File
2284                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdarg.h">
2285                        </File>
2286                        <File
2287                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdbool.h">
2288                        </File>
2289                        <File
2290                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stddef.h">
2291                        </File>
2292                        <File
2293                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdint.h">
2294                        </File>
2295                        <File
2296                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdio.h">
2297                        </File>
2298                        <File
2299                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stdlib.h">
2300                        </File>
2301                        <File
2302                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_String.h">
2303                        </File>
2304                        <File
2305                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_string.h">
2306                        </File>
2307                        <File
2308                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_strings.h">
2309                        </File>
2310                        <File
2311                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_stropts.h">
2312                        </File>
2313                        <File
2314                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysctl.h">
2315                        </File>
2316                        <File
2317                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_sysinfo.h">
2318                        </File>
2319                        <File
2320                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_syslog.h">
2321                        </File>
2322                        <File
2323                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tar.h">
2324                        </File>
2325                        <File
2326                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\netinet\os_tcp.h">
2327                        </File>
2328                        <File
2329                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_termios.h">
2330                        </File>
2331                        <File
2332                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_tgmath.h">
2333                        </File>
2334                        <File
2335                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Thread_Adapter.h">
2336                        </File>
2337                        <File
2338                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_time.h">
2339                        </File>
2340                        <File
2341                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_time.h">
2342                        </File>
2343                        <File
2344                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_timeb.h">
2345                        </File>
2346                        <File
2347                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_times.h">
2348                        </File>
2349                        <File
2350                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.h">
2351                        </File>
2352                        <File
2353                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_trace.h">
2354                        </File>
2355                        <File
2356                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_types.h">
2357                        </File>
2358                        <File
2359                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ucontext.h">
2360                        </File>
2361                        <File
2362                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_uio.h">
2363                        </File>
2364                        <File
2365                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_ulimit.h">
2366                        </File>
2367                        <File
2368                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_un.h">
2369                        </File>
2370                        <File
2371                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_unistd.h">
2372                        </File>
2373                        <File
2374                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utime.h">
2375                        </File>
2376                        <File
2377                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_utmpx.h">
2378                        </File>
2379                        <File
2380                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_utsname.h">
2381                        </File>
2382                        <File
2383                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\sys\os_wait.h">
2384                        </File>
2385                        <File
2386                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wchar.h">
2387                        </File>
2388                        <File
2389                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wctype.h">
2390                        </File>
2391                        <File
2392                                RelativePath="..\..\dep\ACE_wrappers\ace\os_include\os_wordexp.h">
2393                        </File>
2394                        <File
2395                                RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.h">
2396                        </File>
2397                        <File
2398                                RelativePath="..\..\dep\ACE_wrappers\ace\Pair.h">
2399                        </File>
2400                        <File
2401                                RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.h">
2402                        </File>
2403                        <File
2404                                RelativePath="..\..\dep\ACE_wrappers\ace\Parse_Node.h">
2405                        </File>
2406                        <File
2407                                RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.h">
2408                        </File>
2409                        <File
2410                                RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.h">
2411                        </File>
2412                        <File
2413                                RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.h">
2414                        </File>
2415                        <File
2416                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Asynch_IO.h">
2417                        </File>
2418                        <File
2419                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_CB_Proactor.h">
2420                        </File>
2421                        <File
2422                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.h">
2423                        </File>
2424                        <File
2425                                RelativePath="..\..\dep\ACE_wrappers\ace\post.h">
2426                        </File>
2427                        <File
2428                                RelativePath="..\..\dep\ACE_wrappers\ace\pre.h">
2429                        </File>
2430                        <File
2431                                RelativePath="..\..\dep\ACE_wrappers\ace\Priority_Reactor.h">
2432                        </File>
2433                        <File
2434                                RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.h">
2435                        </File>
2436                        <File
2437                                RelativePath="..\..\dep\ACE_wrappers\ace\Proactor_Impl.h">
2438                        </File>
2439                        <File
2440                                RelativePath="..\..\dep\ACE_wrappers\ace\Process.h">
2441                        </File>
2442                        <File
2443                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.h">
2444                        </File>
2445                        <File
2446                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.h">
2447                        </File>
2448                        <File
2449                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.h">
2450                        </File>
2451                        <File
2452                                RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.h">
2453                        </File>
2454                        <File
2455                                RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.h">
2456                        </File>
2457                        <File
2458                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.h">
2459                        </File>
2460                        <File
2461                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Impl.h">
2462                        </File>
2463                        <File
2464                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.h">
2465                        </File>
2466                        <File
2467                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Timer_Interface.h">
2468                        </File>
2469                        <File
2470                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Token_T.h">
2471                        </File>
2472                        <File
2473                                RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.h">
2474                        </File>
2475                        <File
2476                                RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.h">
2477                        </File>
2478                        <File
2479                                RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.h">
2480                        </File>
2481                        <File
2482                                RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable.h">
2483                        </File>
2484                        <File
2485                                RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.h">
2486                        </File>
2487                        <File
2488                                RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.h">
2489                        </File>
2490                        <File
2491                                RelativePath="..\..\dep\ACE_wrappers\ace\Registry.h">
2492                        </File>
2493                        <File
2494                                RelativePath="..\..\dep\ACE_wrappers\ace\Registry_Name_Space.h">
2495                        </File>
2496                        <File
2497                                RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Name_Space.h">
2498                        </File>
2499                        <File
2500                                RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.h">
2501                        </File>
2502                        <File
2503                                RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.h">
2504                        </File>
2505                        <File
2506                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.h">
2507                        </File>
2508                        <File
2509                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.h">
2510                        </File>
2511                        <File
2512                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.h">
2513                        </File>
2514                        <File
2515                                RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.h">
2516                        </File>
2517                        <File
2518                                RelativePath="..\..\dep\ACE_wrappers\ace\Sbrk_Memory_Pool.h">
2519                        </File>
2520                        <File
2521                                RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.h">
2522                        </File>
2523                        <File
2524                                RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor.h">
2525                        </File>
2526                        <File
2527                                RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.h">
2528                        </File>
2529                        <File
2530                                RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.h">
2531                        </File>
2532                        <File
2533                                RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.h">
2534                        </File>
2535                        <File
2536                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.h">
2537                        </File>
2538                        <File
2539                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.h">
2540                        </File>
2541                        <File
2542                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Manager.h">
2543                        </File>
2544                        <File
2545                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.h">
2546                        </File>
2547                        <File
2548                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.h">
2549                        </File>
2550                        <File
2551                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Templates.h">
2552                        </File>
2553                        <File
2554                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.h">
2555                        </File>
2556                        <File
2557                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory.h">
2558                        </File>
2559                        <File
2560                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.h">
2561                        </File>
2562                        <File
2563                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_Pool.h">
2564                        </File>
2565                        <File
2566                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.h">
2567                        </File>
2568                        <File
2569                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.h">
2570                        </File>
2571                        <File
2572                                RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Adapter.h">
2573                        </File>
2574                        <File
2575                                RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.h">
2576                        </File>
2577                        <File
2578                                RelativePath="..\..\dep\ACE_wrappers\ace\Signal.h">
2579                        </File>
2580                        <File
2581                                RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.h">
2582                        </File>
2583                        <File
2584                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.h">
2585                        </File>
2586                        <File
2587                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.h">
2588                        </File>
2589                        <File
2590                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.h">
2591                        </File>
2592                        <File
2593                                RelativePath="..\..\dep\ACE_wrappers\ace\Sock_Connect.h">
2594                        </File>
2595                        <File
2596                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.h">
2597                        </File>
2598                        <File
2599                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.h">
2600                        </File>
2601                        <File
2602                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.h">
2603                        </File>
2604                        <File
2605                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.h">
2606                        </File>
2607                        <File
2608                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.h">
2609                        </File>
2610                        <File
2611                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.h">
2612                        </File>
2613                        <File
2614                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.h">
2615                        </File>
2616                        <File
2617                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.h">
2618                        </File>
2619                        <File
2620                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.h">
2621                        </File>
2622                        <File
2623                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.h">
2624                        </File>
2625                        <File
2626                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.h">
2627                        </File>
2628                        <File
2629                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Acceptor.h">
2630                        </File>
2631                        <File
2632                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.h">
2633                        </File>
2634                        <File
2635                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.h">
2636                        </File>
2637                        <File
2638                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.h">
2639                        </File>
2640                        <File
2641                                RelativePath="..\..\dep\ACE_wrappers\ace\SString.h">
2642                        </File>
2643                        <File
2644                                RelativePath="..\..\dep\ACE_wrappers\ace\SStringfwd.h">
2645                        </File>
2646                        <File
2647                                RelativePath="..\..\dep\ACE_wrappers\ace\Stack_Trace.h">
2648                        </File>
2649                        <File
2650                                RelativePath="..\..\dep\ACE_wrappers\ace\Static_Object_Lock.h">
2651                        </File>
2652                        <File
2653                                RelativePath="..\..\dep\ACE_wrappers\ace\Stats.h">
2654                        </File>
2655                        <File
2656                                RelativePath="..\..\dep\ACE_wrappers\ace\Strategies.h">
2657                        </File>
2658                        <File
2659                                RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.h">
2660                        </File>
2661                        <File
2662                                RelativePath="..\..\dep\ACE_wrappers\ace\Stream.h">
2663                        </File>
2664                        <File
2665                                RelativePath="..\..\dep\ACE_wrappers\ace\Stream_Modules.h">
2666                        </File>
2667                        <File
2668                                RelativePath="..\..\dep\ACE_wrappers\ace\streams.h">
2669                        </File>
2670                        <File
2671                                RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.h">
2672                        </File>
2673                        <File
2674                                RelativePath="..\..\dep\ACE_wrappers\ace\String_Base_Const.h">
2675                        </File>
2676                        <File
2677                                RelativePath="..\..\dep\ACE_wrappers\ace\SUN_Proactor.h">
2678                        </File>
2679                        <File
2680                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.h">
2681                        </File>
2682                        <File
2683                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.h">
2684                        </File>
2685                        <File
2686                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.h">
2687                        </File>
2688                        <File
2689                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.h">
2690                        </File>
2691                        <File
2692                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.h">
2693                        </File>
2694                        <File
2695                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf.h">
2696                        </File>
2697                        <File
2698                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Lexer.h">
2699                        </File>
2700                        <File
2701                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Param.h">
2702                        </File>
2703                        <File
2704                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Token_Table.h">
2705                        </File>
2706                        <File
2707                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Conf_Tokens.h">
2708                        </File>
2709                        <File
2710                                RelativePath="..\..\dep\ACE_wrappers\ace\svc_export.h">
2711                        </File>
2712                        <File
2713                                RelativePath="..\..\dep\ACE_wrappers\ace\Svc_Handler.h">
2714                        </File>
2715                        <File
2716                                RelativePath="..\..\dep\ACE_wrappers\ace\Synch.h">
2717                        </File>
2718                        <File
2719                                RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Options.h">
2720                        </File>
2721                        <File
2722                                RelativePath="..\..\dep\ACE_wrappers\ace\Synch_T.h">
2723                        </File>
2724                        <File
2725                                RelativePath="..\..\dep\ACE_wrappers\ace\Synch_Traits.h">
2726                        </File>
2727                        <File
2728                                RelativePath="..\..\dep\ACE_wrappers\ace\System_Time.h">
2729                        </File>
2730                        <File
2731                                RelativePath="..\..\dep\ACE_wrappers\ace\Task.h">
2732                        </File>
2733                        <File
2734                                RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.h">
2735                        </File>
2736                        <File
2737                                RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.h">
2738                        </File>
2739                        <File
2740                                RelativePath="..\..\dep\ACE_wrappers\ace\Test_and_Set.h">
2741                        </File>
2742                        <File
2743                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread.h">
2744                        </File>
2745                        <File
2746                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.h">
2747                        </File>
2748                        <File
2749                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.h">
2750                        </File>
2751                        <File
2752                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Exit.h">
2753                        </File>
2754                        <File
2755                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Hook.h">
2756                        </File>
2757                        <File
2758                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.h">
2759                        </File>
2760                        <File
2761                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.h">
2762                        </File>
2763                        <File
2764                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.h">
2765                        </File>
2766                        <File
2767                                RelativePath="..\..\dep\ACE_wrappers\ace\Throughput_Stats.h">
2768                        </File>
2769                        <File
2770                                RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.h">
2771                        </File>
2772                        <File
2773                                RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.h">
2774                        </File>
2775                        <File
2776                                RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe_T.h">
2777                        </File>
2778                        <File
2779                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash.h">
2780                        </File>
2781                        <File
2782                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Hash_T.h">
2783                        </File>
2784                        <File
2785                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap.h">
2786                        </File>
2787                        <File
2788                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Heap_T.h">
2789                        </File>
2790                        <File
2791                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List.h">
2792                        </File>
2793                        <File
2794                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_List_T.h">
2795                        </File>
2796                        <File
2797                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue.h">
2798                        </File>
2799                        <File
2800                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.h">
2801                        </File>
2802                        <File
2803                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.h">
2804                        </File>
2805                        <File
2806                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queuefwd.h">
2807                        </File>
2808                        <File
2809                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel.h">
2810                        </File>
2811                        <File
2812                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Wheel_T.h">
2813                        </File>
2814                        <File
2815                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI.h">
2816                        </File>
2817                        <File
2818                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Acceptor.h">
2819                        </File>
2820                        <File
2821                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.h">
2822                        </File>
2823                        <File
2824                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.h">
2825                        </File>
2826                        <File
2827                                RelativePath="..\..\dep\ACE_wrappers\ace\Token.h">
2828                        </File>
2829                        <File
2830                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.h">
2831                        </File>
2832                        <File
2833                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Invariants.h">
2834                        </File>
2835                        <File
2836                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.h">
2837                        </File>
2838                        <File
2839                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.h">
2840                        </File>
2841                        <File
2842                                RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.h">
2843                        </File>
2844                        <File
2845                                RelativePath="..\..\dep\ACE_wrappers\ace\Trace.h">
2846                        </File>
2847                        <File
2848                                RelativePath="..\..\dep\ACE_wrappers\ace\Truncate.h">
2849                        </File>
2850                        <File
2851                                RelativePath="..\..\dep\ACE_wrappers\ace\TSS_Adapter.h">
2852                        </File>
2853                        <File
2854                                RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.h">
2855                        </File>
2856                        <File
2857                                RelativePath="..\..\dep\ACE_wrappers\ace\TTY_IO.h">
2858                        </File>
2859                        <File
2860                                RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.h">
2861                        </File>
2862                        <File
2863                                RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.h">
2864                        </File>
2865                        <File
2866                                RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.h">
2867                        </File>
2868                        <File
2869                                RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.h">
2870                        </File>
2871                        <File
2872                                RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.h">
2873                        </File>
2874                        <File
2875                                RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.h">
2876                        </File>
2877                        <File
2878                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.h">
2879                        </File>
2880                        <File
2881                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Addr.h">
2882                        </File>
2883                        <File
2884                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.h">
2885                        </File>
2886                        <File
2887                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.h">
2888                        </File>
2889                        <File
2890                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.h">
2891                        </File>
2892                        <File
2893                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF32_Encoding_Converter.h">
2894                        </File>
2895                        <File
2896                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF8_Encoding_Converter.h">
2897                        </File>
2898                        <File
2899                                RelativePath="..\..\dep\ACE_wrappers\ace\UUID.h">
2900                        </File>
2901                        <File
2902                                RelativePath="..\..\dep\ACE_wrappers\ace\Value_Ptr.h">
2903                        </File>
2904                        <File
2905                                RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.h">
2906                        </File>
2907                        <File
2908                                RelativePath="..\..\dep\ACE_wrappers\ace\Version.h">
2909                        </File>
2910                        <File
2911                                RelativePath="..\..\dep\ACE_wrappers\ace\Versioned_Namespace.h">
2912                        </File>
2913                        <File
2914                                RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.h">
2915                        </File>
2916                        <File
2917                                RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Asynch_IO.h">
2918                        </File>
2919                        <File
2920                                RelativePath="..\..\dep\ACE_wrappers\ace\WIN32_Proactor.h">
2921                        </File>
2922                        <File
2923                                RelativePath="..\..\dep\ACE_wrappers\ace\XML_Svc_Conf.h">
2924                        </File>
2925                        <File
2926                                RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.h">
2927                        </File>
2928                </Filter>
2929                <Filter
2930                        Name="Inline Files"
2931                        Filter="i;inl">
2932                        <File
2933                                RelativePath="..\..\dep\ACE_wrappers\ace\ACE.inl">
2934                        </File>
2935                        <File
2936                                RelativePath="..\..\dep\ACE_wrappers\ace\ace_wchar.inl">
2937                        </File>
2938                        <File
2939                                RelativePath="..\..\dep\ACE_wrappers\ace\Activation_Queue.inl">
2940                        </File>
2941                        <File
2942                                RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager.inl">
2943                        </File>
2944                        <File
2945                                RelativePath="..\..\dep\ACE_wrappers\ace\Active_Map_Manager_T.inl">
2946                        </File>
2947                        <File
2948                                RelativePath="..\..\dep\ACE_wrappers\ace\Addr.inl">
2949                        </File>
2950                        <File
2951                                RelativePath="..\..\dep\ACE_wrappers\ace\ARGV.inl">
2952                        </File>
2953                        <File
2954                                RelativePath="..\..\dep\ACE_wrappers\ace\Argv_Type_Converter.inl">
2955                        </File>
2956                        <File
2957                                RelativePath="..\..\dep\ACE_wrappers\ace\Array_Base.inl">
2958                        </File>
2959                        <File
2960                                RelativePath="..\..\dep\ACE_wrappers\ace\Array_Map.inl">
2961                        </File>
2962                        <File
2963                                RelativePath="..\..\dep\ACE_wrappers\ace\Asynch_IO_Impl.inl">
2964                        </File>
2965                        <File
2966                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Acceptor.inl">
2967                        </File>
2968                        <File
2969                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Addr.inl">
2970                        </File>
2971                        <File
2972                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Connector.inl">
2973                        </File>
2974                        <File
2975                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Params.inl">
2976                        </File>
2977                        <File
2978                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_QoS.inl">
2979                        </File>
2980                        <File
2981                                RelativePath="..\..\dep\ACE_wrappers\ace\ATM_Stream.inl">
2982                        </File>
2983                        <File
2984                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op.inl">
2985                        </File>
2986                        <File
2987                                RelativePath="..\..\dep\ACE_wrappers\ace\Atomic_Op_T.inl">
2988                        </File>
2989                        <File
2990                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Event.inl">
2991                        </File>
2992                        <File
2993                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Functor.inl">
2994                        </File>
2995                        <File
2996                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_IncDec_T.inl">
2997                        </File>
2998                        <File
2999                                RelativePath="..\..\dep\ACE_wrappers\ace\Auto_Ptr.inl">
3000                        </File>
3001                        <File
3002                                RelativePath="..\..\dep\ACE_wrappers\ace\Barrier.inl">
3003                        </File>
3004                        <File
3005                                RelativePath="..\..\dep\ACE_wrappers\ace\Base_Thread_Adapter.inl">
3006                        </File>
3007                        <File
3008                                RelativePath="..\..\dep\ACE_wrappers\ace\Based_Pointer_T.inl">
3009                        </File>
3010                        <File
3011                                RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Stats.inl">
3012                        </File>
3013                        <File
3014                                RelativePath="..\..\dep\ACE_wrappers\ace\Basic_Types.inl">
3015                        </File>
3016                        <File
3017                                RelativePath="..\..\dep\ACE_wrappers\ace\Bound_Ptr.inl">
3018                        </File>
3019                        <File
3020                                RelativePath="..\..\dep\ACE_wrappers\ace\Cache_Map_Manager_T.inl">
3021                        </File>
3022                        <File
3023                                RelativePath="..\..\dep\ACE_wrappers\ace\Caching_Strategies_T.inl">
3024                        </File>
3025                        <File
3026                                RelativePath="..\..\dep\ACE_wrappers\ace\Capabilities.inl">
3027                        </File>
3028                        <File
3029                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Base.inl">
3030                        </File>
3031                        <File
3032                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Size.inl">
3033                        </File>
3034                        <File
3035                                RelativePath="..\..\dep\ACE_wrappers\ace\CDR_Stream.inl">
3036                        </File>
3037                        <File
3038                                RelativePath="..\..\dep\ACE_wrappers\ace\Cleanup.inl">
3039                        </File>
3040                        <File
3041                                RelativePath="..\..\dep\ACE_wrappers\ace\Codeset_Registry.inl">
3042                        </File>
3043                        <File
3044                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_T.inl">
3045                        </File>
3046                        <File
3047                                RelativePath="..\..\dep\ACE_wrappers\ace\Condition_Thread_Mutex.inl">
3048                        </File>
3049                        <File
3050                                RelativePath="..\..\dep\ACE_wrappers\ace\Configuration.inl">
3051                        </File>
3052                        <File
3053                                RelativePath="..\..\dep\ACE_wrappers\ace\Containers.inl">
3054                        </File>
3055                        <File
3056                                RelativePath="..\..\dep\ACE_wrappers\ace\Containers_T.inl">
3057                        </File>
3058                        <File
3059                                RelativePath="..\..\dep\ACE_wrappers\ace\Date_Time.inl">
3060                        </File>
3061                        <File
3062                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV.inl">
3063                        </File>
3064                        <File
3065                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Addr.inl">
3066                        </File>
3067                        <File
3068                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_Connector.inl">
3069                        </File>
3070                        <File
3071                                RelativePath="..\..\dep\ACE_wrappers\ace\DEV_IO.inl">
3072                        </File>
3073                        <File
3074                                RelativePath="..\..\dep\ACE_wrappers\ace\Dev_Poll_Reactor.inl">
3075                        </File>
3076                        <File
3077                                RelativePath="..\..\dep\ACE_wrappers\ace\Dirent.inl">
3078                        </File>
3079                        <File
3080                                RelativePath="..\..\dep\ACE_wrappers\ace\Dirent_Selector.inl">
3081                        </File>
3082                        <File
3083                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic.inl">
3084                        </File>
3085                        <File
3086                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Message_Strategy.inl">
3087                        </File>
3088                        <File
3089                                RelativePath="..\..\dep\ACE_wrappers\ace\Dynamic_Service.inl">
3090                        </File>
3091                        <File
3092                                RelativePath="..\..\dep\ACE_wrappers\ace\Env_Value_T.inl">
3093                        </File>
3094                        <File
3095                                RelativePath="..\..\dep\ACE_wrappers\ace\Event.inl">
3096                        </File>
3097                        <File
3098                                RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler.inl">
3099                        </File>
3100                        <File
3101                                RelativePath="..\..\dep\ACE_wrappers\ace\Event_Handler_T.inl">
3102                        </File>
3103                        <File
3104                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO.inl">
3105                        </File>
3106                        <File
3107                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv.inl">
3108                        </File>
3109                        <File
3110                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Recv_Msg.inl">
3111                        </File>
3112                        <File
3113                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send.inl">
3114                        </File>
3115                        <File
3116                                RelativePath="..\..\dep\ACE_wrappers\ace\FIFO_Send_Msg.inl">
3117                        </File>
3118                        <File
3119                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE.inl">
3120                        </File>
3121                        <File
3122                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Addr.inl">
3123                        </File>
3124                        <File
3125                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_Connector.inl">
3126                        </File>
3127                        <File
3128                                RelativePath="..\..\dep\ACE_wrappers\ace\FILE_IO.inl">
3129                        </File>
3130                        <File
3131                                RelativePath="..\..\dep\ACE_wrappers\ace\File_Lock.inl">
3132                        </File>
3133                        <File
3134                                RelativePath="..\..\dep\ACE_wrappers\ace\Flag_Manip.inl">
3135                        </File>
3136                        <File
3137                                RelativePath="..\..\dep\ACE_wrappers\ace\Framework_Component.inl">
3138                        </File>
3139                        <File
3140                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor.inl">
3141                        </File>
3142                        <File
3143                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor_String.inl">
3144                        </File>
3145                        <File
3146                                RelativePath="..\..\dep\ACE_wrappers\ace\Functor_T.inl">
3147                        </File>
3148                        <File
3149                                RelativePath="..\..\dep\ACE_wrappers\ace\Get_Opt.inl">
3150                        </File>
3151                        <File
3152                                RelativePath="..\..\dep\ACE_wrappers\ace\Guard_T.inl">
3153                        </File>
3154                        <File
3155                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Gobbler.inl">
3156                        </File>
3157                        <File
3158                                RelativePath="..\..\dep\ACE_wrappers\ace\Handle_Set.inl">
3159                        </File>
3160                        <File
3161                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Cache_Map_Manager_T.inl">
3162                        </File>
3163                        <File
3164                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_Manager_T.inl">
3165                        </File>
3166                        <File
3167                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Map_With_Allocator_T.inl">
3168                        </File>
3169                        <File
3170                                RelativePath="..\..\dep\ACE_wrappers\ace\Hash_Multi_Map_Manager_T.inl">
3171                        </File>
3172                        <File
3173                                RelativePath="..\..\dep\ACE_wrappers\ace\Hashable.inl">
3174                        </File>
3175                        <File
3176                                RelativePath="..\..\dep\ACE_wrappers\ace\High_Res_Timer.inl">
3177                        </File>
3178                        <File
3179                                RelativePath="..\..\dep\ACE_wrappers\ace\INET_Addr.inl">
3180                        </File>
3181                        <File
3182                                RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_Auto_Ptr.inl">
3183                        </File>
3184                        <File
3185                                RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List.inl">
3186                        </File>
3187                        <File
3188                                RelativePath="..\..\dep\ACE_wrappers\ace\Intrusive_List_Node.inl">
3189                        </File>
3190                        <File
3191                                RelativePath="..\..\dep\ACE_wrappers\ace\IO_Cntl_Msg.inl">
3192                        </File>
3193                        <File
3194                                RelativePath="..\..\dep\ACE_wrappers\ace\IO_SAP.inl">
3195                        </File>
3196                        <File
3197                                RelativePath="..\..\dep\ACE_wrappers\ace\IOStream_T.inl">
3198                        </File>
3199                        <File
3200                                RelativePath="..\..\dep\ACE_wrappers\ace\IPC_SAP.inl">
3201                        </File>
3202                        <File
3203                                RelativePath="..\..\dep\ACE_wrappers\ace\Local_Tokens.inl">
3204                        </File>
3205                        <File
3206                                RelativePath="..\..\dep\ACE_wrappers\ace\Lock.inl">
3207                        </File>
3208                        <File
3209                                RelativePath="..\..\dep\ACE_wrappers\ace\Lock_Adapter_T.inl">
3210                        </File>
3211                        <File
3212                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Msg.inl">
3213                        </File>
3214                        <File
3215                                RelativePath="..\..\dep\ACE_wrappers\ace\Log_Record.inl">
3216                        </File>
3217                        <File
3218                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK.inl">
3219                        </File>
3220                        <File
3221                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_CODgram.inl">
3222                        </File>
3223                        <File
3224                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Connector.inl">
3225                        </File>
3226                        <File
3227                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Dgram.inl">
3228                        </File>
3229                        <File
3230                                RelativePath="..\..\dep\ACE_wrappers\ace\LSOCK_Stream.inl">
3231                        </File>
3232                        <File
3233                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc.inl">
3234                        </File>
3235                        <File
3236                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_Allocator.inl">
3237                        </File>
3238                        <File
3239                                RelativePath="..\..\dep\ACE_wrappers\ace\Malloc_T.inl">
3240                        </File>
3241                        <File
3242                                RelativePath="..\..\dep\ACE_wrappers\ace\Managed_Object.inl">
3243                        </File>
3244                        <File
3245                                RelativePath="..\..\dep\ACE_wrappers\ace\Manual_Event.inl">
3246                        </File>
3247                        <File
3248                                RelativePath="..\..\dep\ACE_wrappers\ace\Map_Manager.inl">
3249                        </File>
3250                        <File
3251                                RelativePath="..\..\dep\ACE_wrappers\ace\Map_T.inl">
3252                        </File>
3253                        <File
3254                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Acceptor.inl">
3255                        </File>
3256                        <File
3257                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Addr.inl">
3258                        </File>
3259                        <File
3260                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Connector.inl">
3261                        </File>
3262                        <File
3263                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_IO.inl">
3264                        </File>
3265                        <File
3266                                RelativePath="..\..\dep\ACE_wrappers\ace\Mem_Map.inl">
3267                        </File>
3268                        <File
3269                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_SAP.inl">
3270                        </File>
3271                        <File
3272                                RelativePath="..\..\dep\ACE_wrappers\ace\MEM_Stream.inl">
3273                        </File>
3274                        <File
3275                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block.inl">
3276                        </File>
3277                        <File
3278                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Block_T.inl">
3279                        </File>
3280                        <File
3281                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue.inl">
3282                        </File>
3283                        <File
3284                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_NT.inl">
3285                        </File>
3286                        <File
3287                                RelativePath="..\..\dep\ACE_wrappers\ace\Message_Queue_Vx.inl">
3288                        </File>
3289                        <File
3290                                RelativePath="..\..\dep\ACE_wrappers\ace\Metrics_Cache_T.inl">
3291                        </File>
3292                        <File
3293                                RelativePath="..\..\dep\ACE_wrappers\ace\MMAP_Memory_Pool.inl">
3294                        </File>
3295                        <File
3296                                RelativePath="..\..\dep\ACE_wrappers\ace\Module.inl">
3297                        </File>
3298                        <File
3299                                RelativePath="..\..\dep\ACE_wrappers\ace\Monitor_Base.inl">
3300                        </File>
3301                        <File
3302                                RelativePath="..\..\dep\ACE_wrappers\ace\Msg_WFMO_Reactor.inl">
3303                        </File>
3304                        <File
3305                                RelativePath="..\..\dep\ACE_wrappers\ace\Multihomed_INET_Addr.inl">
3306                        </File>
3307                        <File
3308                                RelativePath="..\..\dep\ACE_wrappers\ace\Mutex.inl">
3309                        </File>
3310                        <File
3311                                RelativePath="..\..\dep\ACE_wrappers\ace\Naming_Context.inl">
3312                        </File>
3313                        <File
3314                                RelativePath="..\..\dep\ACE_wrappers\ace\Netlink_Addr.inl">
3315                        </File>
3316                        <File
3317                                RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Queue.inl">
3318                        </File>
3319                        <File
3320                                RelativePath="..\..\dep\ACE_wrappers\ace\Notification_Strategy.inl">
3321                        </File>
3322                        <File
3323                                RelativePath="..\..\dep\ACE_wrappers\ace\NT_Service.inl">
3324                        </File>
3325                        <File
3326                                RelativePath="..\..\dep\ACE_wrappers\ace\Obchunk.inl">
3327                        </File>
3328                        <File
3329                                RelativePath="..\..\dep\ACE_wrappers\ace\Object_Manager.inl">
3330                        </File>
3331                        <File
3332                                RelativePath="..\..\dep\ACE_wrappers\ace\Obstack_T.inl">
3333                        </File>
3334                        <File
3335                                RelativePath="..\..\dep\ACE_wrappers\ace\OS.inl">
3336                        </File>
3337                        <File
3338                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Errno.inl">
3339                        </File>
3340                        <File
3341                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_Log_Msg_Attributes.inl">
3342                        </File>
3343                        <File
3344                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_arpa_inet.inl">
3345                        </File>
3346                        <File
3347                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_ctype.inl">
3348                        </File>
3349                        <File
3350                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dirent.inl">
3351                        </File>
3352                        <File
3353                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_dlfcn.inl">
3354                        </File>
3355                        <File
3356                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_errno.inl">
3357                        </File>
3358                        <File
3359                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_fcntl.inl">
3360                        </File>
3361                        <File
3362                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_math.inl">
3363                        </File>
3364                        <File
3365                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_netdb.inl">
3366                        </File>
3367                        <File
3368                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_poll.inl">
3369                        </File>
3370                        <File
3371                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_pwd.inl">
3372                        </File>
3373                        <File
3374                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_regex.inl">
3375                        </File>
3376                        <File
3377                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_signal.inl">
3378                        </File>
3379                        <File
3380                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdio.inl">
3381                        </File>
3382                        <File
3383                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stdlib.inl">
3384                        </File>
3385                        <File
3386                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_string.inl">
3387                        </File>
3388                        <File
3389                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_strings.inl">
3390                        </File>
3391                        <File
3392                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_stropts.inl">
3393                        </File>
3394                        <File
3395                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_mman.inl">
3396                        </File>
3397                        <File
3398                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_msg.inl">
3399                        </File>
3400                        <File
3401                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_resource.inl">
3402                        </File>
3403                        <File
3404                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_select.inl">
3405                        </File>
3406                        <File
3407                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_sendfile.inl">
3408                        </File>
3409                        <File
3410                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_shm.inl">
3411                        </File>
3412                        <File
3413                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_socket.inl">
3414                        </File>
3415                        <File
3416                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_stat.inl">
3417                        </File>
3418                        <File
3419                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_time.inl">
3420                        </File>
3421                        <File
3422                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_uio.inl">
3423                        </File>
3424                        <File
3425                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_sys_wait.inl">
3426                        </File>
3427                        <File
3428                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_Thread.inl">
3429                        </File>
3430                        <File
3431                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_time.inl">
3432                        </File>
3433                        <File
3434                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_unistd.inl">
3435                        </File>
3436                        <File
3437                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_NS_wchar.inl">
3438                        </File>
3439                        <File
3440                                RelativePath="..\..\dep\ACE_wrappers\ace\OS_TLI.inl">
3441                        </File>
3442                        <File
3443                                RelativePath="..\..\dep\ACE_wrappers\ace\Pagefile_Memory_Pool.inl">
3444                        </File>
3445                        <File
3446                                RelativePath="..\..\dep\ACE_wrappers\ace\Pair_T.inl">
3447                        </File>
3448                        <File
3449                                RelativePath="..\..\dep\ACE_wrappers\ace\PI_Malloc.inl">
3450                        </File>
3451                        <File
3452                                RelativePath="..\..\dep\ACE_wrappers\ace\Ping_Socket.inl">
3453                        </File>
3454                        <File
3455                                RelativePath="..\..\dep\ACE_wrappers\ace\Pipe.inl">
3456                        </File>
3457                        <File
3458                                RelativePath="..\..\dep\ACE_wrappers\ace\POSIX_Proactor.inl">
3459                        </File>
3460                        <File
3461                                RelativePath="..\..\dep\ACE_wrappers\ace\Proactor.inl">
3462                        </File>
3463                        <File
3464                                RelativePath="..\..\dep\ACE_wrappers\ace\Process.inl">
3465                        </File>
3466                        <File
3467                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Manager.inl">
3468                        </File>
3469                        <File
3470                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Mutex.inl">
3471                        </File>
3472                        <File
3473                                RelativePath="..\..\dep\ACE_wrappers\ace\Process_Semaphore.inl">
3474                        </File>
3475                        <File
3476                                RelativePath="..\..\dep\ACE_wrappers\ace\Profile_Timer.inl">
3477                        </File>
3478                        <File
3479                                RelativePath="..\..\dep\ACE_wrappers\ace\RB_Tree.inl">
3480                        </File>
3481                        <File
3482                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor.inl">
3483                        </File>
3484                        <File
3485                                RelativePath="..\..\dep\ACE_wrappers\ace\Reactor_Notification_Strategy.inl">
3486                        </File>
3487                        <File
3488                                RelativePath="..\..\dep\ACE_wrappers\ace\Read_Buffer.inl">
3489                        </File>
3490                        <File
3491                                RelativePath="..\..\dep\ACE_wrappers\ace\Recursive_Thread_Mutex.inl">
3492                        </File>
3493                        <File
3494                                RelativePath="..\..\dep\ACE_wrappers\ace\Recyclable.inl">
3495                        </File>
3496                        <File
3497                                RelativePath="..\..\dep\ACE_wrappers\ace\Refcountable_T.inl">
3498                        </File>
3499                        <File
3500                                RelativePath="..\..\dep\ACE_wrappers\ace\Refcounted_Auto_Ptr.inl">
3501                        </File>
3502                        <File
3503                                RelativePath="..\..\dep\ACE_wrappers\ace\Remote_Tokens.inl">
3504                        </File>
3505                        <File
3506                                RelativePath="..\..\dep\ACE_wrappers\ace\Reverse_Lock_T.inl">
3507                        </File>
3508                        <File
3509                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Mutex.inl">
3510                        </File>
3511                        <File
3512                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Process_Mutex.inl">
3513                        </File>
3514                        <File
3515                                RelativePath="..\..\dep\ACE_wrappers\ace\RW_Thread_Mutex.inl">
3516                        </File>
3517                        <File
3518                                RelativePath="..\..\dep\ACE_wrappers\ace\Sample_History.inl">
3519                        </File>
3520                        <File
3521                                RelativePath="..\..\dep\ACE_wrappers\ace\Sched_Params.inl">
3522                        </File>
3523                        <File
3524                                RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_Base.inl">
3525                        </File>
3526                        <File
3527                                RelativePath="..\..\dep\ACE_wrappers\ace\Select_Reactor_T.inl">
3528                        </File>
3529                        <File
3530                                RelativePath="..\..\dep\ACE_wrappers\ace\Semaphore.inl">
3531                        </File>
3532                        <File
3533                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Config.inl">
3534                        </File>
3535                        <File
3536                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Gestalt.inl">
3537                        </File>
3538                        <File
3539                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Object.inl">
3540                        </File>
3541                        <File
3542                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Repository.inl">
3543                        </File>
3544                        <File
3545                                RelativePath="..\..\dep\ACE_wrappers\ace\Service_Types.inl">
3546                        </File>
3547                        <File
3548                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_MM.inl">
3549                        </File>
3550                        <File
3551                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Memory_SV.inl">
3552                        </File>
3553                        <File
3554                                RelativePath="..\..\dep\ACE_wrappers\ace\Shared_Object.inl">
3555                        </File>
3556                        <File
3557                                RelativePath="..\..\dep\ACE_wrappers\ace\Sig_Handler.inl">
3558                        </File>
3559                        <File
3560                                RelativePath="..\..\dep\ACE_wrappers\ace\Signal.inl">
3561                        </File>
3562                        <File
3563                                RelativePath="..\..\dep\ACE_wrappers\ace\Singleton.inl">
3564                        </File>
3565                        <File
3566                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK.inl">
3567                        </File>
3568                        <File
3569                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Acceptor.inl">
3570                        </File>
3571                        <File
3572                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_CODgram.inl">
3573                        </File>
3574                        <File
3575                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Connector.inl">
3576                        </File>
3577                        <File
3578                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram.inl">
3579                        </File>
3580                        <File
3581                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Bcast.inl">
3582                        </File>
3583                        <File
3584                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Dgram_Mcast.inl">
3585                        </File>
3586                        <File
3587                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_IO.inl">
3588                        </File>
3589                        <File
3590                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Netlink.inl">
3591                        </File>
3592                        <File
3593                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Acceptor.inl">
3594                        </File>
3595                        <File
3596                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Association.inl">
3597                        </File>
3598                        <File
3599                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_SEQPACK_Connector.inl">
3600                        </File>
3601                        <File
3602                                RelativePath="..\..\dep\ACE_wrappers\ace\SOCK_Stream.inl">
3603                        </File>
3604                        <File
3605                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE.inl">
3606                        </File>
3607                        <File
3608                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Addr.inl">
3609                        </File>
3610                        <File
3611                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Connector.inl">
3612                        </File>
3613                        <File
3614                                RelativePath="..\..\dep\ACE_wrappers\ace\SPIPE_Stream.inl">
3615                        </File>
3616                        <File
3617                                RelativePath="..\..\dep\ACE_wrappers\ace\SString.inl">
3618                        </File>
3619                        <File
3620                                RelativePath="..\..\dep\ACE_wrappers\ace\Stats.inl">
3621                        </File>
3622                        <File
3623                                RelativePath="..\..\dep\ACE_wrappers\ace\Strategies_T.inl">
3624                        </File>
3625                        <File
3626                                RelativePath="..\..\dep\ACE_wrappers\ace\Stream.inl">
3627                        </File>
3628                        <File
3629                                RelativePath="..\..\dep\ACE_wrappers\ace\String_Base.inl">
3630                        </File>
3631                        <File
3632                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message.inl">
3633                        </File>
3634                        <File
3635                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Message_Queue.inl">
3636                        </File>
3637                        <File
3638                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Complex.inl">
3639                        </File>
3640                        <File
3641                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Semaphore_Simple.inl">
3642                        </File>
3643                        <File
3644                                RelativePath="..\..\dep\ACE_wrappers\ace\SV_Shared_Memory.inl">
3645                        </File>
3646                        <File
3647                                RelativePath="..\..\dep\ACE_wrappers\ace\Task.inl">
3648                        </File>
3649                        <File
3650                                RelativePath="..\..\dep\ACE_wrappers\ace\Task_Ex_T.inl">
3651                        </File>
3652                        <File
3653                                RelativePath="..\..\dep\ACE_wrappers\ace\Task_T.inl">
3654                        </File>
3655                        <File
3656                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread.inl">
3657                        </File>
3658                        <File
3659                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Adapter.inl">
3660                        </File>
3661                        <File
3662                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Control.inl">
3663                        </File>
3664                        <File
3665                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Manager.inl">
3666                        </File>
3667                        <File
3668                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Mutex.inl">
3669                        </File>
3670                        <File
3671                                RelativePath="..\..\dep\ACE_wrappers\ace\Thread_Semaphore.inl">
3672                        </File>
3673                        <File
3674                                RelativePath="..\..\dep\ACE_wrappers\ace\Time_Value.inl">
3675                        </File>
3676                        <File
3677                                RelativePath="..\..\dep\ACE_wrappers\ace\Timeprobe.inl">
3678                        </File>
3679                        <File
3680                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_Adapters.inl">
3681                        </File>
3682                        <File
3683                                RelativePath="..\..\dep\ACE_wrappers\ace\Timer_Queue_T.inl">
3684                        </File>
3685                        <File
3686                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI.inl">
3687                        </File>
3688                        <File
3689                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Connector.inl">
3690                        </File>
3691                        <File
3692                                RelativePath="..\..\dep\ACE_wrappers\ace\TLI_Stream.inl">
3693                        </File>
3694                        <File
3695                                RelativePath="..\..\dep\ACE_wrappers\ace\Token.inl">
3696                        </File>
3697                        <File
3698                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Collection.inl">
3699                        </File>
3700                        <File
3701                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Manager.inl">
3702                        </File>
3703                        <File
3704                                RelativePath="..\..\dep\ACE_wrappers\ace\Token_Request_Reply.inl">
3705                        </File>
3706                        <File
3707                                RelativePath="..\..\dep\ACE_wrappers\ace\TP_Reactor.inl">
3708                        </File>
3709                        <File
3710                                RelativePath="..\..\dep\ACE_wrappers\ace\TSS_T.inl">
3711                        </File>
3712                        <File
3713                                RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message.inl">
3714                        </File>
3715                        <File
3716                                RelativePath="..\..\dep\ACE_wrappers\ace\Typed_SV_Message_Queue.inl">
3717                        </File>
3718                        <File
3719                                RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Queue.inl">
3720                        </File>
3721                        <File
3722                                RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set.inl">
3723                        </File>
3724                        <File
3725                                RelativePath="..\..\dep\ACE_wrappers\ace\Unbounded_Set_Ex.inl">
3726                        </File>
3727                        <File
3728                                RelativePath="..\..\dep\ACE_wrappers\ace\UNIX_Addr.inl">
3729                        </File>
3730                        <File
3731                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Acceptor.inl">
3732                        </File>
3733                        <File
3734                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Connector.inl">
3735                        </File>
3736                        <File
3737                                RelativePath="..\..\dep\ACE_wrappers\ace\UPIPE_Stream.inl">
3738                        </File>
3739                        <File
3740                                RelativePath="..\..\dep\ACE_wrappers\ace\UTF16_Encoding_Converter.inl">
3741                        </File>
3742                        <File
3743                                RelativePath="..\..\dep\ACE_wrappers\ace\UUID.inl">
3744                        </File>
3745                        <File
3746                                RelativePath="..\..\dep\ACE_wrappers\ace\Vector_T.inl">
3747                        </File>
3748                        <File
3749                                RelativePath="..\..\dep\ACE_wrappers\ace\WFMO_Reactor.inl">
3750                        </File>
3751                        <File
3752                                RelativePath="..\..\dep\ACE_wrappers\ace\XTI_ATM_Mcast.inl">
3753                        </File>
3754                </Filter>
3755                <Filter
3756                        Name="Documentation"
3757                        Filter="">
3758                        <File
3759                                RelativePath="..\..\dep\ACE_wrappers\README">
3760                                <FileConfiguration
3761                                        Name="Debug|Win32"
3762                                        ExcludedFromBuild="TRUE">
3763                                        <Tool
3764                                                Name="VCCustomBuildTool"/>
3765                                </FileConfiguration>
3766                                <FileConfiguration
3767                                        Name="Release|Win32"
3768                                        ExcludedFromBuild="TRUE">
3769                                        <Tool
3770                                                Name="VCCustomBuildTool"/>
3771                                </FileConfiguration>
3772                        </File>
3773                        <File
3774                                RelativePath="..\..\dep\ACE_wrappers\VERSION">
3775                                <FileConfiguration
3776                                        Name="Debug|Win32"
3777                                        ExcludedFromBuild="TRUE">
3778                                        <Tool
3779                                                Name="VCCustomBuildTool"/>
3780                                </FileConfiguration>
3781                                <FileConfiguration
3782                                        Name="Release|Win32"
3783                                        ExcludedFromBuild="TRUE">
3784                                        <Tool
3785                                                Name="VCCustomBuildTool"/>
3786                                </FileConfiguration>
3787                        </File>
3788                </Filter>
3789                <Filter
3790                        Name="Resource Files"
3791                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
3792                        <File
3793                                RelativePath="..\..\dep\ACE_wrappers\ace\ace.rc">
3794                        </File>
3795                </Filter>
3796        </Files>
3797        <Globals>
3798        </Globals>
3799</VisualStudioProject>
Note: See TracBrowser for help on using the browser.