Exemplo n.º 1
0
 public static void SwigDirector_IAsyncDelResult_failed(IAsyncDelResult self, int r) {
   self.failed(r);
 }
Exemplo n.º 2
0
 public static void SwigDirector_IAsyncDelResult_succ(IAsyncDelResult self, String key) {
   self.succ(key);
 }