MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / CreateConsumer

Method CreateConsumer

Source/Utility/Synchroniser.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87CSynchroniser * CSynchroniser::CreateConsumer( const char * filename )
88{
89 mpSynchroniser = new ISynchConsumer( filename );
90 return mpSynchroniser;
91}
92
93void CSynchroniser::Destroy()
94{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected