Searched refs:pFileInput (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Ddatastreamtest.cpp86 wxFileInputStream* pFileInput = new wxFileInputStream( _T("mytext.dat") ); local
87 wxDataInputStream* pDataInput = new wxDataInputStream( *pFileInput );
94 delete pFileInput;

Completed in 33 milliseconds