CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FipProtocolParser.h
Go to the documentation of this file.
1 #ifndef DBCommon_FipProtocolParser_H
2 #define DBCommon_FipProtocolParser_H
3 #include <string>
4 namespace cond{
6  public:
9  std::string getRealConnect(const std::string& fipConnect) const;
10  };
11 }//ns cond
12 #endif
13 
std::string getRealConnect(const std::string &fipConnect) const