#include "20081125.h"

base *
base::factory(void)
{
 return new object ();
}
