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:
CaS 2005-10-30 12:46:26 +00:00
parent 7cf5a73522
commit abc019bbfe
3 changed files with 104 additions and 69 deletions

View file

@ -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)
{