Home
last modified time | relevance | path

Searched defs:TestWeakComponentImpl (Results 1 – 1 of 1) sorted by relevance

/trunk/main/cppuhelper/test/
H A Dtestimplhelper.cxx197 struct TestWeakComponentImpl : public WeakComponentImplHelper4< CA, DBA, FE, G > struct
200 TestWeakComponentImpl() in TestWeakComponentImpl() argument
203 virtual ~TestWeakComponentImpl() in ~TestWeakComponentImpl() argument
207 { OSL_TRACE( "> TestWeakComponentImpl disposing called... <\n" ); } in disposing() argument
210 virtual OUString SAL_CALL a() throw(RuntimeException) in a()
213 virtual OUString SAL_CALL ba() throw(RuntimeException) in ba()
216 virtual OUString SAL_CALL ca() throw(RuntimeException) in ca()
219 virtual OUString SAL_CALL dba() throw(RuntimeException) in dba()
222 virtual OUString SAL_CALL e() throw(RuntimeException) in e()
225 virtual OUString SAL_CALL fe() throw(RuntimeException) in fe()
[all …]

Completed in 16 milliseconds