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