Author: matt Date: 2012-06-14 16:49:37 -0700 (Thu, 14 Jun 2012) New Revision: 9609 Log: Disabled FTPClient for now. Few things for HTTPClient.
Modified: branches/branch-3.0/include/fltk3connect/FTPClient.h branches/branch-3.0/src/fltk3connect/FTPClient.cxx Modified: branches/branch-3.0/include/fltk3connect/FTPClient.h =================================================================== --- branches/branch-3.0/include/fltk3connect/FTPClient.h 2012-06-14 23:47:42 UTC (rev 9608) +++ branches/branch-3.0/include/fltk3connect/FTPClient.h 2012-06-14 23:49:37 UTC (rev 9609) @@ -31,6 +31,7 @@ /* \file fltk3::FTPClient widget . */ +#if 0 #include <fltk3connect/TCPSocket.h> @@ -149,6 +150,8 @@ #endif +#endif + // // End of "$Id$". // Modified: branches/branch-3.0/src/fltk3connect/FTPClient.cxx =================================================================== --- branches/branch-3.0/src/fltk3connect/FTPClient.cxx 2012-06-14 23:47:42 UTC (rev 9608) +++ branches/branch-3.0/src/fltk3connect/FTPClient.cxx 2012-06-14 23:49:37 UTC (rev 9609) @@ -27,6 +27,9 @@ #include <fltk3connect/FTPClient.h> + +#if 0 + #include <fltk3/run.h> #include <fltk3/dirent.h> #include <fltk3/draw.h> @@ -755,6 +758,7 @@ return pFTP->on_receive_data(); } +#endif // // End of "$Id$". _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
