Home
last modified time | relevance | path

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

/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx353 class ShutdownThread : public osl::Thread class
356 ShutdownThread( const uno::Reference<uno::XComponentContext>& xContext );
362 ~ShutdownThread();
731 ShutdownThread::ShutdownThread( const uno::Reference<uno::XComponentContext>& xContext) : in ShutdownThread() function in __anon7b9484ee0111::ShutdownThread
738 ShutdownThread::~ShutdownThread() in ~ShutdownThread()
744 ShutdownThread::run() in run()
769 void SAL_CALL ShutdownThread::onTerminated() in onTerminated()
967 ShutdownThread *pShutdownThread = new ShutdownThread( m_xContext ); in install()

Completed in 13 milliseconds