diff options
-rw-r--r-- | configmgr/source/inc/strdecl.hxx | 5 | ||||
-rw-r--r-- | configmgr/source/misc/strimpl.cxx | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/configmgr/source/inc/strdecl.hxx b/configmgr/source/inc/strdecl.hxx index c638cdbfafc2..b49a6f3e9d4b 100644 --- a/configmgr/source/inc/strdecl.hxx +++ b/configmgr/source/inc/strdecl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: strdecl.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: dg $ $Date: 2001-10-11 14:22:47 $ + * last change: $Author: jb $ $Date: 2001-11-14 16:53:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,6 +88,7 @@ namespace configmgr DECLARE_CONSTASCII_USTRING(ATTR_LOCALIZE); DECLARE_CONSTASCII_USTRING(ATTR_NULLABLE); DECLARE_CONSTASCII_USTRING(ATTR_WRITABLE); + DECLARE_CONSTASCII_USTRING(ATTR_FINALIZE); DECLARE_CONSTASCII_USTRING(ATTR_STATE); // boolean constants diff --git a/configmgr/source/misc/strimpl.cxx b/configmgr/source/misc/strimpl.cxx index f716090c1d6a..ad54ee56c723 100644 --- a/configmgr/source/misc/strimpl.cxx +++ b/configmgr/source/misc/strimpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: strimpl.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: dg $ $Date: 2001-10-11 15:41:04 $ + * last change: $Author: jb $ $Date: 2001-11-14 16:53:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -82,6 +82,7 @@ namespace configmgr IMPLEMENT_CONSTASCII_USTRING(ATTR_LOCALIZE, "cfg:localized"); IMPLEMENT_CONSTASCII_USTRING(ATTR_NULLABLE, "cfg:nullable"); IMPLEMENT_CONSTASCII_USTRING(ATTR_WRITABLE, "cfg:writable"); + IMPLEMENT_CONSTASCII_USTRING(ATTR_FINALIZE, "cfg:finalized"); IMPLEMENT_CONSTASCII_USTRING(ATTR_STATE, "state"); IMPLEMENT_CONSTASCII_USTRING(ATTR_PACKAGE, "cfg:package"); |