From: Teiniker E. <tei...@us...> - 2007-02-25 10:53:56
|
Update of /cvsroot/ccmtools/ccmtools/test/JavaAssembly/prototype2/xxx/idl3/interface/wamas/Test In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14346/test/JavaAssembly/prototype2/xxx/idl3/interface/wamas/Test Added Files: I1.idl I3.idl I2.idl Log Message: Added second prototype for Java assemblies. --- NEW FILE: I2.idl --- /* * This file was automatically generated by CCM Tools version 0.9.0 * <http://ccmtools.sourceforge.net> * DO NOT EDIT! */ #ifndef ___WAMAS_TEST_I2__IDL__ #define ___WAMAS_TEST_I2__IDL__ module wamas { module Test { interface I2 { }; }; // /module Test }; // /module wamas #endif /* ___WAMAS_TEST_I2__IDL__ */ --- NEW FILE: I3.idl --- /* * This file was automatically generated by CCM Tools version 0.9.0 * <http://ccmtools.sourceforge.net> * DO NOT EDIT! */ #ifndef ___WAMAS_TEST_I3__IDL__ #define ___WAMAS_TEST_I3__IDL__ module wamas { module Test { interface I3 { }; }; // /module Test }; // /module wamas #endif /* ___WAMAS_TEST_I3__IDL__ */ --- NEW FILE: I1.idl --- /* * This file was automatically generated by CCM Tools version 0.9.0 * <http://ccmtools.sourceforge.net> * DO NOT EDIT! */ #ifndef ___WAMAS_TEST_I1__IDL__ #define ___WAMAS_TEST_I1__IDL__ module wamas { module Test { interface I1 { string value(); }; }; // /module Test }; // /module wamas #endif /* ___WAMAS_TEST_I1__IDL__ */ |