blob: d8167395c729a5803b5747fa9efc1340b626ddff [file] [log] [blame]
/**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*************************************************************/
#ifndef __com_sun_star_bridge_ModelDependent_idl__
#define __com_sun_star_bridge_ModelDependent_idl__
//=============================================================================
module com { module sun { module star { module bridge {
//=============================================================================
// DocMerge from idl: constants com::sun::star::bridge::ModelDependent
/** These constants are used to specify model-dependant representations.
<p>They are only used for creating bridges to other component models.
@see com::sun::star::bridge::XBridgeSupplier2
*/
published constants ModelDependent
{
//-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR constants::1
// DocMerge: empty anyway
const short UNO = 1;
//-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR constants::2
// DocMerge: empty anyway
const short OLE = 2;
//-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR constants::3
// DocMerge: empty anyway
const short JAVA = 3;
//-------------------------------------------------------------------------
// DOCUMENTATION OMITTED FOR constants::4
// DocMerge: empty anyway
const short CORBA = 4;
};
//=============================================================================
}; }; }; };
/*=============================================================================
=============================================================================*/
#endif