summaryrefslogtreecommitdiffstats
path: root/src/Client/PasswordReader.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-10-19 01:30:37 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-10-19 01:30:37 +0200
commit3e17bfe4f2e5e64f9528c26b38d4241ca46f1082 (patch)
tree940e98c492e136fa1d4bbd83abacc3d90b90adb8 /src/Client/PasswordReader.h
parent8635603e2f4f8b61026f69532f3cda51bd711f91 (diff)
downloadmad-3e17bfe4f2e5e64f9528c26b38d4241ca46f1082.tar
mad-3e17bfe4f2e5e64f9528c26b38d4241ca46f1082.zip
Client: Added support for paged output
Diffstat (limited to 'src/Client/PasswordReader.h')
-rw-r--r--src/Client/PasswordReader.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/Client/PasswordReader.h b/src/Client/PasswordReader.h
deleted file mode 100644
index d96c9c1..0000000
--- a/src/Client/PasswordReader.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/*
- * PasswordReader.h
- *
- * Copyright (C) 2008 Matthias Schiffer <matthias@gamezock.de>
- *
- * This program is free software: you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as published by the
- * Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- * See the GNU Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public License along
- * with this program. If not, see <http://www.gnu.org/licenses/>.
- */
-
-#ifndef MAD_CLIENT_PASSWORDREADER_H_
-#define MAD_CLIENT_PASSWORDREADER_H_
-
-#include "export.h"
-
-#include <Core/String.h>
-
-namespace Mad {
-namespace Client {
-
-class MAD_CLIENT_EXPORT PasswordReader {
- private:
- PasswordReader();
-
- public:
- static Core::String readPassword(const Core::String &prompt);
-};
-
-}
-}
-
-#endif /* MAD_CLIENT_PASSWORDREADER_H_ */