Replace uses of obsolescent BReference[able] API.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39870 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -96,7 +96,7 @@ UserMessagingListener::operator==(const NotificationListener& _other) const
|
||||
&& other->Token() == Token();
|
||||
}
|
||||
|
||||
class NotificationService : public Referenceable {
|
||||
class NotificationService : public BReferenceable {
|
||||
public:
|
||||
virtual ~NotificationService();
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@ struct free_user_thread {
|
||||
|
||||
class AssociatedDataOwner;
|
||||
|
||||
class AssociatedData : public Referenceable,
|
||||
class AssociatedData : public BReferenceable,
|
||||
public DoublyLinkedListLinkImpl<AssociatedData> {
|
||||
public:
|
||||
AssociatedData();
|
||||
|
||||
Reference in New Issue
Block a user