Changed due to moving RegistrarDefs.h stuff into the BPrivate namespace and replacing kRosterPortName.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10813 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1317,7 +1317,7 @@ const char*
|
||||
looper_name_for(const char *signature)
|
||||
{
|
||||
if (signature && !strcasecmp(signature, kRegistrarSignature))
|
||||
return kRosterPortName;
|
||||
return BPrivate::get_roster_port_name();
|
||||
return "AppLooperPort";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user