Remove prefixes and adapt the JSR82 api a bit more to the Be style

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24251 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes
2008-03-05 23:29:04 +00:00
parent cf095a3348
commit fc892ed429
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class LocalDevice {
BString GetFriendlyName();
DeviceClass GetDeviceClass();
/* Possible throwing */
bool SetDiscoverable(int mode);
status_t SetDiscoverable(int mode);
BString GetProperty(const char* property);
void GetProperty(const char* property, uint32* value);