Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: FTPRequestHandler.h
- Revision:
- 1:f5789613b955
- Parent:
- 0:61dbbee3f903
diff -r 61dbbee3f903 -r f5789613b955 FTPRequestHandler.h
--- a/FTPRequestHandler.h Sun Jun 19 13:59:16 2011 +0000
+++ b/FTPRequestHandler.h Sun Jun 19 14:08:08 2011 +0000
@@ -39,9 +39,7 @@
using std::string;
-/**
- * Enumeration of FTP command which require state to be remembered.
- */
+
enum FtpCommand
{
NOOP,
@@ -49,9 +47,7 @@
};
-/**
- * Handles FTP commands comming from a client.
- */
+
class FTPRequestHandler : public NetService
{
public: