diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-26 06:01:40 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-26 06:01:40 +0000 |
commit | 74b65ad843ad86c205aa4a539ad466bf82d62e36 (patch) | |
tree | b7d7dafd211bfb723f9f0d45c04e14adc1b5951a /docs/ACE-guidelines.html | |
parent | 75d6d57c5a0a7caa39dc396837acb574bd79f3c9 (diff) | |
download | ATCD-74b65ad843ad86c205aa4a539ad466bf82d62e36.tar.gz |
Removed more references to ASYS_TCHAR.
Diffstat (limited to 'docs/ACE-guidelines.html')
-rw-r--r-- | docs/ACE-guidelines.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html index 24d1bc08e1c..98c40148901 100644 --- a/docs/ACE-guidelines.html +++ b/docs/ACE-guidelines.html @@ -193,7 +193,7 @@ The correct way to write that guard is: typedef long ACE_NETIF_TYPE; # define ACE_DEFAULT_NETIF 0 #else /* ! ACE_PSOS */ - typedef const ASYS_TCHAR* ACE_NETIF_TYPE; + typedef const TCHAR* ACE_NETIF_TYPE; # define ACE_DEFAULT_NETIF ASYS_TEXT("le0") #endif /* ! ACE_PSOS */ </pre><p> @@ -205,7 +205,7 @@ The correct way to write that guard is: // pSOS supports numbers, not names for network interfaces long net_if, #else /* ! ACE_PSOS */ - const ASYS_TCHAR *net_if, + const TCHAR *net_if, #endif /* ! ACE_PSOS */ </pre><p> @@ -713,7 +713,7 @@ Foo::bar () <!-- @@ UNICODE: update --> For now, don't worry about it. - + <li><strong>Exceptions</strong><p> <ul> |