From df05c82d14f7bf40f128c99e6a224979b8d37d60 Mon Sep 17 00:00:00 2001 From: Oliver Ruiz Dorantes Date: Thu, 21 Feb 2008 22:17:54 +0000 Subject: [PATCH] Add using namespace pragmas git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24050 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/bluetooth/LocalDevice.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/headers/os/bluetooth/LocalDevice.h b/headers/os/bluetooth/LocalDevice.h index 81f3c0a03f..61230c0fb4 100644 --- a/headers/os/bluetooth/LocalDevice.h +++ b/headers/os/bluetooth/LocalDevice.h @@ -63,4 +63,8 @@ class LocalDevice { } +#ifndef _BT_USE_EXPLICIT_NAMESPACE +using Bluetooth::LocalDevice; +#endif + #endif