mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Deprecate old message access method ... we can be a lot more efficient if
we don't have to support it. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21922 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7cf5a73522
commit
abc019bbfe
3 changed files with 104 additions and 69 deletions
|
@ -11,7 +11,7 @@
|
|||
{
|
||||
GSRunLoopCtxt *context;
|
||||
|
||||
// GSOnceMLog(@"This method is deprecated, use -addEvent:type:watcher:forMode");
|
||||
GSOnceMLog(@"This method is deprecated, use -addEvent:type:watcher:forMode");
|
||||
context = NSMapGet(_contextMap, mode);
|
||||
if (context == nil)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue