// shhuna.cpp: implementation of the Cshhuna class. // ////////////////////////////////////////////////////////////////////// #include "shhuna.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// shhuna::shhuna() { } shhuna::shhuna(int kolot1) { n_kolot=kolot1; } int shhuna::count_kolot() { return n_kolot; } shhuna::~shhuna() { }