summaryrefslogtreecommitdiff
path: root/comphelper/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-10-11 07:58:17 +0000
committerOliver Bolte <obo@openoffice.org>2005-10-11 07:58:17 +0000
commit1081df0884149ea73f90268c3a8ce5b720b821be (patch)
tree4cfd2a013be0706ef3cb3908c51cbb672093709c /comphelper/inc
parent5d928b25987820d05fec602093b397e22c05a1a3 (diff)
INTEGRATION: CWS presfixes08 (1.2.88); FILE MERGED
2005/09/09 14:30:58 dbo 1.2.88.1: marked as @deprecated
Diffstat (limited to 'comphelper/inc')
-rw-r--r--comphelper/inc/comphelper/optionalvalue.hxx11
1 files changed, 9 insertions, 2 deletions
diff --git a/comphelper/inc/comphelper/optionalvalue.hxx b/comphelper/inc/comphelper/optionalvalue.hxx
index 510f1d11c622..7a649436a2d4 100644
--- a/comphelper/inc/comphelper/optionalvalue.hxx
+++ b/comphelper/inc/comphelper/optionalvalue.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: optionalvalue.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 02:33:50 $
+ * last change: $Author: obo $ $Date: 2005-10-11 08:58:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,6 +42,13 @@
namespace comphelper
{
+
+/** @deprecated
+ Use boost/optional.hpp instead.
+*/
+
+
+
/* Definition of OptionalValue template */
/** This template provides 'optionality' for the given value type.