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.cxx352 class ShutdownThread : public osl::Thread class
355 ShutdownThread( const uno::Reference<uno::XComponentContext>& xContext );
361 ~ShutdownThread();
729 ShutdownThread::ShutdownThread( const uno::Reference<uno::XComponentContext>& xContext) : in ShutdownThread() function in __anon1108d0b60111::ShutdownThread
736 ShutdownThread::~ShutdownThread() in ~ShutdownThread()
742 ShutdownThread::run() in run()
767 void SAL_CALL ShutdownThread::onTerminated() in onTerminated()
965 ShutdownThread *pShutdownThread = new ShutdownThread( m_xContext ); in install()