Esempio n. 1
0
 // Notify
 void Notify(U32 id)
 {
   ASSERT(base)
   base->Notify(id);
 }