|
From: Teiniker E. <tei...@us...> - 2007-01-18 10:13:14
|
Update of /cvsroot/ccmtools/ccmtools/test/IDLParser/include/idl3/interface/world In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv449/test/IDLParser/include/idl3/interface/world Added Files: IFace.idl Log Message: Refactored test directory --- NEW FILE: IFace.idl --- /* * This file was automatically generated by CCM Tools version 0.8.0 * <http://ccmtools.sourceforge.net> * DO NOT EDIT! */ #ifndef ___WORLD_IFACE__IDL__ #define ___WORLD_IFACE__IDL__ module world { interface IFace { long foo(in string str); }; }; // /module world #endif /* ___WORLD_IFACE__IDL__ */ |