Exemplo n.º 1
0
    void post(NIFFile *nif)
    {
        Controller::post(nif);

        posData.post(nif);
        floatData.post(nif);
    }
Exemplo n.º 2
0
 void post(NIFFile *nif)
 {
     Controller::post(nif);
     data.post(nif);
 }