From 9cd3ccffd5372dfde3af478e3f832f18db4be3f1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:41 +0200 Subject: tagging tags --- ychat-0.4/cmnd.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 ychat-0.4/cmnd.h (limited to 'ychat-0.4/cmnd.h') diff --git a/ychat-0.4/cmnd.h b/ychat-0.4/cmnd.h new file mode 100755 index 0000000..2eb1db2 --- /dev/null +++ b/ychat-0.4/cmnd.h @@ -0,0 +1,18 @@ +// class cmnd declaration. + +#ifndef CMND_H +#define CMND_H + +#include "incl.h" + +using namespace std; + +class cmnd +{ +public: + // public methods: + explicit cmnd( ); // a standard constructor. + ~cmnd( ); +}; + +#endif -- cgit v1.2.3