- Fix Jamfile
- Avoid constructor in parent class git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30303 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -8,7 +8,6 @@ class LocalDeviceAddOn {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
LocalDeviceAddOn();
|
|
||||||
virtual const char* GetName()=0;
|
virtual const char* GetName()=0;
|
||||||
|
|
||||||
virtual status_t InitCheck(LocalDevice* lDevice)=0;
|
virtual status_t InitCheck(LocalDevice* lDevice)=0;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ SubDir HAIKU_TOP src add-ons bluetooth ResetLocalDevice ;
|
|||||||
|
|
||||||
UsePrivateHeaders bluetooth ;
|
UsePrivateHeaders bluetooth ;
|
||||||
|
|
||||||
Addon ClassicBe :
|
Addon ResetLocalDevice :
|
||||||
ResetLocalDevice.cpp
|
ResetLocalDevice.cpp
|
||||||
: be
|
: be
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user