From 3743637a7b3e57614cd21e999864b18e294d2f7a Mon Sep 17 00:00:00 2001 From: Kudryashov Dmitrii Date: Sat, 13 Nov 2021 21:18:58 +0300 Subject: [PATCH] Infrastructure problem --- PizzaStore/pizza_store.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PizzaStore/pizza_store.cpp b/PizzaStore/pizza_store.cpp index 774e7fb..83a8223 100644 --- a/PizzaStore/pizza_store.cpp +++ b/PizzaStore/pizza_store.cpp @@ -54,6 +54,12 @@ class SimplePizzaFactory { } }; +// Problem: +// nyStore -> NYPizzaFactory +// chicagoStore -> ChicagoPizzaFactory + +// every store has it own sequence of pizza recipe + class PizzaStore { public: PizzaStore(SimplePizzaFactory* factory)