dtrans.cxx (48123e16) dtrans.cxx (e8183b3f)
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

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

35using namespace cppu;
36using namespace rtl;
37
38extern "C"
39{
40
41//==================================================================================================
42
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

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

35using namespace cppu;
36using namespace rtl;
37
38extern "C"
39{
40
41//==================================================================================================
42
43void SAL_CALL component_getImplementationEnvironment(const sal_Char ** ppEnvTypeName,
43SAL_DLLPUBLIC_EXPORT void SAL_CALL component_getImplementationEnvironment(const sal_Char ** ppEnvTypeName,
44 uno_Environment ** /*ppEnv*/ )
45{
46 *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
47}
48
49//==================================================================================================
50
44 uno_Environment ** /*ppEnv*/ )
45{
46 *ppEnvTypeName = CPPU_CURRENT_LANGUAGE_BINDING_NAME;
47}
48
49//==================================================================================================
50
51void * SAL_CALL component_getFactory(
51SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
52 const sal_Char * pImplName,
53 void * pServiceManager,
54 void * /*pRegistryKey*/
55)
56{
57 void * pRet = 0;
58
59 if (pServiceManager)

--- 31 unchanged lines hidden ---
52 const sal_Char * pImplName,
53 void * pServiceManager,
54 void * /*pRegistryKey*/
55)
56{
57 void * pRet = 0;
58
59 if (pServiceManager)

--- 31 unchanged lines hidden ---