cat.cc

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

Generated on Wed Jan 2 06:00:40 2008 for OPeNDAP Back End Server (BES) by  doxygen 1.5.4