mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-15 10:23:57 +00:00
(alloc, respondsToSelector:, conformsToProtocol:) removed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@116 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
458e8f1d2b
commit
f9601db991
2 changed files with 0 additions and 12 deletions
|
@ -180,12 +180,6 @@
|
||||||
- withElementsTransformedByCalling: (elt(*)(elt))transFunc
|
- withElementsTransformedByCalling: (elt(*)(elt))transFunc
|
||||||
call: (void(*)(elt))destFunc;
|
call: (void(*)(elt))destFunc;
|
||||||
|
|
||||||
|
|
||||||
// BE SURE WE HAVE THESE METHODS NORMALLY PROVIDED BY NSObject;
|
|
||||||
+ alloc;
|
|
||||||
- (BOOL) respondsToSelector: (SEL)aSel;
|
|
||||||
- (BOOL) conformsToProtocol: aProtocolObject;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif /* __Collecting_h_INCLUDE_GNU */
|
#endif /* __Collecting_h_INCLUDE_GNU */
|
||||||
|
|
|
@ -180,12 +180,6 @@
|
||||||
- withElementsTransformedByCalling: (elt(*)(elt))transFunc
|
- withElementsTransformedByCalling: (elt(*)(elt))transFunc
|
||||||
call: (void(*)(elt))destFunc;
|
call: (void(*)(elt))destFunc;
|
||||||
|
|
||||||
|
|
||||||
// BE SURE WE HAVE THESE METHODS NORMALLY PROVIDED BY NSObject;
|
|
||||||
+ alloc;
|
|
||||||
- (BOOL) respondsToSelector: (SEL)aSel;
|
|
||||||
- (BOOL) conformsToProtocol: aProtocolObject;
|
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif /* __Collecting_h_INCLUDE_GNU */
|
#endif /* __Collecting_h_INCLUDE_GNU */
|
||||||
|
|
Loading…
Reference in a new issue