diff options
| author | jacob1 <jfu614@gmail.com> | 2013-03-06 17:05:59 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-03-06 17:05:59 (GMT) |
| commit | 037618e6f8e6a37574f7ef8ffd90e490fb0ea137 (patch) | |
| tree | d80246d31a26aee7735a566bccc8ce9e8e4e305d /src/login | |
| parent | ad951eb9af20cd1a784fab39c41ade1c19dff2ca (diff) | |
| download | powder-037618e6f8e6a37574f7ef8ffd90e490fb0ea137.zip powder-037618e6f8e6a37574f7ef8ffd90e490fb0ea137.tar.gz | |
remove auto generated comments from all files, fix some missing tabs, remove unused variables from config.h
Diffstat (limited to 'src/login')
| -rw-r--r-- | src/login/LoginController.cpp | 8 | ||||
| -rw-r--r-- | src/login/LoginController.h | 7 | ||||
| -rw-r--r-- | src/login/LoginModel.cpp | 9 | ||||
| -rw-r--r-- | src/login/LoginModel.h | 7 | ||||
| -rw-r--r-- | src/login/LoginView.cpp | 7 | ||||
| -rw-r--r-- | src/login/LoginView.h | 7 |
6 files changed, 0 insertions, 45 deletions
diff --git a/src/login/LoginController.cpp b/src/login/LoginController.cpp index f27ad59..fd8e576 100644 --- a/src/login/LoginController.cpp +++ b/src/login/LoginController.cpp @@ -1,10 +1,3 @@ -/* - * LoginController.cpp - * - * Created on: Jan 24, 2012 - * Author: Simon - */ - #include "LoginController.h" #include "client/User.h" #include "client/Client.h" @@ -12,7 +5,6 @@ LoginController::LoginController(ControllerCallback * callback): HasExited(false) { - // TODO Auto-generated constructor stub loginView = new LoginView(); loginModel = new LoginModel(); diff --git a/src/login/LoginController.h b/src/login/LoginController.h index b20e187..b723cb9 100644 --- a/src/login/LoginController.h +++ b/src/login/LoginController.h @@ -1,10 +1,3 @@ -/* - * LoginController.h - * - * Created on: Jan 24, 2012 - * Author: Simon - */ - #ifndef LOGINCONTROLLER_H_ #define LOGINCONTROLLER_H_ diff --git a/src/login/LoginModel.cpp b/src/login/LoginModel.cpp index 3015613..5b70c2c 100644 --- a/src/login/LoginModel.cpp +++ b/src/login/LoginModel.cpp @@ -1,16 +1,8 @@ -/* - * LoginModel.cpp - * - * Created on: Jan 24, 2012 - * Author: Simon - */ - #include "LoginModel.h" LoginModel::LoginModel(): currentUser(0, "") { - // TODO Auto-generated constructor stub } @@ -62,6 +54,5 @@ void LoginModel::notifyStatusChanged() } LoginModel::~LoginModel() { - // TODO Auto-generated destructor stub } diff --git a/src/login/LoginModel.h b/src/login/LoginModel.h index 121d78e..8149797 100644 --- a/src/login/LoginModel.h +++ b/src/login/LoginModel.h @@ -1,10 +1,3 @@ -/* - * LoginModel.h - * - * Created on: Jan 24, 2012 - * Author: Simon - */ - #ifndef LOGINMODEL_H_ #define LOGINMODEL_H_ diff --git a/src/login/LoginView.cpp b/src/login/LoginView.cpp index 3cb07c3..a660887 100644 --- a/src/login/LoginView.cpp +++ b/src/login/LoginView.cpp @@ -1,10 +1,3 @@ -/* - * LoginView.cpp - * - * Created on: Jan 24, 2012 - * Author: Simon - */ - #include "LoginView.h" #include "interface/Button.h" diff --git a/src/login/LoginView.h b/src/login/LoginView.h index ae7af4e..a492b75 100644 --- a/src/login/LoginView.h +++ b/src/login/LoginView.h @@ -1,10 +1,3 @@ -/* - * LoginView.h - * - * Created on: Jan 24, 2012 - * Author: Simon - */ - #ifndef LOGINVIEW_H_ #define LOGINVIEW_H_ |
