/* kerho.cpp */ /* Kerho-ohjelman tietorakenteen käsittely ** ** Tekijät: Vesa Lappalainen ** Tehty: 09.12.1995 ** */ #include #include "kerho.h" //---------------------------------------------------------------------------- // Kerhon toteutus: //---------------------------------------------------------------------------- string cKerho::lue_tiedostosta(const string &tied) { // Pahasti kesken string virhe = jasenet.lue_tiedostosta(tied); if ( virhe != "" ) return virhe; return harrastukset.lue_tiedostosta(tied); }