예제 #1
0
파일: net.cpp 프로젝트: zhzengj/testrepo
bool ZWeatherNetHelper::updateData()
{
    //get postal
    if (m_pData->m_postal.isEmpty())
        m_pData->m_postal = postal();

    //weather data
    //weather icon
}
예제 #2
0
void Entreprise::print(std::ostream& os) const
{
	os<< siret_ << adresseSite_ << postal() << courriel() ;
	//il manque l'affichage des numéros
}