diff TopButtonViewController.h @ 29:fabb3a5cdfc9

Timed session improvements. Desperate pathetic attempts to send a simple HTTP POST.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Fri, 22 Feb 2013 17:41:38 +0000
parents ae4d2c3ce5e0
children a42903c61558
line wrap: on
line diff
--- a/TopButtonViewController.h	Mon Feb 18 11:45:05 2013 +0000
+++ b/TopButtonViewController.h	Fri Feb 22 17:41:38 2013 +0000
@@ -8,14 +8,15 @@
 
 #import <UIKit/UIKit.h>
 #import "HelpViewController.h"
-
+#define IS_SUPERVISED 1 // to set new user button
 @interface TopButtonViewController : UIViewController
 
 @property (nonatomic, assign)       id theOFAppRef;
 
 @property (retain, nonatomic) IBOutlet UIBarButtonItem *playButton;
 @property (retain, nonatomic) IBOutlet UIBarButtonItem *pauseButton;
-@property (retain, nonatomic) IBOutlet UIBarButtonItem *qButton;
+@property (retain, strong, nonatomic) IBOutlet UIBarButtonItem *qButton;
+@property (retain, strong,nonatomic) IBOutlet UIBarButtonItem *newUserButton;
 
 -(IBAction)show:(id)sender;
 -(void)setAppRef:(id)theOFApp;