Google
Web alhem.net

Body.h

Go to the documentation of this file.
00001 #ifndef _CGI_BODY_H
00002 #define _CGI_BODY_H
00003 
00004 #include "ElementList.h"
00005 
00006 namespace Cgi
00007 {
00008 
00009 
00010 class Body : public ElementList
00011 {
00012 public:
00013         Body() : ElementList("body") {}
00014 
00015         Element *Copy() { return new Body(*this); }
00016 
00017 };
00018 
00019 
00020 } // namespace Cgi
00021 
00022 
00023 #endif // _CGI_BODY_H

Generated for cgi++ by doxygen 1.3.7

Page, code, and content Copyright (C) 2004 by Anders Hedström