瀏覽代碼

deleted tester classes

noath 7 年之前
父節點
當前提交
6e25b60a6e
共有 1 個文件被更改,包括 1 次插入17 次删除
  1. 1 17
      AbstractFactory.h

+ 1 - 17
AbstractFactory.h

@@ -52,20 +52,4 @@ protected:
 		else
 			delete ConcreteFabric;
 	}
-};
-
-class abstractTest {
-public:
-	int n;
-	abstractTest(std::string s) {
-		n = 0;
-	}
-};
-
-class test : public abstractTest{
-public:
-	test(std::string s) : abstractTest(s) {
-		n = s.length();
-	}
-};
-
+};