| 99 | -------------------------------------------------------------------------*/ |
| 100 | |
| 101 | INKVConnInternal * |
| 102 | TransformProcessor::null_transform(ProxyMutex *mutex) |
| 103 | { |
| 104 | return new NullTransform(mutex); |
| 105 | } |
| 106 | |
| 107 | /*------------------------------------------------------------------------- |
| 108 | -------------------------------------------------------------------------*/ |
no outgoing calls
no test coverage detected