Searched hist:"8 f1dc17d916f51649bddad1c4bdc1c8b531fbeb5" (Results 1 – 1 of 1) sorted by relevance
/haiku/src/kits/app/ |
H A D | Messenger.cpp | 8f1dc17d916f51649bddad1c4bdc1c8b531fbeb5 Sun Jul 21 00:55:55 UTC 2002 Ingo Weinhold <ingo_weinhold@gmx.de> * Assignment operator didn't return *this. * Fixed comparisson operators: The team ID is ignored. * Fixed second synchronous SendMessage(). The reply argument is checked for NULL now, `if (error)' -> `if (error == B_OK)', and map B_BAD_TEAM_ID to B_BAD_PORT_ID, which is what the R5 implementation returns.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@360 a95241bf-73f2-0310-859d-f6bbb57e9c96
|