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