From 58885c244c2b9625d0917797dedd3850bf07ae53 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 21 Nov 2010 16:18:08 +0000 Subject: --- cmnd.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cmnd.cpp (limited to 'cmnd.cpp') diff --git a/cmnd.cpp b/cmnd.cpp new file mode 100644 index 0000000..28e73a7 --- /dev/null +++ b/cmnd.cpp @@ -0,0 +1,19 @@ +// class cmnd implementation. + +#ifndef CMND_CXX +#define CMND_CXX + +#include "cmnd.h" +#include "s_mutx.h" + +using namespace std; + +cmnd::cmnd( ) +{ +} + +cmnd::~cmnd() +{ +} + +#endif -- cgit v1.2.3