diff eventLogger.h @ 16:fb2ef16dd013

Split alert views. Settled on using portrait mode.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Thu, 17 Jan 2013 18:21:48 +0000
parents e45c3e631d20
children 8c0783739337
line wrap: on
line diff
--- a/eventLogger.h	Thu Jan 17 13:01:19 2013 +0000
+++ b/eventLogger.h	Thu Jan 17 18:21:48 2013 +0000
@@ -24,8 +24,8 @@
 #include "2dvector.h"
 #include "json.h"
 
-#import "iViewController.h"
-#import "QuestionnaireViewController.h"
+#import "usernameAlertViewController.h"
+
 
 // can add but don't change ordering - this will invalidate logs
 enum leventType {SAVE_PRESET,
@@ -130,7 +130,7 @@
     
     vector<lEvent> theEvents;
     
-    QuestionnaireViewController * questionnaireViewController;
+    
     // values applicable to all events
 
     unsigned int nextUploadQty;