cFileLogReceiver.h

00001 // Copyright (c) 2008-2010 Raynaldo (Wildicv) Rivera, Joshua (Dark_Kilauea) Jones
00002 // This file is part of the "cAudio Engine"
00003 // For conditions of distribution and use, see copyright notice in cAudio.h
00004 
00005 #ifndef CFILELOGRECEIVER_H_INCLUDED
00006 #define CFILELOGERCEIVER_H_INCLUDED
00007 
00008 #include "../include/ILogReceiver.h"
00009 
00010 namespace cAudio
00011 {
00012         
00013         class cFileLogReceiver : public ILogReceiver
00014         {
00015         public:
00016                 cFileLogReceiver();
00017                 ~cFileLogReceiver();
00018 
00019                 bool OnLogMessage(const char* sender, const char* message, LogLevel level, float time);
00020 
00021         private:
00022 
00023                 bool firsttime;
00024 
00025         };
00026 };
00027 
00028 #endif 
 All Classes Namespaces Functions Variables Enumerations

Generated on Sat Feb 20 22:55:07 2010 for cAudio by  doxygen 1.6.2