mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
(+enableRelease:, +enableDoubleReleaseCheck:,
+setPoolCountThreshhold:): Declare new methods. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@355 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
03659389e9
commit
07cab16072
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
|||
+ (void)addObject: anObject;
|
||||
- (void)addObject: anObject;
|
||||
|
||||
+ (void) enableRelease: (BOOL)enable;
|
||||
+ (void) enableDoubleReleaseCheck: (BOOL)enable;
|
||||
+ (void) setPoolCountThreshhold: (unsigned)c;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* __NSAutoreleasePool_h_OBJECTS_INCLUDE */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue