summaryrefslogtreecommitdiff
path: root/sal/qa/osl/process/osl_Thread.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-03 08:00:27 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-03 08:00:27 +0000
commit2bb5e4bde901b7147a7090873734ea97d7b13fa1 (patch)
treeb1a89cfb621ee1d309657edb0881f47ee9f28fb3 /sal/qa/osl/process/osl_Thread.cxx
parenta82b9e7dc8f76614f67d23547d66dd3f3dedf56a (diff)
INTEGRATION: CWS qadev17 (1.6.2); FILE MERGED
2004/04/19 09:45:47 mindyliu 1.6.2.1: #116021# cleanups
Diffstat (limited to 'sal/qa/osl/process/osl_Thread.cxx')
-rw-r--r--sal/qa/osl/process/osl_Thread.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/qa/osl/process/osl_Thread.cxx b/sal/qa/osl/process/osl_Thread.cxx
index 0d8f5e28ee0a..45296cdb909f 100644
--- a/sal/qa/osl/process/osl_Thread.cxx
+++ b/sal/qa/osl/process/osl_Thread.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: osl_Thread.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2004-03-19 14:50:40 $
+ * last change: $Author: rt $ $Date: 2004-05-03 09:00:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1761,7 +1761,7 @@ namespace osl_Thread
pCountThread->create();
//pCountThread2->create();
pCountThread->setWait(3);
- oId = pCountThread->getCurrentIdentifier();
+ oId = Thread::getCurrentIdentifier();
oslThreadIdentifier oIdChild = pCountThread->getIdentifier();
//t_print("CurrentId is %ld, Child1 id is %ld, Child2 id is %ld\n",oId, oIdChild,pCountThread2->m_id );
termAndJoinThread(pCountThread);
@@ -1782,7 +1782,7 @@ namespace osl_Thread
CPPUNIT_TEST_SUITE(getCurrentIdentifier);
CPPUNIT_TEST(getCurrentIdentifier_001);
- CPPUNIT_TEST(getCurrentIdentifier_002);
+ //CPPUNIT_TEST(getCurrentIdentifier_002);
CPPUNIT_TEST_SUITE_END();
}; // class getCurrentIdentifier