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

Method CreateProducer

Source/Utility/Synchroniser.cpp:81–85  ·  view source on GitHub ↗

Creation

Source from the content-addressed store, hash-verified

79// Creation
80//*****************************************************************************
81CSynchroniser * CSynchroniser::CreateProducer( const char * filename )
82{
83 mpSynchroniser = new ISynchProducer( filename );
84 return mpSynchroniser;
85}
86
87CSynchroniser * CSynchroniser::CreateConsumer( const char * filename )
88{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected