Exemplo n.º 1
0
void printGeoObj(const Geo::GeoObj& obj)
{
    /* the correct function is called automatically
     */
    obj.draw();
}
Exemplo n.º 2
0
void geoObjAusgeben (const Geo::GeoObj& obj)
{
    /* es wird automatisch die richtige Funktion aufgerufen
     */
    obj.draw();
}