gpucalc::_workaround::DoWarning Class Reference

#include <exception.h>

List of all members.

Static Public Member Functions

static void doWarning (const Object *obj, const std::string &Description, const std::string &Source, const std::string &File, int Line)


Detailed Description

Definition at line 541 of file exception.h.


Member Function Documentation

void gpucalc::_workaround::DoWarning::doWarning ( const Object obj,
const std::string &  Description,
const std::string &  Source,
const std::string &  File,
int  Line 
) [static]

Definition at line 112 of file exception.cpp.

00114   {
00115    if(!Application::getSingleton().supressWarnings())
00116    {
00117     LogManager::getSingleton().logMessage(obj,
00118      "!!!WARNING!!!\t" + Description + ". " + Source + " at " + File + " (line " + auxillary::StringUtil::toString(Line) + ")",
00119      gpucalc::LML_Critical);
00120    }
00121   }


The documentation for this class was generated from the following files:

Generated on Thu Mar 5 22:36:46 2009 for gpucalc by  doxygen 1.5.6