Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

StatusCodeSvc.cpp File Reference

#include "StatusCodeSvc.h"
#include "GaudiKernel/MsgStream.h"
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/StatusCode.h"

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

00015 {
00016     std::string::iterator it=s.begin();
00017     while(it != s.end())
00018     {
00019         *it = toupper(*it);
00020         it++;
00021     }
00022 }


Generated at Thu Sep 30 09:58:11 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004