summaryrefslogtreecommitdiffstats
path: root/sources/comlock.cpp
diff options
context:
space:
mode:
authorAngelo Rossi <angelo.rossi.homelab@gmail.com>2023-06-21 12:04:16 +0000
committerAngelo Rossi <angelo.rossi.homelab@gmail.com>2023-06-21 12:04:16 +0000
commitb18347ffc9db9641e215995edea1c04c363b2bdf (patch)
treef3908dc911399f1a21e17d950355ee56dc0919ee /sources/comlock.cpp
Initial commit.
Diffstat (limited to 'sources/comlock.cpp')
-rw-r--r--sources/comlock.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/sources/comlock.cpp b/sources/comlock.cpp
new file mode 100644
index 0000000..e83d57b
--- /dev/null
+++ b/sources/comlock.cpp
@@ -0,0 +1,13 @@
+//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*-
+
+// file comlock.cpp
+
+#include "comlock.hpp"
+
+namespace comlock {
+
+ std::string pLocker[ 2 ];
+
+}
+
+// end of file comlock.cpp