Salome HOME
On the fly
[modules/yacs.git] / src / engine / Any.hxx
index e09064e9a1fc93105c5708defac493ac6426e630..489cefa96e4afc6e1ce5ee7b15d5a6f7629962c0 100644 (file)
@@ -42,9 +42,10 @@ namespace YACS
     class TypeCodeStruct;
     typedef void (*Deallocator)(void *);
 
-
+#ifndef SWIG
     YACSLIBENGINE_EXPORT std::string ToBase64(const std::string& bytes);
     YACSLIBENGINE_EXPORT std::string FromBase64(const std::string& bytes);
+#endif
     
     class YACSLIBENGINE_EXPORT StringOnHeap
     {