// File: NaivGeoO.cc #include <NaivGeoO.h> // ... ostream& operator<<(ostream& ros, const GeoObj& gos) { ros << gos.GetTypeString(); gos.WriteOn(ros); return ros; } // ...