summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2002-11-11 14:20:20 +0000
committerJuergen Schmidt <jsc@openoffice.org>2002-11-11 14:20:20 +0000
commit8ec4da9e87a1c6198340735595d16acae613e733 (patch)
tree50c6c31e205a09170233009c0cb906916d5463c2 /registry
parent4486321f54bb78bd1a7d22023c035ddf2b789adf (diff)
#104974# correct documentation of singleton
Diffstat (limited to 'registry')
-rw-r--r--registry/inc/registry/refltype.hxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/registry/inc/registry/refltype.hxx b/registry/inc/registry/refltype.hxx
index 3319278d8917..2c9e95fbfd27 100644
--- a/registry/inc/registry/refltype.hxx
+++ b/registry/inc/registry/refltype.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: refltype.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-11-15 18:01:32 $
+ * last change: $Author: jsc $ $Date: 2002-11-11 15:20:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,9 @@
Source Code Control System - Update
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/11/15 18:01:32 jsc
+ #88337# review docu
+
Revision 1.5 2001/05/18 15:30:58 jsc
#87233# insert enum value
@@ -201,8 +204,8 @@ enum RTTypeClass
a base service, properties (fields), references to services or interfaces.
*/
RT_TYPE_SERVICE,
- /** specifies that the blob represents a singleton type (a special service). A singleton blob
- can contain a base service, properties (fields), references to services or interfaces.
+ /** specifies that the blob represents a singleton type (a named object) which refers exactly
+ one existing service.
*/
RT_TYPE_SINGLETON,
/// deprecated, not used.