added a method for properly calling 'Attached' hooks

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11452 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca 2005-02-22 20:05:47 +00:00
parent abd010bc61
commit a1ce489220

View File

@ -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();