ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/GenericFactory.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/GenericFactory.hpp (file contents):
Revision 1641 by tim, Sun Oct 24 07:55:48 2004 UTC vs.
Revision 1642 by tim, Mon Oct 25 04:08:14 2004 UTC

# Line 130 | Line 130 | class GenericFactory {
130           * corresponding creator for the type identifier and returns its result.
131           * @return a pointer of the concrete object, return NULL if no creator is registed for
132           * creating this concrete object
133 <         * @id the identification of the concrete object
133 >         * @param id the identification of the concrete object
134           */
135          Object* createObject(const IdentType& id) {
136              typename CreatorMapType::iterator i = creatorMap_.find(id);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines