bridge.hxx (3638366c) bridge.hxx (17fdcdb4)
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

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

224 void terminateWhenUnused(bool unused);
225
226 typedef
227 std::list<
228 com::sun::star::uno::Reference<
229 com::sun::star::lang::XEventListener > >
230 Listeners;
231
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

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

224 void terminateWhenUnused(bool unused);
225
226 typedef
227 std::list<
228 com::sun::star::uno::Reference<
229 com::sun::star::lang::XEventListener > >
230 Listeners;
231
232 struct SubStub;
232 struct SubStub {
233 com::sun::star::uno::UnoInterfaceReference object;
234 sal_uInt32 references;
235 };
233
234 typedef std::map< com::sun::star::uno::TypeDescription, SubStub > Stub;
235
236 typedef std::map< rtl::OUString, Stub > Stubs;
237
238 enum Mode {
239 MODE_REQUESTED, MODE_REPLY_MINUS1, MODE_REPLY_0, MODE_REPLY_1,
240 MODE_WAIT, MODE_NORMAL, MODE_NORMAL_WAIT };

--- 43 unchanged lines hidden ---
236
237 typedef std::map< com::sun::star::uno::TypeDescription, SubStub > Stub;
238
239 typedef std::map< rtl::OUString, Stub > Stubs;
240
241 enum Mode {
242 MODE_REQUESTED, MODE_REPLY_MINUS1, MODE_REPLY_0, MODE_REPLY_1,
243 MODE_WAIT, MODE_NORMAL, MODE_NORMAL_WAIT };

--- 43 unchanged lines hidden ---