summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1495_Regression
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2007-07-13 17:07:12 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2007-07-13 17:07:12 +0000
commit473030523904a070961454744f4a8a92904ec14f (patch)
treefa428a555064057e6380c4d7e4bfd1de2a7c5aef /TAO/tests/Bug_1495_Regression
parentfc0e28a8459b9f6e84d87a44a0afc61a3b845010 (diff)
downloadATCD-473030523904a070961454744f4a8a92904ec14f.tar.gz
ChangeLogTag:Fri Jul 13 16:59:26 UTC 2007 Ossama Othman <ossama_othman at symantec dot com>
Diffstat (limited to 'TAO/tests/Bug_1495_Regression')
-rw-r--r--TAO/tests/Bug_1495_Regression/test_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_1495_Regression/test_i.cpp b/TAO/tests/Bug_1495_Regression/test_i.cpp
index c1f976a80e6..ac9292a9119 100644
--- a/TAO/tests/Bug_1495_Regression/test_i.cpp
+++ b/TAO/tests/Bug_1495_Regression/test_i.cpp
@@ -22,7 +22,7 @@ Bug1495_i::~Bug1495_i (void)
void
Bug1495_i::get_thread_id (Bug1495_Regression::ThreadId_out thread_id)
{
- thread_id = (Bug1495_Regression::ThreadId_type) ACE_Thread::self ();
+ thread_id = (Bug1495_Regression::ThreadId) ACE_Thread::self ();
}
void