]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/engine/Any.hxx
Salome HOME
base64 is used to store pickelized objects into XML
[modules/yacs.git] / src / engine / Any.hxx
index 026bd29d8450d9f2fabf36b49f6aed3a4096008b..e09064e9a1fc93105c5708defac493ac6426e630 100644 (file)
@@ -42,6 +42,10 @@ namespace YACS
     class TypeCodeStruct;
     typedef void (*Deallocator)(void *);
 
+
+    YACSLIBENGINE_EXPORT std::string ToBase64(const std::string& bytes);
+    YACSLIBENGINE_EXPORT std::string FromBase64(const std::string& bytes);
+    
     class YACSLIBENGINE_EXPORT StringOnHeap
     {
       friend class Any;