general: Rename NewUUID to UUID, and remove the previous UUID impl
This completes the removal of the old UUID implementation.
This commit is contained in:
parent
26f74468c4
commit
e47b5e6a26
41 changed files with 415 additions and 598 deletions
|
@ -10,13 +10,13 @@
|
|||
|
||||
#include "common/common_types.h"
|
||||
#include "common/input.h"
|
||||
#include "common/new_uuid.h"
|
||||
#include "common/param_package.h"
|
||||
#include "common/uuid.h"
|
||||
#include "input_common/main.h"
|
||||
|
||||
// Pad Identifier of data source
|
||||
struct PadIdentifier {
|
||||
Common::NewUUID guid{};
|
||||
Common::UUID guid{};
|
||||
std::size_t port{};
|
||||
std::size_t pad{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue