paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/src/factory pgfactory.cpp,1.2,1.3


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/src/factory pgfactory.cpp,1.2,1.3
Date: Wed, 26 Jun 2002 08:10:23 -0400

Update of /cvsroot/paragui/paragui/src/factory
In directory subversions:/tmp/cvs-serv11128/src/factory

Modified Files:
        pgfactory.cpp 
Log Message:
simplified factory



Index: pgfactory.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/src/factory/pgfactory.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** pgfactory.cpp       26 Jun 2002 11:22:17 -0000      1.2
--- pgfactory.cpp       26 Jun 2002 12:10:20 -0000      1.3
***************
*** 4,13 ****
  static std::map<std::string, PG_Factory::CREATEFN> creator_map;
  
- PG_FactoryBaseObject::PG_FactoryBaseObject() {
- }
-       
- PG_FactoryBaseObject::~PG_FactoryBaseObject() {
- }
- 
  void PG_Factory::RegisterCreateFn(const std::string& classname, CREATEFN fn) {
                creator_map[classname] = fn;
--- 4,7 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]