Update of /cvsroot/ccmtools/ccmtools/test/IDLParser/include/xxx/component
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv449/test/IDLParser/include/xxx/component
Added Files:
Test.idl
Log Message:
Refactored test directory
--- NEW FILE: Test.idl ---
/*
* This file was automatically generated by CCM Tools version 0.8.0
* <http://ccmtools.sourceforge.net>
* DO NOT EDIT!
*/
#ifndef ___TEST__IDL__
#define ___TEST__IDL__
#include <world/IFace.idl>
component Test
{
provides ::world::IFace inPort;
uses ::world::IFace singlePort;
uses multiple ::world::IFace multiPort;
};
// This is a hack to make the CppGenerator happy !!!
#include <TestHome.idl>
#endif /* ___TEST__IDL__ */
|