1 package ObjectGenerator
;
3 # ************************************************************
4 # Description : Base class for all Object Generators.
5 # Author : Chad Elliott
6 # Create Date : 5/23/2003
7 # ************************************************************
9 # ************************************************************
11 # ************************************************************
15 # ************************************************************
17 # ************************************************************
20 return bless {}, $_[0];
25 #my($self, $file) = @_;