Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.

Commit

Permalink
Symbolication and other stuffs.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Oct 3, 2009
1 parent f70ebee commit a0fc3d8
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 22 deletions.
23 changes: 14 additions & 9 deletions AppSupport/CPNetworkObserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
#import "AppSupport-Structs.h"
#import <Foundation/NSObject.h>

/*!
CPNetworkObserver is a singleton class that allows the application to query or observe the network status. This is an
Objective-C wrapper of the SCNetworkReachability module of the SystemConfiguration framework.
*/

@class NSLock, NSMutableDictionary;

@interface CPNetworkObserver : NSObject {
Expand All @@ -24,21 +29,21 @@
BOOL _wifiNotified;
BOOL _wifiEnabled;
}
+(id)sharedNetworkObserver;
+(CPNetworkObserver*)sharedNetworkObserver;
// inherited: -(id)init;
// inherited: -(void)dealloc;
-(void)addObserver:(id)observer selector:(SEL)selector forHostname:(id)hostname;
-(void)addObserver:(id)observer selector:(SEL)selector forHostname:(NSString*)hostname;
-(void)removeObserver:(id)observer;
-(void)removeObserver:(id)observer forHostname:(id)hostname;
-(void)_networkObserversInitialize;
-(void)_networkReachableCallBack:(unsigned)back;
-(void)_networkReachableFirstCallBack:(id)back;
-(void)removeObserver:(id)observer forHostname:(NSString*)hostname;
//-(void)_networkObserversInitialize;
//-(void)_networkReachableCallBack:(unsigned)back;
//-(void)_networkReachableFirstCallBack:(id)back;
-(BOOL)isNetworkReachable;
-(void)addNetworkReachableObserver:(id)observer selector:(SEL)selector;
-(void)removeNetworkReachableObserver:(id)observer;
-(void)_wifiObserversInitialize;
-(void)_wifiCallBack:(unsigned)back;
-(void)_wifiFirstCallBack:(id)back;
//-(void)_wifiObserversInitialize;
//-(void)_wifiCallBack:(unsigned)back;
//-(void)_wifiFirstCallBack:(id)back;
-(BOOL)isWiFiEnabled;
-(void)addWiFiObserver:(id)observer selector:(SEL)selector;
-(void)removeWiFiObserver:(id)observer;
Expand Down
2 changes: 1 addition & 1 deletion CoreGraphics/CGSRegion.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
2 changes: 1 addition & 1 deletion GraphicsServices/GSEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,4 @@ extern "C" {
}
#endif

#endif
#endif
2 changes: 1 addition & 1 deletion GraphicsServices/GSFont.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ extern "C" {
}
#endif

#endif
#endif
2 changes: 1 addition & 1 deletion GraphicsServices/GSGeometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ extern "C" {
}
#endif

#endif
#endif
2 changes: 1 addition & 1 deletion GraphicsServices/GSMaps.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ extern "C" {
}
#endif

#endif
#endif
2 changes: 1 addition & 1 deletion GraphicsServices/GSWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ extern "C" {
}
#endif

#endif
#endif
2 changes: 1 addition & 1 deletion GraphicsServices/GraphicsServices.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
#include "GSMaps.h"
#include "GSStatusBar.h"

#endif
#endif
2 changes: 1 addition & 1 deletion UIKit/UIKBGeometry.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ static inline UIKBGeometry* UIKBGeometryForKeyWithPercentages(float x, float y,
geom.paddingLeft = UIKBLengthMakePixel(1);
geom.paddingRight = UIKBLengthMakePixel(1);
return geom;
}
}
2 changes: 1 addition & 1 deletion UIKit/UIPasteboard2.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
+(id)_findPasteboard;
-(id)_initWithName:(id)name system:(BOOL)system create:(BOOL)create;
-(void)_pasteboardChanged:(id)changed;
@end
@end
2 changes: 1 addition & 1 deletion UIKit/UITextFieldDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*/

#import <UIKit/UITextField.h>
#import <UIKit/UITextField.h>
4 changes: 2 additions & 2 deletions UIKit/UIViewController2.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@
-(void)getRotationContentSettings:(XXStruct_TF$i3B*)settings forWindow:(id)window;
-(void)_getRotationContentSettings:(XXStruct_TF$i3B*)settings;
-(void)window:(id)window willAnimateRotationToInterfaceOrientation:(int)interfaceOrientation duration:(double)duration;
-(void)willAnimateRotationToInterfaceOrientation:(int)interfaceOrientation duration:(double)duration;
//-(void)willAnimateRotationToInterfaceOrientation:(int)interfaceOrientation duration:(double)duration;
-(void)window:(id)window willAnimateFirstHalfOfRotationToInterfaceOrientation:(int)interfaceOrientation duration:(double)duration;
-(void)willAnimateFirstHalfOfRotationToInterfaceOrientation:(int)interfaceOrientation duration:(double)duration;
-(void)window:(id)window didAnimateFirstHalfOfRotationToInterfaceOrientation:(int)interfaceOrientation;
-(void)didAnimateFirstHalfOfRotationToInterfaceOrientation:(int)interfaceOrientation;
-(void)window:(id)window willAnimateSecondHalfOfRotationFromInterfaceOrientation:(int)interfaceOrientation duration:(double)duration;
-(void)willAnimateSecondHalfOfRotationFromInterfaceOrientation:(int)interfaceOrientation duration:(double)duration;
-(void)window:(id)window didRotateFromInterfaceOrientation:(int)interfaceOrientation;
-(void)didRotateFromInterfaceOrientation:(int)interfaceOrientation;
//-(void)didRotateFromInterfaceOrientation:(int)interfaceOrientation;
-(id)defaultPNGName;
-(void)_setSearchDisplayController:(id)controller retain:(BOOL)retain;
-(void)_setSearchDisplayControllerUnretained:(id)unretained;
Expand Down
2 changes: 1 addition & 1 deletion WebKit/WebDocumentRepresentation.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*/

#import <WebKit/WebDocument.h>
#import <WebKit/WebDocument.h>

0 comments on commit a0fc3d8

Please sign in to comment.