summaryrefslogtreecommitdiff
path: root/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl')
-rw-r--r--CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl b/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl
index 0a01f1bdf43..be2751bacfb 100644
--- a/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl
+++ b/CIAO/tests/IDL_Test/Cornucopia/Cornucopia.idl
@@ -51,10 +51,12 @@ interface IfConcr : IfAb
long concr_op (out long value);
};
+#if !defined (CCM_LW)
valuetype pkey : Components::PrimaryKeyBase
{
public string info;
};
+#endif
eventtype pubtype {};
eventtype emittype {};
@@ -193,8 +195,10 @@ module HomeMod
exception ch_except {};
void ch_op () raises (ch_except);
factory def_init ();
+#if !defined (CCM_LW)
finder kitchen_sink (in string uid, in pkey key, in boolean all)
raises (ch_except);
+#endif
};
};