Example #1
0
 void post(NIFFile *nif)
 {
     Extra::post(nif);
     controller.post(nif);
 }
Example #2
0
 void post(NIFFile *nif)
 {
     Record::post(nif);
     next.post(nif);
     target.post(nif);
 }