// // Cookie.idl. // Will produce a set of files in the Cookie\ subdirectory // for implementing the cookieserver interface // module corbacookie { module Cookie { interface CookieServer { string getRandomCookie(); string getCookie(in long i); }; }; };