From: Robert L. <rle...@us...> - 2007-03-09 09:06:17
|
Update of /cvsroot/ccmtools/ccmtools/test/CppGenerator/receptacle_multiple/impl In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv26530/test/CppGenerator/receptacle_multiple/impl Modified Files: Test_impl.cc Log Message: bug fix: wrong use of local impl. interfaces Index: Test_impl.cc =================================================================== RCS file: /cvsroot/ccmtools/ccmtools/test/CppGenerator/receptacle_multiple/impl/Test_impl.cc,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Test_impl.cc 5 Jan 2007 14:17:27 -0000 1.14 --- Test_impl.cc 9 Mar 2007 09:06:14 -0000 1.15 *************** *** 1,13 **** /*** * Test component business logic implementation. ! * ! * // TODO: WRITE YOUR DESCRIPTION HERE! * * @author ! * @version * * This file structure was automatically generated by CCM Tools * <http://ccmtools.sourceforge.net/> and contains a component's ! * implementation classes. ***/ --- 1,13 ---- /*** * Test component business logic implementation. ! * ! * // TODO: WRITE YOUR DESCRIPTION HERE! * * @author ! * @version * * This file structure was automatically generated by CCM Tools * <http://ccmtools.sourceforge.net/> and contains a component's ! * implementation classes. ***/ *************** *** 44,52 **** cout << "=== Begin test case =======================================" << endl; ! consoleConnections multiCon = ctx->get_connections_console(); ! consoleConnections::const_iterator it; long size; ! ! for(it=multiCon.begin();it != multiCon.end(); ++it) { cout << " "; --- 44,52 ---- cout << "=== Begin test case =======================================" << endl; ! Test_console_Connections multiCon = ctx->get_connections_console(); ! Test_console_Connections::const_iterator it; long size; ! ! for(it=multiCon.begin();it != multiCon.end(); ++it) { cout << " "; |