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:
Richard Frith-MacDonald 1999-06-24 20:00:37 +00:00
parent d95bf96af8
commit 55dd5e234f

View file

@ -390,6 +390,11 @@ static int messages_received_count;
}
}
- (void) addRunloop: (NSRunLoop*)loop
{
[self notImplemented: _cmd];
}
- (void) dealloc
{
if (debug_connection)