소스 검색

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();
-	}
-};
-
+};