diff options
Diffstat (limited to 'DeviceCommunicationExceptions.cpp')
-rw-r--r-- | DeviceCommunicationExceptions.cpp | 3 |
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}; |