More bugfixes in networking. Added password panels. Fixed bug with 0:60 time.
[MenuTunes.git] / NetworkObject.h
index f211d19..2222414 100755 (executable)
 
 @interface NetworkObject : NSObject
 {
-
+    BOOL _authenticated;
 }
 - (ITMTRemote *)remote;
 - (NSString *)serverName;
+
+- (BOOL)requiresPassword;
+- (BOOL)sendPassword:(NSData *)password;
 @end