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:
Ingo Weinhold
2010-12-16 14:29:37 +00:00
parent c3e066cf6d
commit 88e38c178a
42 changed files with 238 additions and 204 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ UserMessagingListener::operator==(const NotificationListener& _other) const
&& other->Token() == Token();
}
class NotificationService : public Referenceable {
class NotificationService : public BReferenceable {
public:
virtual ~NotificationService();
+1 -1
View File
@@ -161,7 +161,7 @@ struct free_user_thread {
class AssociatedDataOwner;
class AssociatedData : public Referenceable,
class AssociatedData : public BReferenceable,
public DoublyLinkedListLinkImpl<AssociatedData> {
public:
AssociatedData();