usingSystem;
namespace Bitworking{
publicinterfaceIRssSink {
// Called whenever Aggie.Transform() is called.
// 'freshFeeds' is true if a pull was just done, otherwise
// we're just re-displaying old information.
void NewAggregatedXml(bool freshFeeds);
}
}