summaryrefslogtreecommitdiff
path: root/src/login/LoginController.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-25 19:18:24 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-25 19:18:24 (GMT)
commitb2d3257ae944a3ea3b57dc8ee4171b1b2f85483e (patch)
tree38adf87af2bcf2bbc5d4578b3ab39e09aa064265 /src/login/LoginController.h
parentc5cc1870f3ec0d9b6499b04b4ab2123bcf58db84 (diff)
downloadpowder-b2d3257ae944a3ea3b57dc8ee4171b1b2f85483e.zip
powder-b2d3257ae944a3ea3b57dc8ee4171b1b2f85483e.tar.gz
Better way of managing Controllers
Diffstat (limited to 'src/login/LoginController.h')
-rw-r--r--src/login/LoginController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/LoginController.h b/src/login/LoginController.h
index eb15d64..b20e187 100644
--- a/src/login/LoginController.h
+++ b/src/login/LoginController.h
@@ -23,6 +23,7 @@ class LoginController {
LoginModel * loginModel;
ControllerCallback * callback;
public:
+ bool HasExited;
LoginController(ControllerCallback * callback = NULL);
void Login(string username, string password);
void Exit();