From: <ad...@us...> - 2003-02-21 11:48:00
|
Update of /cvsroot/bdadev/SimpleTV In directory sc8-pr-cvs1:/tmp/cvs-serv26150 Modified Files: SIMPLETV.CPP Log Message: Changed Attach and Detach function names Index: SIMPLETV.CPP =================================================================== RCS file: /cvsroot/bdadev/SimpleTV/SIMPLETV.CPP,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SIMPLETV.CPP 20 Feb 2003 07:52:45 -0000 1.5 --- SIMPLETV.CPP 21 Feb 2003 11:47:57 -0000 1.6 *************** *** 1079,1083 **** if (Result == S_OK) { ! Result = Application->TuneRequestStore->AttachTIF((TUNEREQSTORELib::IFilterGraph *)Application->FilterGraph); BSTR FileName = SysAllocString(L"Channels.xml"); --- 1079,1083 ---- if (Result == S_OK) { ! Result = Application->TuneRequestStore->AttachToTIF((TUNEREQSTORELib::IFilterGraph *)Application->FilterGraph); BSTR FileName = SysAllocString(L"Channels.xml"); *************** *** 1113,1118 **** if (Application->TuneRequestStore) { ! Application->TuneRequestStore->DetachTIF(); ! Application->TuneRequestStore.Release(); } --- 1113,1118 ---- if (Application->TuneRequestStore) { ! Application->TuneRequestStore->DetachFromTIF(); ! Application->TuneRequestStore->Release(); } *************** *** 2737,2740 **** --- 2737,2743 ---- // // $Log$ + // Revision 1.6 2003/02/21 11:47:57 adcockj + // Changed Attach and Detach function names + // // Revision 1.5 2003/02/20 07:52:45 adcockj // Fixes for new channel store and some reformatting |