mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-24 06:02:27 +00:00
stub for addRunLoop:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4468 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d95bf96af8
commit
55dd5e234f
1 changed files with 5 additions and 0 deletions
|
@ -390,6 +390,11 @@ static int messages_received_count;
|
|||
}
|
||||
}
|
||||
|
||||
- (void) addRunloop: (NSRunLoop*)loop
|
||||
{
|
||||
[self notImplemented: _cmd];
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
if (debug_connection)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue