change namespace

pull/8269/head
paul-szczepanek-arm 2018-09-27 16:36:48 +01:00
parent 5fee50b53d
commit a0df7fc637
2 changed files with 5 additions and 3 deletions

View File

@ -152,7 +152,7 @@ private:
} initialization_status; } initialization_status;
::BLE::InstanceID_t instanceID; ::BLE::InstanceID_t instanceID;
mutable pal::SimpleEventQueue _event_queue; mutable SimpleEventQueue _event_queue;
class SigningEventMonitorProxy : public pal::SigningEventMonitor { class SigningEventMonitorProxy : public pal::SigningEventMonitor {
public: public:

View File

@ -23,7 +23,8 @@
#include "ble/BLE.h" #include "ble/BLE.h"
namespace ble { namespace ble {
namespace pal { namespace vendor {
namespace cordio {
/** /**
* Simple implementation of the pal::EventQueue. * Simple implementation of the pal::EventQueue.
@ -143,7 +144,8 @@ private:
EventNode* _events; EventNode* _events;
}; };
} // namespace pal } // namespace cordio
} // namespace vendor
} // namespace ble } // namespace ble
#endif /* BLE_PAL_SIMPLE_EVENT_QUEUE_H_ */ #endif /* BLE_PAL_SIMPLE_EVENT_QUEUE_H_ */