secureswitools/swianalysistoolkit/source/dumpswicertstoretool/pfsdump.cpp
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
   204 	}
   204 	}
   205 
   205 
   206 Stream StoreFile::RootStream()
   206 Stream StoreFile::RootStream()
   207 	{
   207 	{
   208 	Toc::Head const& head=iToc.Header();
   208 	Toc::Head const& head=iToc.Header();
   209 	return FindStream(head.Root());
   209 	Handle hndl = static_cast<Handle>(head.Root());
       
   210 	return FindStream(hndl);
   210 	}
   211 	}
   211 
   212 
   212 Stream StoreFile::FindStream(Handle& aHandle)
   213 Stream StoreFile::FindStream(Handle& aHandle)
   213 	{
   214 	{
   214 	Toc::Iterator const end=iToc.End();
   215 	Toc::Iterator const end=iToc.End();