aboutsummaryrefslogtreecommitdiff
path: root/DeviceCommunicationExceptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DeviceCommunicationExceptions.cpp')
-rw-r--r--DeviceCommunicationExceptions.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/DeviceCommunicationExceptions.cpp b/DeviceCommunicationExceptions.cpp
new file mode 100644
index 0000000..a470a48
--- /dev/null
+++ b/DeviceCommunicationExceptions.cpp
@@ -0,0 +1,3 @@
+#include "DeviceCommunicationExceptions.h"
+
+std::atomic_int DeviceCommunicationException::occurred {0};