INTEGRATION: CWS sb18 (1.6.136); FILE MERGED

2004/05/21 15:09:19 sb 1.6.136.1: #i21150# Added published flag.
This commit is contained in:
Oliver Bolte
2004-06-03 14:32:38 +00:00
parent bb2dc302fd
commit 6a1db8ffb5

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: AlreadyAcceptingException.idl,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: jbu $ $Date: 2001-10-12 16:04:15 $
* last change: $Author: obo $ $Date: 2004-06-03 15:32:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@
/** Is thrown, when there is another thread already accepting on this instance.
*/
exception AlreadyAcceptingException: com::sun::star::uno::Exception
published exception AlreadyAcceptingException: com::sun::star::uno::Exception
{
};