From: Teiniker E. <tei...@us...> - 2007-02-25 10:53:56
|
Update of /cvsroot/ccmtools/ccmtools/test/JavaAssembly/prototype2/xxx/idl3/component/wamas In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14346/test/JavaAssembly/prototype2/xxx/idl3/component/wamas Added Files: C3.idl H3.idl Log Message: Added second prototype for Java assemblies. --- NEW FILE: H3.idl --- /* * This file was automatically generated by CCM Tools version 0.9.0 * <http://ccmtools.sourceforge.net> * DO NOT EDIT! */ #ifndef ___WAMAS_H3__IDL__ #define ___WAMAS_H3__IDL__ #include <wamas/C3.idl> module wamas { home H3 manages ::wamas::C3 { }; }; // /module wamas #endif /* ___WAMAS_H3__IDL__ */ --- NEW FILE: C3.idl --- /* * This file was automatically generated by CCM Tools version 0.9.0 * <http://ccmtools.sourceforge.net> * DO NOT EDIT! */ #ifndef ___WAMAS_C3__IDL__ #define ___WAMAS_C3__IDL__ #include <wamas/Test/I1.idl> #include <wamas/Test/I3.idl> module wamas { component C3 { attribute long b; provides ::wamas::Test::I1 i1; uses ::wamas::Test::I3 i3; }; }; // /module wamas // This is a hack to make the CppGenerator happy !!! #include <wamas/H3.idl> #endif /* ___WAMAS_C3__IDL__ */ |