示例#1
0
    void post(NIFFile *nif)
    {
        Controller::post(nif);

        posData.post(nif);
        floatData.post(nif);
    }
示例#2
0
 void post(NIFFile *nif)
 {
     Controller::post(nif);
     data.post(nif);
 }