MCPcopy Create free account
hub / github.com/amule-project/amule / SetShared

Method SetShared

src/ExternalConn.cpp:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 virtual void ResetEncoder();
129
130 virtual void SetShared() { m_shared = true; }
131 virtual bool IsShared() { return m_shared; }
132 virtual bool IsPartFile_Encoder() { return true; }
133};

Callers 1

UpdateEncodersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected