Ejemplo n.º 1
0
 public static void SwigDirector_IAsyncAppendResult_failed(IAsyncAppendResult self, int r) {
   self.failed(r);
 }
Ejemplo n.º 2
0
 public static void SwigDirector_IAsyncAppendResult_succ(IAsyncAppendResult self, String key) {
   self.succ(key);
 }