class interf { public: interf(); interf(licznik *a); ~interf(); int attache(licznik *a); int set(); void get(); private: licznik *ww; };