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

StandardOutput.h

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

Authors:

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

Powered by:

SourceForgeLogo