| 85 | } |
| 86 | |
| 87 | CSynchroniser * CSynchroniser::CreateConsumer( const char * filename ) |
| 88 | { |
| 89 | mpSynchroniser = new ISynchConsumer( filename ); |
| 90 | return mpSynchroniser; |
| 91 | } |
| 92 | |
| 93 | void CSynchroniser::Destroy() |
| 94 | { |
nothing calls this directly
no outgoing calls
no test coverage detected