diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:30:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:30:11 +0000 |
commit | 92d9b760a8f80fb75ed890beedd6ae4513878d25 (patch) | |
tree | e06173d9090b5130b2207f52500c22e98a454c6d /cppuhelper | |
parent | 71c9771a9682f1f9c70832b1636efc2eb3ea6716 (diff) |
INTEGRATION: CWS tbe13 (1.8.28); FILE MERGED
2004/10/27 12:57:13 tbe 1.8.28.2: #i34749# missing since tags in Java/C++ bootstrap documentation
2004/09/28 16:15:32 tbe 1.8.28.1: #i34749# missing since tags in Java/C++ bootstrap documentation
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/inc/cppuhelper/bootstrap.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/cppuhelper/inc/cppuhelper/bootstrap.hxx b/cppuhelper/inc/cppuhelper/bootstrap.hxx index 9d9daf173..6ba137297 100644 --- a/cppuhelper/inc/cppuhelper/bootstrap.hxx +++ b/cppuhelper/inc/cppuhelper/bootstrap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: bootstrap.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2004-05-28 15:58:25 $ + * last change: $Author: obo $ $Date: 2004-11-15 13:30:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -163,6 +163,8 @@ defaultBootstrap_InitialComponentContext(const ::rtl::OUString & iniFile) SAL_TH /** * An exception indicating a bootstrap error. + * + * @since UDK 3.2.0 */ class BootstrapException { @@ -214,6 +216,8 @@ private: * @exception BootstrapException * Thrown in case bootstrap() signals an exception due to a * bootstrap error. + * + * @since UDK 3.2.0 */ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > SAL_CALL bootstrap(); |