$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy E. Rozental (rogeeff_at_[hidden])
Date: 2001-11-18 11:01:59
Hi,
To continue conversation about implementing patterns using policy-
based desing, I propose implementation for "Pluggable Factory"
pattern. (See http://www.research.ibm.com/designpatterns/pubs/ph-nov-
dec98.pdf and http://www.research.ibm.com/designpatterns/pubs/ph-
feb99.pdf for information about the pattern). I uploaded
implementation and couple simple examples.
http://groups.yahoo.com/group/boost/files/pluggable_factory/pluggable_
factory.zip
If you think it's ussable I can make tests and documentation.
Enjoy,
Gennadiy.
P.S. Pluggable Factory is a singleton and can make use of generic
Singleton implementation.