Browse Source

deleted tester classes

noath 7 năm trước cách đây
mục cha
commit
6e25b60a6e
1 tập tin đã thay đổi với 1 bổ sung17 xóa
  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();
-	}
-};
-
+};