Home
last modified time | relevance | path

Searched refs:rRTest2 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/bridges/test/ !
H A Dtestcomp.cxx689 Reference< XInterfaceTest > rRTest2 = rRFact->createInterfaceTest(); in testRemote() local
693 rRTest2->setIn( rRCallMe ); in testRemote()
697 OSL_ASSERT( rRTest2->get() == rRCallMe ); in testRemote()
701 rRTest2->setIn( rLCallMe ); in testRemote()
709 rRTest2->setIn( rLCallMe2 ); in testRemote()
712 OSL_ASSERT( rRTest2->get() == rLCallMe2 ); in testRemote()
716 rRTest2->setIn( rLCallMe ); in testRemote()
720 OSL_ASSERT( rRTest2->get() == rLCallMe ); in testRemote()