Line data Source code
1 : #ifndef INCLUDED_COM_SUN_STAR_MAIL_XMAILSERVICE_HPP
2 : #define INCLUDED_COM_SUN_STAR_MAIL_XMAILSERVICE_HPP
3 :
4 : #include "sal/config.h"
5 :
6 : #include "com/sun/star/mail/XMailService.hdl"
7 :
8 : #include "com/sun/star/auth/AuthenticationFailedException.hpp"
9 : #include "com/sun/star/io/AlreadyConnectedException.hpp"
10 : #include "com/sun/star/io/ConnectException.hpp"
11 : #include "com/sun/star/io/NoRouteToHostException.hpp"
12 : #include "com/sun/star/io/NotConnectedException.hpp"
13 : #include "com/sun/star/io/UnknownHostException.hpp"
14 : #include "com/sun/star/lang/IllegalArgumentException.hpp"
15 : #include "com/sun/star/mail/MailException.hpp"
16 : #include "com/sun/star/mail/XAuthenticator.hpp"
17 : #include "com/sun/star/mail/XConnectionListener.hpp"
18 : #include "com/sun/star/uno/RuntimeException.hpp"
19 : #include "com/sun/star/uno/XCurrentContext.hpp"
20 : #include "com/sun/star/uno/XInterface.hpp"
21 : #include "com/sun/star/uno/Reference.hxx"
22 : #include "com/sun/star/uno/Sequence.hxx"
23 : #include "com/sun/star/uno/Type.hxx"
24 : #include "cppu/unotype.hxx"
25 : #include "osl/mutex.hxx"
26 : #include "rtl/ustring.hxx"
27 : #include "rtl/instance.hxx"
28 : #include "sal/types.h"
29 :
30 : namespace com { namespace sun { namespace star { namespace mail {
31 :
32 0 : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::mail::XMailService const *) {
33 : static typelib_TypeDescriptionReference * the_type = 0;
34 0 : if ( !the_type )
35 : {
36 0 : typelib_static_type_init( &the_type, typelib_TypeClass_INTERFACE, "com.sun.star.mail.XMailService" );
37 : }
38 0 : return * reinterpret_cast< ::com::sun::star::uno::Type * >( &the_type );
39 : }
40 :
41 : } } } }
42 :
43 0 : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(SAL_UNUSED_PARAMETER ::com::sun::star::uno::Reference< css::mail::XMailService > const *) SAL_THROW(()) {
44 0 : return ::cppu::UnoType< ::com::sun::star::uno::Reference< css::mail::XMailService > >::get();
45 : }
46 :
47 0 : ::com::sun::star::uno::Type const & css::mail::XMailService::static_type(SAL_UNUSED_PARAMETER void *) {
48 0 : return ::getCppuType(static_cast< ::com::sun::star::uno::Reference< css::mail::XMailService > * >(0));
49 : }
50 :
51 : #endif // INCLUDED_COM_SUN_STAR_MAIL_XMAILSERVICE_HPP
|