|
From: Darrell S. <da...@sc...> - 2005-08-10 17:21:04
|
Hi Egon, Could you change the directories so that the path matches the namespace instead of the directory name, i.e. "CCM_Local/ MyModule/..." instead of "CCM_Local_MyModule_...". I find it very useful to have the gererated code match the include entries (since I don't use confix). thanks, Darrell On Aug 10, 2005, at 12:31 PM, Egon Teiniker wrote: > Hey all! > > Currently, I change the ccmtools source code ( > RELEASE-0_5_3-pre1) > significantly!!! > Practical use of ccmtools have shown that the defined namespaces are > problematic. Thus, I will perform the following changes for > RELEASE-0_5_3-pre2: > > CCM_Local -> ccm::local > CCM_Remote -> ccm::remote > LocalComponents -> ccm::local::Components > CCM_Local::CCM_SESSION_xxx -> ccm::local::component > > CCM_Local::world::europe::austria::Type -> > world::europe::austria::ccm::local::Type > > Together with these namespaces, directory names of generated code will > change... > > :-) Egon > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle > Practices > Agile & Plan-Driven Development * Managing Projects & Teams * > Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/ > bsce5sf > _______________________________________________ > ccmtools-devel mailing list > ccm...@li... > https://lists.sourceforge.net/lists/listinfo/ccmtools-devel > |