Exemplo n.º 1
0
 static MsgBundle *New()
 {
     MsgBundle *m = queue.New();
     m->msg.Init();
     return m;
 }