10 #ifndef INCLUDED_TEST_LANG_XCOMPONENT_HXX
11 #define INCLUDED_TEST_LANG_XCOMPONENT_HXX
13 #include <com/sun/star/uno/Reference.hxx>
14 #include <com/sun/star/uno/XInterface.hpp>
23 virtual css::uno::Reference<css::uno::XInterface>
init() = 0;
24 virtual void triggerDesktopTerminate() = 0;
26 void testAddEventListener();
27 void testRemoveEventListener();
29 void testDisposedByDesktopTerminate();
37 #endif // INCLUDED_TEST_LANG_XCOMPONENT_HXX
FILE * init(int, char **)
#define OOO_DLLPUBLIC_TEST