Creation
| 79 | // Creation |
| 80 | //***************************************************************************** |
| 81 | CSynchroniser * CSynchroniser::CreateProducer( const char * filename ) |
| 82 | { |
| 83 | mpSynchroniser = new ISynchProducer( filename ); |
| 84 | return mpSynchroniser; |
| 85 | } |
| 86 | |
| 87 | CSynchroniser * CSynchroniser::CreateConsumer( const char * filename ) |
| 88 | { |
nothing calls this directly
no outgoing calls
no test coverage detected