// // P4Client.h // MBMenuExtra // // Created by Michael Bishop on 12/18/09. // Copyright 2009 Perforce Software. All rights reserved. // #import "P4Spec.h" @class P4Client; @interface P4User : P4Spec { BOOL _isLoadingClients; NSSet * _clients; NSDate * _lastRefreshDate; } @property (readonly) NSSet * clients; -(void)refresh:(id)sender; @end
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 20722 | jdputsch | initial branch, prep for -Zapp= support | ||
//guest/michael_bishop/MacMenu/src/P4ObjectLayer/P4User.h | |||||
#1 | 8331 | Matt Attaway |
Adding initial version of MacMenu for Perforce MacMenu is a helpful Perforce client that sits in your toolbar. It allows you to run standard Perforce operations on the document that is open the currently active editor/viewer. |