Add using namespace pragmas

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24050 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes 2008-02-21 22:17:54 +00:00
parent 3c3f84d112
commit df05c82d14

View File

@ -63,4 +63,8 @@ class LocalDevice {
}
#ifndef _BT_USE_EXPLICIT_NAMESPACE
using Bluetooth::LocalDevice;
#endif
#endif