20 #ifndef __com_sun_star_util_XLockable_idl__
21 #define __com_sun_star_util_XLockable_idl__
26 module
com { module sun { module star { module util {
is raised when attempt is made to unlock a lockable component which actually is not locked.
Definition: NotLockedException.idl:32
allows locking a component
Definition: XLockable.idl:36
void unlock()
unlocks the component
void lock()
locks the component
Definition: Ambiguous.idl:22