| LEFT | RIGHT |
| 1 #ifndef PASSTHROUGHAPP_SINKPOLICY_INL | 1 #ifndef PASSTHROUGHAPP_SINKPOLICY_INL |
| 2 #define PASSTHROUGHAPP_SINKPOLICY_INL | 2 #define PASSTHROUGHAPP_SINKPOLICY_INL |
| 3 | 3 |
| 4 #if _MSC_VER > 1000 | 4 #if _MSC_VER > 1000 |
| 5 #pragma once | 5 #pragma once |
| 6 #endif // _MSC_VER > 1000 | 6 #endif // _MSC_VER > 1000 |
| 7 | 7 |
| 8 #ifndef PASSTHROUGHAPP_SINKPOLICY_H | 8 #ifndef PASSTHROUGHAPP_SINKPOLICY_H |
| 9 #error SinkPolicy.inl requires SinkPolicy.h to be included first | 9 #error SinkPolicy.inl requires SinkPolicy.h to be included first |
| 10 #endif | 10 #endif |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 template <class Protocol, class Sink> | 411 template <class Protocol, class Sink> |
| 412 inline Protocol* CustomSinkStartPolicy<Protocol, Sink>::GetProtocol( | 412 inline Protocol* CustomSinkStartPolicy<Protocol, Sink>::GetProtocol( |
| 413 const Sink* pSink) | 413 const Sink* pSink) |
| 414 { | 414 { |
| 415 return Protocol::ComObjectClass::GetProtocol(pSink); | 415 return Protocol::ComObjectClass::GetProtocol(pSink); |
| 416 } | 416 } |
| 417 | 417 |
| 418 } // end namespace PassthroughAPP | 418 } // end namespace PassthroughAPP |
| 419 | 419 |
| 420 #endif // PASSTHROUGHAPP_SINKPOLICY_INL | 420 #endif // PASSTHROUGHAPP_SINKPOLICY_INL |
| LEFT | RIGHT |