mirror of https://github.com/ARMmbed/mbed-os.git
change namespace
parent
5fee50b53d
commit
a0df7fc637
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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_ */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue