Ejemplo n.º 1
0
 public void AddSource(string srcdir)
 {
     XapianPINVOKE.Compactor_AddSource(swigCPtr, srcdir);
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }