diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-02-17 19:23:55 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-02-18 12:51:29 -0800 |
commit | a96afb013babf5afd8d47b195d616cd03b93d677 (patch) | |
tree | f0937ef9604a0d3867808929c162126676eab2ea | |
parent | 3f8962c52d06602f6be73bed56e72e76f6ea7407 (diff) |
renaming file name to match class name
-rw-r--r-- | src/csharp/GrpcCore/GrpcCore.csproj | 2 | ||||
-rw-r--r-- | src/csharp/GrpcCore/Internal/BatchContextSafeHandleNotOwned.cs (renamed from src/csharp/GrpcCore/Internal/BatchContextSafeHandle.cs) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/GrpcCore/GrpcCore.csproj b/src/csharp/GrpcCore/GrpcCore.csproj index a574f181c8..ee76b742ce 100644 --- a/src/csharp/GrpcCore/GrpcCore.csproj +++ b/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> diff --git a/src/csharp/GrpcCore/Internal/BatchContextSafeHandle.cs b/src/csharp/GrpcCore/Internal/BatchContextSafeHandleNotOwned.cs index ddfd94a3b5..ddfd94a3b5 100644 --- a/src/csharp/GrpcCore/Internal/BatchContextSafeHandle.cs +++ b/src/csharp/GrpcCore/Internal/BatchContextSafeHandleNotOwned.cs |