From a1ce489220378281436887ec7214a8c27f896759 Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Tue, 22 Feb 2005 20:05:47 +0000 Subject: [PATCH] added a method for properly calling 'Attached' hooks git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11452 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/View.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/headers/os/interface/View.h b/headers/os/interface/View.h index b02aec74ab..cc2d3b4076 100644 --- a/headers/os/interface/View.h +++ b/headers/os/interface/View.h @@ -599,7 +599,8 @@ private: bool attachView( BView *aView ); bool addToList( BView *aView, BView *before = NULL); bool removeFromList(); - bool callDetachHooks( BView *aView ); + void callAttachHooks( BView *aView ); + void callDetachHooks( BView *aView ); // Debugging methods void PrintToStream();