![]() |
![]() |
00001 #ifndef FWCore_Utilities_FriendlyName_h 00002 #define FWCore_Utilities_FriendlyName_h 00003 /* 00004 * friendlyName.h 00005 * CMSSW 00006 * 00007 * Created by Chris Jones on 2/24/06. 00008 * Copyright 2006 __MyCompanyName__. All rights reserved. 00009 * 00010 */ 00011 #include <string> 00012 00013 namespace edm { 00014 namespace friendlyname { 00015 std::string friendlyName(std::string const& iFullName); 00016 } 00017 } 00018 #endif