소스 검색

renaming file name to match class name

Jan Tattermusch 10 년 전
부모
커밋
a96afb013b
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/csharp/GrpcCore/GrpcCore.csproj
  2. 0 0
      src/csharp/GrpcCore/Internal/BatchContextSafeHandleNotOwned.cs

+ 1 - 1
src/csharp/GrpcCore/GrpcCore.csproj

@@ -59,9 +59,9 @@
     <Compile Include="ServerServiceDefinition.cs" />
     <Compile Include="Utils\RecordingObserver.cs" />
     <Compile Include="Utils\RecordingQueue.cs" />
-    <Compile Include="Internal\BatchContextSafeHandle.cs" />
     <Compile Include="Internal\ClientStreamingInputObserver.cs" />
     <Compile Include="Internal\ServerStreamingOutputObserver.cs" />
+    <Compile Include="Internal\BatchContextSafeHandleNotOwned.cs" />
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>

+ 0 - 0
src/csharp/GrpcCore/Internal/BatchContextSafeHandle.cs → src/csharp/GrpcCore/Internal/BatchContextSafeHandleNotOwned.cs