[sword-cvs] icu-sword/source/extra/scrptrun scrptrun.h,1.4,1.5
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 6 Apr 2004 03:10:49 -0700
Update of /cvs/core/icu-sword/source/extra/scrptrun
In directory www:/tmp/cvs-serv8911/source/extra/scrptrun
Modified Files:
scrptrun.h
Log Message:
ICU 2.8 sync
Index: scrptrun.h
===================================================================
RCS file: /cvs/core/icu-sword/source/extra/scrptrun/scrptrun.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- scrptrun.h 10 Sep 2003 02:42:20 -0000 1.4
+++ scrptrun.h 6 Apr 2004 10:08:40 -0000 1.5
@@ -1,7 +1,7 @@
/*
*******************************************************************************
*
- * Copyright (C) 1999-2001, International Business Machines
+ * Copyright (C) 1999-2003, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@@ -56,14 +56,14 @@
/**
* ICU "poor man's RTTI", returns a UClassID for the actual class.
*
- * @draft ICU 2.2
+ * @stable ICU 2.2
*/
virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); }
/**
* ICU "poor man's RTTI", returns a UClassID for this class.
*
- * @draft ICU 2.2
+ * @stable ICU 2.2
*/
static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }