mailtodispatcher.hxx (f8e07b45) mailtodispatcher.hxx (9807c9de)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 79 unchanged lines hidden (view full) ---

88 public css::frame::XNotifyingDispatch, // => XDispatch
89 // baseclasses
90 // Order is neccessary for right initialization!
91 private ThreadHelpBase ,
92 public cppu::OWeakObject
93{
94 /* member */
95 private:
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 79 unchanged lines hidden (view full) ---

88 public css::frame::XNotifyingDispatch, // => XDispatch
89 // baseclasses
90 // Order is neccessary for right initialization!
91 private ThreadHelpBase ,
92 public cppu::OWeakObject
93{
94 /* member */
95 private:
96 css::uno::Reference< css::uno::XComponentContext > m_xContext;
96
97
97 /// reference to global uno service manager which had created us
98 css::uno::Reference< css::lang::XMultiServiceFactory > m_xFactory;
99
100 /* interface */
101 public:
102
103 // ctor/dtor
98 /* interface */
99 public:
100
101 // ctor/dtor
104 MailToDispatcher( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );
102 MailToDispatcher( const css::uno::Reference< css::uno::XComponentContext >& xContext );
105 virtual ~MailToDispatcher( );
106
107 // XInterface, XTypeProvider, XServiceInfo
108 FWK_DECLARE_XINTERFACE
109 FWK_DECLARE_XTYPEPROVIDER
110 DECLARE_XSERVICEINFO
111
112 // XDispatchProvider

--- 29 unchanged lines hidden ---
103 virtual ~MailToDispatcher( );
104
105 // XInterface, XTypeProvider, XServiceInfo
106 FWK_DECLARE_XINTERFACE
107 FWK_DECLARE_XTYPEPROVIDER
108 DECLARE_XSERVICEINFO
109
110 // XDispatchProvider

--- 29 unchanged lines hidden ---