get the new proxy options wired up in the mac build

This commit is contained in:
Mitchell Livingston
2008-06-11 21:35:01 +00:00
parent ae7971bf0f
commit f407b7ac88
6 changed files with 275 additions and 33 deletions

View File

@@ -57,6 +57,7 @@
NSTimer * fPortStatusTimer;
int fPeerPort, fNatStatus;
IBOutlet NSTextField * fProxyAddressField;
IBOutlet NSPopUpButton * fProxyTypePopUp;
IBOutlet NSTextField * fRPCPortField;
IBOutlet NSTableView * fRPCAccessTable;
@@ -124,6 +125,8 @@
- (void) setProxyAuthorize: (id) sender;
- (void) setProxyUsername: (id) sender;
- (void) setProxyPassword: (id) sender;
- (void) setProxyType: (id) sender;
- (void) updateProxyType;
- (void) setRPCEnabled: (id) sender;
- (void) setRPCAuthorize: (id) sender;