Removed public headers, Input.cpp is in kits/interface/ already

Filled default hooks in Device Filter Method


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8501 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-07-29 12:42:14 +00:00
parent c7ee25fdca
commit ce9ad52de6
7 changed files with 8 additions and 343 deletions
+1 -3
View File
@@ -61,9 +61,7 @@ BInputServerMethod::~BInputServerMethod()
status_t
BInputServerMethod::MethodActivated(bool active)
{
status_t dummy;
return dummy;
return B_OK;
}