1*1d401386SAndrea Pescetti/************************************************************** 2*1d401386SAndrea Pescetti * 3*1d401386SAndrea Pescetti * Licensed to the Apache Software Foundation (ASF) under one 4*1d401386SAndrea Pescetti * or more contributor license agreements. See the NOTICE file 5*1d401386SAndrea Pescetti * distributed with this work for additional information 6*1d401386SAndrea Pescetti * regarding copyright ownership. The ASF licenses this file 7*1d401386SAndrea Pescetti * to you under the Apache License, Version 2.0 (the 8*1d401386SAndrea Pescetti * "License"); you may not use this file except in compliance 9*1d401386SAndrea Pescetti * with the License. You may obtain a copy of the License at 10*1d401386SAndrea Pescetti * 11*1d401386SAndrea Pescetti * http://www.apache.org/licenses/LICENSE-2.0 12*1d401386SAndrea Pescetti * 13*1d401386SAndrea Pescetti * Unless required by applicable law or agreed to in writing, 14*1d401386SAndrea Pescetti * software distributed under the License is distributed on an 15*1d401386SAndrea Pescetti * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*1d401386SAndrea Pescetti * KIND, either express or implied. See the License for the 17*1d401386SAndrea Pescetti * specific language governing permissions and limitations 18*1d401386SAndrea Pescetti * under the License. 19*1d401386SAndrea Pescetti * 20*1d401386SAndrea Pescetti *************************************************************/ 21*1d401386SAndrea Pescetti 22*1d401386SAndrea Pescetti 23*1d401386SAndrea Pescetti#ifndef __com_sun_star_ucb_InteractiveLockingLockNotAvailableException_idl__ 24*1d401386SAndrea Pescetti#define __com_sun_star_ucb_InteractiveLockingLockNotAvailableException_idl__ 25*1d401386SAndrea Pescetti 26*1d401386SAndrea Pescetti#ifndef __com_sun_star_ucb_InteractiveLockingException_idl__ 27*1d401386SAndrea Pescetti#include <com/sun/star/ucb/InteractiveLockingException.idl> 28*1d401386SAndrea Pescetti#endif 29*1d401386SAndrea Pescetti 30*1d401386SAndrea Pescetti 31*1d401386SAndrea Pescetti//============================================================================= 32*1d401386SAndrea Pescetti 33*1d401386SAndrea Pescettimodule com { module sun { module star { module ucb { 34*1d401386SAndrea Pescetti 35*1d401386SAndrea Pescetti//============================================================================= 36*1d401386SAndrea Pescetti/** An error indicating that the resource can not be locked because the lock capabiliy is not available 37*1d401386SAndrea Pescetti 38*1d401386SAndrea Pescetti @since OpenOffice 4.2 39*1d401386SAndrea Pescetti*/ 40*1d401386SAndrea Pescetti/*published*/ exception InteractiveLockingLockNotAvailableException : com::sun::star::ucb::InteractiveLockingException 41*1d401386SAndrea Pescetti{ 42*1d401386SAndrea Pescetti}; 43*1d401386SAndrea Pescetti 44*1d401386SAndrea Pescetti//============================================================================= 45*1d401386SAndrea Pescetti 46*1d401386SAndrea Pescetti}; }; }; }; 47*1d401386SAndrea Pescetti 48*1d401386SAndrea Pescetti#endif 49