Gaudi Framework, version v20r3

Generated: 24 Nov 2008

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 Mon Nov 24 14:43:35 2008 for Gaudi Framework, version v20r3 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004