summaryrefslogtreecommitdiff
path: root/cmnd.cpp
blob: f305f356e7b0c7aadfb98baba601b4e8564dd5c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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