cat.h

Go to the documentation of this file.
00001 // cat.h
00002 
00003 #ifndef I_CAT_H
00004 #define I_CAT_H
00005 
00006 #include "Animal.h"
00007 
00008 class cat : public Animal {
00009 public:
00010                                 cat(char *name);
00011     virtual                     ~cat(void);
00012 };
00013 
00014 #endif
00015 

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