Gaudi Framework, version v20r4

Generated: 8 Jan 2009

IssueLogger.cpp File Reference

#include "IssueLogger.h"
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/Tokenizer.h"
#include "GaudiKernel/System.h"
#include <sstream>
#include <streambuf>
#include <time.h>
#include "boost/bind.hpp"

Include dependency graph for IssueLogger.cpp:

Go to the source code of this file.

Functions

void toupper (std::string &s)


Function Documentation

void toupper ( std::string &  s  )  [inline]

Definition at line 20 of file IssueLogger.cpp.

00021 {
00022     std::string::iterator it=s.begin();
00023     while(it != s.end())
00024     {
00025         *it = toupper(*it);
00026         it++;
00027     }
00028 }


Generated at Thu Jan 8 17:49:32 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004