mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Declare new method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@874 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e3ee1bd33f
commit
17f0b02fd0
2 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
||||||
|
|
||||||
@interface BinaryCStream : CStream
|
@interface BinaryCStream : CStream
|
||||||
|
|
||||||
|
+ setDebugging: (BOOL)f;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif /* __BinaryCStream_h_OBJECTS_INCLUDE */
|
#endif /* __BinaryCStream_h_OBJECTS_INCLUDE */
|
||||||
|
|
|
@ -30,6 +30,8 @@
|
||||||
|
|
||||||
@interface BinaryCStream : CStream
|
@interface BinaryCStream : CStream
|
||||||
|
|
||||||
|
+ setDebugging: (BOOL)f;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
#endif /* __BinaryCStream_h_OBJECTS_INCLUDE */
|
#endif /* __BinaryCStream_h_OBJECTS_INCLUDE */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue