CMS 3D CMS Logo

serviceCallbackToken.cc

Go to the documentation of this file.
00001 #include "serviceCallbackToken.h"
00002 #include <boost/functional/hash/hash.hpp>
00003 size_t cond::service::serviceCallbackToken::build(const std::string& str){
00004   boost::hash< std::string > string_hash;
00005   size_t tok=string_hash(str);
00006   return tok;
00007 }

Generated on Tue Jun 9 17:26:06 2009 for CMSSW by  doxygen 1.5.4