Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

ExceptionSvc.cpp File Reference

#include <cassert>
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/ISvcLocator.h"
#include "GaudiKernel/Tokenizer.h"
#include "ExceptionSvc.h"

Include dependency graph for ExceptionSvc.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 28 of file ExceptionSvc.cpp.

00029 {
00030     std::string::iterator it=s.begin();
00031     while(it != s.end())
00032     {
00033         *it = toupper(*it);
00034         it++;
00035     }
00036 }


Generated at Wed Nov 11 16:30:45 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004