CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/CondCore/DBCommon/interface/FipProtocolParser.h

Go to the documentation of this file.
00001 #ifndef DBCommon_FipProtocolParser_H
00002 #define DBCommon_FipProtocolParser_H
00003 #include <string>
00004 namespace cond{
00005   class FipProtocolParser{
00006   public:
00007     FipProtocolParser();
00008     ~FipProtocolParser();
00009     std::string getRealConnect(const std::string& fipConnect) const;
00010   };
00011 }//ns cond
00012 #endif
00013