summaryrefslogtreecommitdiff
path: root/ace/adapter/README
blob: 122ad26007a19abe44de9835d107eda7feaeea16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
The ACE Adapter is a set of header files which just provide an adaptation
layer above ACE which presents a Wide Character interface for all ACE_TCHAR
instances if ACE_USES_WCHAR is not defined, and vice versa.

This is just an initial implemention and has only been partially tested.
There are many known problems with it, especially with memory management.
Only the Unicode versions currently exist.  The character versions will
be added later.

TODO:  These files have ACE_TCHAR but do not have adapters yet.

\ace\Acceptor.h
\ace\Configuration.h
\ace\Connector.h
\ace\Env_Value_T.h
\ace\Filecache.h
\ace\Get_Opt.h
\ace\Local_Name_Space_T.h
\ace\Local_Tokens.h
\ace\Log_Msg.h
\ace\Log_Record.h
\ace\MEM_Acceptor.h
\ace\Mem_Map.h
\ace\MEM_SAP.h
\ace\Module.h
\ace\Naming_Context.h
\ace\NT_Service.h
\ace\Obstack.h
\ace\Parse_Node.h
\ace\Remote_Name_Space.h
\ace\Remote_Tokens.h
\ace\Service_Manager.h
\ace\Service_Repository.h
\ace\Service_Types.h
\ace\Shared_Memory_MM.h
\ace\Shared_Object.h
\ace\SString.h
\ace\Stream.h
\ace\Stream_Modules.h
\ace\Svc_Conf.h
\ace\Svc_Handler.h
\ace\Synch.h
\ace\Synch_T.h
\ace\Task_T.h
\ace\Token.h
\ace\Token_Collection.h
\ace\Token_Invariants.h
\ace\Token_Manager.h
\ace\Token_Request_Reply.h

Difficult

\ace\Process.h
\ace\Registry.h