1*b1cdbd2cSJim Jagielski /************************************************************** 2*b1cdbd2cSJim Jagielski * 3*b1cdbd2cSJim Jagielski * Licensed to the Apache Software Foundation (ASF) under one 4*b1cdbd2cSJim Jagielski * or more contributor license agreements. See the NOTICE file 5*b1cdbd2cSJim Jagielski * distributed with this work for additional information 6*b1cdbd2cSJim Jagielski * regarding copyright ownership. The ASF licenses this file 7*b1cdbd2cSJim Jagielski * to you under the Apache License, Version 2.0 (the 8*b1cdbd2cSJim Jagielski * "License"); you may not use this file except in compliance 9*b1cdbd2cSJim Jagielski * with the License. You may obtain a copy of the License at 10*b1cdbd2cSJim Jagielski * 11*b1cdbd2cSJim Jagielski * http://www.apache.org/licenses/LICENSE-2.0 12*b1cdbd2cSJim Jagielski * 13*b1cdbd2cSJim Jagielski * Unless required by applicable law or agreed to in writing, 14*b1cdbd2cSJim Jagielski * software distributed under the License is distributed on an 15*b1cdbd2cSJim Jagielski * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*b1cdbd2cSJim Jagielski * KIND, either express or implied. See the License for the 17*b1cdbd2cSJim Jagielski * specific language governing permissions and limitations 18*b1cdbd2cSJim Jagielski * under the License. 19*b1cdbd2cSJim Jagielski * 20*b1cdbd2cSJim Jagielski *************************************************************/ 21*b1cdbd2cSJim Jagielski 22*b1cdbd2cSJim Jagielski 23*b1cdbd2cSJim Jagielski 24*b1cdbd2cSJim Jagielski // MARKER(update_precomp.py): Generated on 2006-09-01 17:49:31.967936 25*b1cdbd2cSJim Jagielski 26*b1cdbd2cSJim Jagielski #ifdef PRECOMPILED_HEADERS 27*b1cdbd2cSJim Jagielski //---MARKER--- 28*b1cdbd2cSJim Jagielski #include "boost/static_assert.hpp" 29*b1cdbd2cSJim Jagielski 30*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/InvalidProtocolChangeException.hdl" 31*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/InvalidProtocolChangeException.hpp" 32*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/ProtocolProperty.hdl" 33*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/ProtocolProperty.hpp" 34*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/XBridge.hpp" 35*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/XBridgeFactory.hpp" 36*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/XInstanceProvider.hpp" 37*b1cdbd2cSJim Jagielski #include "com/sun/star/bridge/XUnoUrlResolver.hpp" 38*b1cdbd2cSJim Jagielski #include "com/sun/star/connection/ConnectionSetupException.hpp" 39*b1cdbd2cSJim Jagielski #include "com/sun/star/connection/NoConnectException.hpp" 40*b1cdbd2cSJim Jagielski #include "com/sun/star/connection/XAcceptor.hpp" 41*b1cdbd2cSJim Jagielski #include "com/sun/star/connection/XConnection.hpp" 42*b1cdbd2cSJim Jagielski #include "com/sun/star/connection/XConnector.hpp" 43*b1cdbd2cSJim Jagielski #include "com/sun/star/frame/XComponentLoader.hpp" 44*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XInputStream.hpp" 45*b1cdbd2cSJim Jagielski #include "com/sun/star/io/XOutputStream.hpp" 46*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/IllegalArgumentException.hpp" 47*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/WrappedTargetRuntimeException.hpp" 48*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XComponent.hpp" 49*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XInitialization.hpp" 50*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XMain.hpp" 51*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XMultiComponentFactory.hpp" 52*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XServiceInfo.hpp" 53*b1cdbd2cSJim Jagielski #include "com/sun/star/lang/XSingleComponentFactory.hpp" 54*b1cdbd2cSJim Jagielski #include "com/sun/star/registry/InvalidRegistryException.hpp" 55*b1cdbd2cSJim Jagielski #include "com/sun/star/registry/XImplementationRegistration.hpp" 56*b1cdbd2cSJim Jagielski #include "com/sun/star/registry/XRegistryKey.hpp" 57*b1cdbd2cSJim Jagielski #include "com/sun/star/text/XTextDocument.hpp" 58*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Any.h" 59*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Any.hxx" 60*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/DeploymentException.hpp" 61*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Exception.hdl" 62*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Exception.hpp" 63*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Reference.h" 64*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Reference.hxx" 65*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/RuntimeException.hdl" 66*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/RuntimeException.hpp" 67*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Sequence.h" 68*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Sequence.hxx" 69*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Type.h" 70*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/Type.hxx" 71*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/TypeClass.hdl" 72*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XComponentContext.hpp" 73*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XInterface.hdl" 74*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XInterface.hpp" 75*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/XNamingService.hpp" 76*b1cdbd2cSJim Jagielski #include "com/sun/star/uno/genfunc.hxx" 77*b1cdbd2cSJim Jagielski 78*b1cdbd2cSJim Jagielski #include "cppu/macros.hxx" 79*b1cdbd2cSJim Jagielski #include "cppu/unotype.hxx" 80*b1cdbd2cSJim Jagielski 81*b1cdbd2cSJim Jagielski #include "cppuhelper/factory.hxx" 82*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase1.hxx" 83*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase2.hxx" 84*b1cdbd2cSJim Jagielski #include "cppuhelper/implbase3.hxx" 85*b1cdbd2cSJim Jagielski #include "cppuhelper/implementationentry.hxx" 86*b1cdbd2cSJim Jagielski #include "cppuhelper/servicefactory.hxx" 87*b1cdbd2cSJim Jagielski #include "cppuhelper/weak.hxx" 88*b1cdbd2cSJim Jagielski 89*b1cdbd2cSJim Jagielski 90*b1cdbd2cSJim Jagielski #include "osl/conditn.h" 91*b1cdbd2cSJim Jagielski #include "osl/conditn.hxx" 92*b1cdbd2cSJim Jagielski #include "osl/diagnose.h" 93*b1cdbd2cSJim Jagielski #include "osl/doublecheckedlocking.h" 94*b1cdbd2cSJim Jagielski #include "osl/getglobalmutex.hxx" 95*b1cdbd2cSJim Jagielski #include "osl/interlck.h" 96*b1cdbd2cSJim Jagielski #include "osl/module.h" 97*b1cdbd2cSJim Jagielski #include "osl/module.hxx" 98*b1cdbd2cSJim Jagielski #include "osl/mutex.h" 99*b1cdbd2cSJim Jagielski #include "osl/mutex.hxx" 100*b1cdbd2cSJim Jagielski #include "osl/process.h" 101*b1cdbd2cSJim Jagielski #include "osl/semaphor.h" 102*b1cdbd2cSJim Jagielski #include "osl/thread.h" 103*b1cdbd2cSJim Jagielski #include "osl/thread.hxx" 104*b1cdbd2cSJim Jagielski #include "osl/time.h" 105*b1cdbd2cSJim Jagielski 106*b1cdbd2cSJim Jagielski #include "rtl/alloc.h" 107*b1cdbd2cSJim Jagielski #include "rtl/byteseq.h" 108*b1cdbd2cSJim Jagielski #include "rtl/byteseq.hxx" 109*b1cdbd2cSJim Jagielski #include "rtl/instance.hxx" 110*b1cdbd2cSJim Jagielski #include "rtl/memory.h" 111*b1cdbd2cSJim Jagielski #include "rtl/process.h" 112*b1cdbd2cSJim Jagielski #include "rtl/random.h" 113*b1cdbd2cSJim Jagielski #include "rtl/strbuf.hxx" 114*b1cdbd2cSJim Jagielski #include "rtl/string.h" 115*b1cdbd2cSJim Jagielski #include "rtl/string.hxx" 116*b1cdbd2cSJim Jagielski #include "rtl/unload.h" 117*b1cdbd2cSJim Jagielski #include "rtl/ustrbuf.hxx" 118*b1cdbd2cSJim Jagielski #include "rtl/ustring.h" 119*b1cdbd2cSJim Jagielski #include "rtl/ustring.hxx" 120*b1cdbd2cSJim Jagielski #include "rtl/uuid.h" 121*b1cdbd2cSJim Jagielski 122*b1cdbd2cSJim Jagielski #include "sal/alloca.h" 123*b1cdbd2cSJim Jagielski #include "sal/config.h" 124*b1cdbd2cSJim Jagielski #include "sal/types.h" 125*b1cdbd2cSJim Jagielski 126*b1cdbd2cSJim Jagielski #include "sys/types.h" 127*b1cdbd2cSJim Jagielski 128*b1cdbd2cSJim Jagielski 129*b1cdbd2cSJim Jagielski #include "typelib/typeclass.h" 130*b1cdbd2cSJim Jagielski #include "typelib/typedescription.h" 131*b1cdbd2cSJim Jagielski #include "typelib/typedescription.hxx" 132*b1cdbd2cSJim Jagielski 133*b1cdbd2cSJim Jagielski #include "uno/any2.h" 134*b1cdbd2cSJim Jagielski #include "uno/data.h" 135*b1cdbd2cSJim Jagielski #include "uno/dispatcher.h" 136*b1cdbd2cSJim Jagielski #include "uno/environment.h" 137*b1cdbd2cSJim Jagielski #include "uno/environment.hxx" 138*b1cdbd2cSJim Jagielski #include "uno/lbnames.h" 139*b1cdbd2cSJim Jagielski #include "uno/mapping.h" 140*b1cdbd2cSJim Jagielski #include "uno/mapping.hxx" 141*b1cdbd2cSJim Jagielski #include "uno/sequence2.h" 142*b1cdbd2cSJim Jagielski #include "uno/threadpool.h" 143*b1cdbd2cSJim Jagielski //---MARKER--- 144*b1cdbd2cSJim Jagielski #endif 145