summaryrefslogtreecommitdiff
path: root/CIAO/tests/Cookies/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/Cookies/Test.idl')
-rw-r--r--CIAO/tests/Cookies/Test.idl14
1 files changed, 0 insertions, 14 deletions
diff --git a/CIAO/tests/Cookies/Test.idl b/CIAO/tests/Cookies/Test.idl
deleted file mode 100644
index ec5c75b3a6a..00000000000
--- a/CIAO/tests/Cookies/Test.idl
+++ /dev/null
@@ -1,14 +0,0 @@
-
-#include "ccm/CCM_Cookie.idl"
-
-module Test
-{
- interface Cook
- {
- ::Components::Cookie get_cookie ();
-
- void check_cookie (in ::Components::Cookie ck);
-
- oneway void shutdown ();
- };
-};