- Timestamp:
- 11/04/09 17:41:18 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/DotTel_SDK/Classes/NetworkUtility.m
r363 r551 98 98 @synchronized(self) { 99 99 if (sharedNetworkUtility == nil) { 100 [[ self alloc] init]; // assignment not done here100 [[[self alloc] init] autorelease]; // autorelease (does nothing) to avoid clang warning 101 101 } 102 102 }








