From d89505dc244619d0678e7b25543df4883d4937ae Mon Sep 17 00:00:00 2001 From: Oliver Ruiz Dorantes Date: Fri, 30 Nov 2007 19:51:44 +0000 Subject: [PATCH] Wrong method name git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23033 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/bluetooth/bdaddrUtils.h | 11 +++++------ headers/os/bluetooth/bluetooth.h | 7 +++---- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/headers/os/bluetooth/bdaddrUtils.h b/headers/os/bluetooth/bdaddrUtils.h index dd893e9da7..6e4afb11ff 100644 --- a/headers/os/bluetooth/bdaddrUtils.h +++ b/headers/os/bluetooth/bdaddrUtils.h @@ -1,11 +1,10 @@ /* - * Copyright 2007 Haiku. - * Distributed under the terms of the MIT License. + * Copyright 2007 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com + * + * All rights reserved. Distributed under the terms of the MIT License. * - * Authors: - * Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com */ - + #ifndef _BDADDR_UTILS_H #define _BDADDR_UTILS_H @@ -16,7 +15,7 @@ namespace Bluetooth { class bdaddrUtils { public: - static inline bdaddr_t MullAddress() + static inline bdaddr_t NullAddress() { return ((bdaddr_t) {{0, 0, 0, 0, 0, 0}}); diff --git a/headers/os/bluetooth/bluetooth.h b/headers/os/bluetooth/bluetooth.h index be2ceadc74..3de6e8a314 100644 --- a/headers/os/bluetooth/bluetooth.h +++ b/headers/os/bluetooth/bluetooth.h @@ -1,9 +1,8 @@ /* - * Copyright 2007 Haiku. - * Distributed under the terms of the MIT License. + * Copyright 2007 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com + * + * All rights reserved. Distributed under the terms of the MIT License. * - * Authors: - * Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com */ #ifndef _BLUETOOTH_H