Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields  

StandardError.h

00001 /*
00002  * $Id: StandardError.h,v 1.2 2003/07/01 20:33:04 mindstorm2600 Exp $
00003  */
00004 #ifndef __CLAW_STANDARD_ERROR_H__
00005 #define __CLAW_STANDARD_ERROR_H__
00006 #include<TextOutput.h>
00007 
00008 namespace clawsoft{
00010         class StandardError:public TextOutput{
00011                 protected:
00012                         void outputMethod(const void *buff, Uint32 size);
00013                 public:
00014                         StandardError();
00015         };
00016 };
00017 
00018 #endif

Authors:

Juan V. Guerrero
Jannette C. Mejia
Juan C. Guevara

Powered by:

SourceForgeLogo