diff --git a/examples/Factory.cpp b/test/Factory/Factory.cpp similarity index 98% rename from examples/Factory.cpp rename to test/Factory/Factory.cpp index df1e0e2..0a0e5ae 100755 --- a/examples/Factory.cpp +++ b/test/Factory/Factory.cpp @@ -226,6 +226,9 @@ int main(int argc, char *argv[]) } // $Log$ +// Revision 1.1 2005/09/24 16:10:14 syntheticpp +// move Factory example +// // Revision 1.1 2005/07/28 14:27:12 syntheticpp // add Factory example // diff --git a/examples/Factory.dev b/test/Factory/Factory.dev similarity index 100% rename from examples/Factory.dev rename to test/Factory/Factory.dev diff --git a/examples/Makefile.mingw b/test/Factory/Makefile.mingw similarity index 100% rename from examples/Makefile.mingw rename to test/Factory/Makefile.mingw diff --git a/examples/make.msvc.bat b/test/Factory/make.msvc.bat similarity index 100% rename from examples/make.msvc.bat rename to test/Factory/make.msvc.bat