summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-04 09:52:15 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-04 09:52:15 +0000
commitda405669bad413405230732b073d980977f05b17 (patch)
tree473ae054507d9da1971bd229620d44454b5ae07e /cppu
parentec8ee84f49aef7c203a442f0391f19cd0602d5ed (diff)
INTEGRATION: CWS cliuno01 (1.9.30); FILE MERGED
2003/06/03 13:50:26 dbo 1.9.30.2: RESYNC: (1.9-1.10); FILE MERGED 2003/04/04 09:34:33 dbo 1.9.30.1: #107130# adding UNO_LB_CLI
Diffstat (limited to 'cppu')
-rw-r--r--cppu/inc/uno/lbnames.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/cppu/inc/uno/lbnames.h b/cppu/inc/uno/lbnames.h
index 1a0570c07d94..be4b94c6d6a5 100644
--- a/cppu/inc/uno/lbnames.h
+++ b/cppu/inc/uno/lbnames.h
@@ -2,9 +2,9 @@
*
* $RCSfile: lbnames.h,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2003-04-28 16:26:36 $
+ * last change: $Author: obo $ $Date: 2003-09-04 10:52:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -130,7 +130,9 @@ provoking error here, because PP ignores #error
#define UNO_LB_UNO "uno"
/** Environment type name for ANSI C compilers. */
#define UNO_LB_C "c"
-/** Environment type name for java 1.1 compatible virtual machine. */
+/** Environment type name for Java 1.3.1 compatible virtual machine. */
#define UNO_LB_JAVA "java"
+/** Environment type name for CLI (Common Language Infrastructure). */
+#define UNO_LB_CLI "cli"
#endif