[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paragui-cvs] CVS: paragui/include pgfactory.h,1.3,1.4
From: |
Alexander Pipelka <address@hidden> |
Subject: |
[paragui-cvs] CVS: paragui/include pgfactory.h,1.3,1.4 |
Date: |
Wed, 26 Jun 2002 08:10:23 -0400 |
Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv11128/include
Modified Files:
pgfactory.h
Log Message:
simplified factory
Index: pgfactory.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgfactory.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** pgfactory.h 26 Jun 2002 11:45:07 -0000 1.3
--- pgfactory.h 26 Jun 2002 12:10:20 -0000 1.4
***************
*** 6,18 ****
class PG_Widget;
! class PG_FactoryBaseObject {
! public:
!
! PG_FactoryBaseObject();
!
! virtual ~PG_FactoryBaseObject();
! };
!
! template<class T> class PG_FactoryObject : public virtual
PG_FactoryBaseObject {
public:
static T* CreateObject(PG_Widget* parent) {
--- 6,10 ----
class PG_Widget;
! template<class T> class PG_FactoryObject {
public:
static T* CreateObject(PG_Widget* parent) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paragui-cvs] CVS: paragui/include pgfactory.h,1.3,1.4,
Alexander Pipelka <address@hidden> <=
- Prev by Date:
[paragui-cvs] CVS: paragui/include pgfactory.h,1.2,1.3 pglabel.h,1.4,1.5 pgwindow.h,1.7,1.8
- Next by Date:
[paragui-cvs] CVS: paragui/src/factory pgfactory.cpp,1.2,1.3
- Previous by thread:
[paragui-cvs] CVS: paragui/include pgfactory.h,1.2,1.3 pglabel.h,1.4,1.5 pgwindow.h,1.7,1.8
- Next by thread:
[paragui-cvs] CVS: paragui/src/factory pgfactory.cpp,1.2,1.3
- Index(es):