From 3e17bfe4f2e5e64f9528c26b38d4241ca46f1082 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 19 Oct 2009 01:30:37 +0200 Subject: Client: Added support for paged output --- src/Client/PasswordReader.h | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/Client/PasswordReader.h (limited to 'src/Client/PasswordReader.h') 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 - * - * 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 . - */ - -#ifndef MAD_CLIENT_PASSWORDREADER_H_ -#define MAD_CLIENT_PASSWORDREADER_H_ - -#include "export.h" - -#include - -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_ */ -- cgit v1.2.3