From 74b65ad843ad86c205aa4a539ad466bf82d62e36 Mon Sep 17 00:00:00 2001 From: nanbor Date: Wed, 26 Apr 2000 06:01:40 +0000 Subject: Removed more references to ASYS_TCHAR. --- docs/ACE-guidelines.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 */

@@ -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 */

@@ -713,7 +713,7 @@ Foo::bar () For now, don't worry about it. - +

  • Exceptions