dog.cc

Go to the documentation of this file.
00001 // dog.C
00002 
00003 #include "dog.h"
00004 
00005 dog::
00006 dog(char *name) : Animal( name )
00007 {
00008 }
00009 
00010 dog::
00011 ~dog() {
00012 }
00013 

Generated on Wed Aug 29 03:24:05 2007 for OPeNDAP Back End Server (BES) by  doxygen 1.5.2