[PATCH] Test support for "const octet" declarations in libIDL



The following patch tests that we can do:

const octet CONST_OCTET = 0x12;

and still keep orbit-idl-2 happy. The patch is against ORBit2-2.12.0.

-- 
  jules

diff -urN ORBit2-2.12.0.orig/ChangeLog ORBit2-2.12.0/ChangeLog
--- ORBit2-2.12.0.orig/ChangeLog	2004-09-13 16:22:01.000000000 +0200
+++ ORBit2-2.12.0/ChangeLog	2004-11-03 12:39:53.000000000 +0100
@@ -1,3 +1,8 @@
+2004-11-03  Jules Colding  <colding omesc com>
+
+	* test/everything/everything.idl: Added test for const octet 
+	declarations.
+
 2004-09-13  Mark McLoughlin  <mark skynet ie>
 
 	* configure.in: Version 2.12.0.
diff -urN ORBit2-2.12.0.orig/test/everything/everything.idl ORBit2-2.12.0/test/everything/everything.idl
--- ORBit2-2.12.0.orig/test/everything/everything.idl	2004-08-30 16:56:55.000000000 +0200
+++ ORBit2-2.12.0/test/everything/everything.idl	2004-11-03 12:38:53.000000000 +0100
@@ -21,6 +21,7 @@
 #pragma prefix "orbit"
 
 module test {
+	const octet CONST_OCTET = 0x12;
 	const char CONST_CHAR = 't';
 	const short CONST_SHORT = 0x1234;
 	const long CONST_LONG = 0x12345678;




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]