diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-11 11:02:03 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-12-11 11:02:03 +0000 |
commit | 8b7e39c0dfaef5a30d5adf40f6ed5568fd8b5d8a (patch) | |
tree | bae060d484f94e84f54afe1fe431cfbab2c3c01b /tests/UPIPE_SAP_Test.cpp | |
parent | 497284175ffc33d4da5f1b89a9a8284eaecb593d (diff) | |
download | ATCD-8b7e39c0dfaef5a30d5adf40f6ed5568fd8b5d8a.tar.gz |
*** empty log message ***
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 7d43ced4f12..1f75a00a9ca 100644 --- a/tests/UPIPE_SAP_Test.cpp +++ b/tests/UPIPE_SAP_Test.cpp @@ -27,7 +27,7 @@ #if defined (ACE_HAS_THREADS) // Global pattern -static ACE_UPIPE_Addr addr ("pattern"); +static ACE_UPIPE_Addr addr (__TEXT ("pattern")); // connector thread. |