From af1e72475cc3f1cfc7cadece162e2231610c8cd0 Mon Sep 17 00:00:00 2001 From: Elie Tournier Date: Tue, 18 Apr 2017 13:38:34 +0100 Subject: Rename devices: s/Stick10/Device_NKPro and s/Stick20/Device_NKStorage Signed-off-by: Elie Tournier --- include/NKPro_commands.h | 2 +- include/NKPro_commands_0.8.h | 2 +- include/device.h | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/NKPro_commands.h b/include/NKPro_commands.h index 1ed3d4f..60ab1b7 100644 --- a/include/NKPro_commands.h +++ b/include/NKPro_commands.h @@ -17,7 +17,7 @@ namespace proto { /* - * Stick10 protocol definition + * Device_NKPro protocol definition */ namespace NKPro { class GetSlotName : public Command { diff --git a/include/NKPro_commands_0.8.h b/include/NKPro_commands_0.8.h index 2482dec..5fffdfe 100644 --- a/include/NKPro_commands_0.8.h +++ b/include/NKPro_commands_0.8.h @@ -21,7 +21,7 @@ namespace nitrokey { namespace proto { /* - * Stick10 protocol definition + * Device_NKPro protocol definition */ namespace NKPro_08 { using NKPro::FirstAuthenticate; diff --git a/include/device.h b/include/device.h index 8bc661a..b928dc2 100644 --- a/include/device.h +++ b/include/device.h @@ -127,15 +127,15 @@ protected: static std::chrono::milliseconds default_delay ; }; -class Stick10 : public Device { +class Device_NKPro : public Device { public: - Stick10(); + Device_NKPro(); }; -class Stick20 : public Device { +class Device_NKStorage : public Device { public: - Stick20(); + Device_NKStorage(); }; } } -- cgit v1.2.3