hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DRCEEncodeDecodeBase64.hpp
Go to the documentation of this file.
1 
17 #ifndef DRCE_ENCODE_DECODE_BASE64_HPP
18 #define DRCE_ENCODE_DECODE_BASE64_HPP
19 
20 namespace HCE
21 {
22 namespace drce
23 {
24 //-----------------------------------------------------------------------------
25 std::string DRCEEncodeBase64(const std::string& data);
26 std::string DRCEDecodeBase64(const std::string& data);
27 //-----------------------------------------------------------------------------
28 //-----------------------------------------------------------------------------
29 } // end namespace drce
30 } // end namespace HCE
31 
32 #endif // DRCE_ENCODE_DECODE_BASE64_HPP