1 #include "20081125.h"
2 
3 base *
factory(void)4 base::factory(void)
5 {
6  return new object ();
7 }
8