Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_ANCS_SDAPI BLE_temperature BLE_HeartRate BLE_ANCS_SDAPI_IRC ... more
Diff: public/UUID.h
- Revision:
- 422:b45d7dc06a41
- Parent:
- 421:e8e1eb82b99e
- Child:
- 424:370d5f1f292f
--- a/public/UUID.h Mon Jun 08 10:41:19 2015 +0100 +++ b/public/UUID.h Mon Jun 08 10:41:19 2015 +0100 @@ -124,6 +124,10 @@ return false; } + bool operator!= (const UUID &other) const { + return !(*this == other); + } + private: UUID_Type_t type; // UUID_TYPE_SHORT or UUID_TYPE_LONG LongUUIDBytes_t baseUUID; /* the base of the long UUID (if