Searched refs:pXTest (Results 1 – 2 of 2) sorted by relevance
136 XTest *pXTest = (XTest*) new ExampleComponent1Impl(rSMgr); in ExampleComponent1_CreateInstance() local138 if (pXTest) in ExampleComponent1_CreateInstance()140 xRet = Reference< XInterface >::query(pXTest); in ExampleComponent1_CreateInstance()
206 XTest *pXTest = (XTest*) new ExampleComponent2Impl(rSMgr); in ExampleComponent2_CreateInstance() local208 if (pXTest) in ExampleComponent2_CreateInstance()210 xRet = Reference< XInterface >::query(pXTest); in ExampleComponent2_CreateInstance()
Completed in 17 milliseconds