summaryrefslogtreecommitdiff
path: root/ychat-0.2/cmnd.cpp
blob: 9ab008af47bf10c859f49c942e32ca4f55811392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// class cmnd implementation.

#ifndef CMND_CXX
#define CMND_CXX

#include "cmnd.h"
#include "MUTX.h"

using namespace std;

cmnd::cmnd( )
{
}

cmnd::~cmnd()
{
}

#endif