summaryrefslogtreecommitdiff
path: root/src/cmnd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmnd.cpp')
-rwxr-xr-xsrc/cmnd.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/cmnd.cpp b/src/cmnd.cpp
new file mode 100755
index 0000000..f305f35
--- /dev/null
+++ b/src/cmnd.cpp
@@ -0,0 +1,17 @@
+// class cmnd implementation.
+
+#ifndef CMND_CXX
+#define CMND_CXX
+
+#include "cmnd.h"
+#include "s_mutx.h"
+
+using namespace std;
+
+cmnd::cmnd( )
+{}
+
+cmnd::~cmnd()
+{}
+
+#endif