فهرست منبع

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