MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / Abort

Method Abort

CrySystem/RefReadStream.cpp:112–120  ·  view source on GitHub ↗

request to abort comes from the proxy. This doesn't means immediate deallocation.

Source from the content-addressed store, hash-verified

110
111// request to abort comes from the proxy. This doesn't means immediate deallocation.
112void CRefReadStream::Abort(CRefReadStreamProxy* pProxy)
113{
114 if (m_setProxies.size() == 1)
115 {
116 // there's only one proxy that uses this object; so we can safely cancel io
117 // on this file
118 CancelIo (m_hFile);
119 }
120}
121
122// Client (through the given Proxy) has requested priority rise
123void CRefReadStream::OnRaisePriority (CRefReadStreamProxy* pProxy, unsigned nPriority)

Callers 3

~CSoundBufferMethod · 0.45
AbortLoadingMethod · 0.45
AbortLoadingMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected