Create a parent class for the 2 devices class (RemoteDevice LocalDevice)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25596 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes
2008-05-21 21:56:55 +00:00
parent fd585f3c8b
commit 0963754edf
4 changed files with 63 additions and 3 deletions
+5
View File
@@ -21,6 +21,11 @@ class DeviceClass {
this->record = record;
}
DeviceClass()
{
this->record = 0;
}
int GetServiceClasses()
{