Salome HOME
merge from branch DEV tag mergeto_trunk_04apr08
[modules/yacs.git] / src / yacsloader / xmlParserBase.hxx
index 066b11cc7d90f2421731550259dd7dbe29763b9c..73c64e00cfcbf679197a2202dea36419a11ea3e2 100644 (file)
@@ -62,6 +62,7 @@ protected:
 class xmlParserBase
 {
 public:
+#ifndef SWIG
   static void XMLCALL start_document(void* userData);
   static void XMLCALL end_document  (void* userData);
   static void XMLCALL start_element (void* userData,
@@ -83,6 +84,7 @@ public:
   static void XMLCALL cdata_block   (void* userData,
                                      const xmlChar* value,
                                      int len);
+#endif
   static void cleanGarbage();
   static int getGarbageSize() {return _garbage.size(); };
 public: