From: stephan b. <sg...@us...> - 2004-12-26 07:55:43
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3282/include/pclasses Modified Files: Factory.h Log Message: added an API comment. Index: Factory.h =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Factory.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- Factory.h 26 Dec 2004 06:01:52 -0000 1.12 +++ Factory.h 26 Dec 2004 07:55:32 -0000 1.13 @@ -300,6 +300,11 @@ could be loaded for the given key. Subtypes are free to implement, e.g., DLL lookups. + + This implementation calls expandAliases(_key) to + unexpand any aliased class names. Subclasses + "should" do the same, but are not strictly required + to. */ virtual ResultType create( const key_type & _key ) { |