Exemplo n.º 1
0
 void read(NIFStream *nif)
 {
     Controller::read(nif);
     data.read(nif);
 }
Exemplo n.º 2
0
 void post(NIFFile *nif)
 {
     Controller::post(nif);
     data.post(nif);
 }
Exemplo n.º 3
0
 void read(NIFFile *nif)
 {
   Controller::read(nif);
   data.read(nif);
 }