inproc.h 88 B

1234567
  1. #pragma once
  2. namespace NNeh {
  3. class IProtocol;
  4. IProtocol* InProcProtocol();
  5. }