[Strmod-devel] Big change on new_event2-branch
Status: Alpha
Brought to you by:
omnifarious
From: Eric M. H. <ho...@om...> - 2001-09-07 13:09:42
|
I've moved everything in the StrMod subdirectory to be in the strmod::strmod namespace. I've also been updating and improving documentation as I go along. If anybody wants to tackle moving the LCore subdirectory into the strmod::lcore namespace, it'd be a wonderful thing. The best way to do this is to download the event2 branch and make the changes there and send in diffs. Someday, I'll do some kind of hardening thing and have anonymous CVS access, but right now I don't trust it. I think I will also make a 'names.h' header in each subsystem that declares all the names used in that subsystem without actually declaring the definitions. So, it'll be fast to include and will eliminate things like: namespace strmod { namespace strmod { class StreamModule; }; }; to forward declare the StreamModule class. You could just include <StrMod/StreamModule.h>, but that introduces an unnecessary dependency on a file who's contents you probably are not particularily concerned with. Have fun (if at all possible), --=20 "It does me no injury for my neighbor to say there are twenty gods or no Go= d. It neither picks my pocket nor breaks my leg." --- Thomas Jefferson "Go to Heaven for the climate, Hell for the company." -- Mark Twain -- Eric Hopper (ho...@om... http://www.omnifarious.org/~hopper)= -- |