diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-24 20:51:11 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-24 20:51:11 +0000 |
commit | dbeac73f76c854ecf1b73740cbd500ae35b47039 (patch) | |
tree | 1f4fb52dc5e816fdcb99eae71f2629220fbe1140 /tests/UPIPE_SAP_Test.cpp | |
parent | a1e8f68499017845b93c6becd8b11b63629bba04 (diff) | |
download | ATCD-dbeac73f76c854ecf1b73740cbd500ae35b47039.tar.gz |
Replaced __TEXT with ACE_TEXT
Diffstat (limited to 'tests/UPIPE_SAP_Test.cpp')
-rw-r--r-- | tests/UPIPE_SAP_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UPIPE_SAP_Test.cpp b/tests/UPIPE_SAP_Test.cpp index 916000b14b2..b7f1cdb68ff 100644 --- a/tests/UPIPE_SAP_Test.cpp +++ b/tests/UPIPE_SAP_Test.cpp @@ -32,7 +32,7 @@ USELIB("..\ace\aced.lib"); #if defined (ACE_HAS_THREADS) && (defined (ACE_HAS_STREAM_PIPES) || defined (ACE_WIN32)) // Global pattern -static ACE_UPIPE_Addr addr (__TEXT ("pattern")); +static ACE_UPIPE_Addr addr (ACE_TEXT ("pattern")); // connector thread. |