OpenAFS
OpenAFS distributed network file system
|
00001 // 00002 // AFSMenuCredentialContoller.h 00003 // AFSCommander 00004 // 00005 // Created by Claudio on 14/07/07. 00006 // Copyright 2007 INFN - National Institute of Nuclear Physics. All rights reserved. 00007 // 00008 00009 #import <Cocoa/Cocoa.h> 00010 #import "CredentialWindowController.h" 00011 #import "AFSPropertyManager.h" 00012 00013 @interface AFSMenuCredentialContoller : NSObject { 00014 NSRect viewRect; 00015 id credentialView; 00016 id credentialController; 00017 NSPanel *credentialWindow; 00018 id credWinController; 00019 AFSPropertyManager *afsPropMngr; 00020 } 00021 -(id) initWhitRec:(NSRect)rect afsPropManager:(AFSPropertyManager*)afsPropManager; 00022 -(void) showWindow; 00023 -(void) closeWindow; 00024 @end