summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-27 09:58:03 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-27 09:58:03 +0000
commitf9c2083d58c9b8956c5bba2d2708cc3892a1bcff (patch)
tree7294b25d9d4f79e1183141507df6ea5bf369b9ab /idlc
parent63b99043d77d153c7d40b9ce1a2876cb05d9896b (diff)
insert module idlc
Diffstat (limited to 'idlc')
-rw-r--r--idlc/test/const.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/idlc/test/const.idl b/idlc/test/const.idl
index c8b76f7a3..355981168 100644
--- a/idlc/test/const.idl
+++ b/idlc/test/const.idl
@@ -1,3 +1,5 @@
+module idlc
+{
module test
{
const long l = 1;
@@ -46,3 +48,4 @@ constants USER
};
};
+};