diff options
| author | Charles E. Rolke <chug@apache.org> | 2011-01-03 18:56:06 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2011-01-03 18:56:06 +0000 |
| commit | f84dd0c67c4902f969e993be68770744d2bc9f3c (patch) | |
| tree | 06f227c21a0797131aa3a9a3ae98c8700f9ea95b /cpp/bindings | |
| parent | b2c164cc932af306f4f74f306b680194e44b3dcf (diff) | |
| download | qpid-python-f84dd0c67c4902f969e993be68770744d2bc9f3c.tar.gz | |
QPID-2989 .NET Cpp Messaging Binding - Example program file is misnamed
Spell receiver correctly in the file name, and change two project references to the correct name.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1054709 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings')
| -rw-r--r-- | cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs (renamed from cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.recevier.cs) | 0 | ||||
| -rw-r--r-- | cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.csproj | 2 | ||||
| -rw-r--r-- | cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.receiver/csharp.map.receiver.csproj | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.recevier.cs b/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs index 5219ee789a..5219ee789a 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.recevier.cs +++ b/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.cs diff --git a/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.csproj b/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.csproj index 261286fa01..82882be817 100644 --- a/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.csproj +++ b/cpp/bindings/qpid/dotnet/examples/csharp.map.receiver/csharp.map.receiver.csproj @@ -82,7 +82,7 @@ <ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
- <Compile Include="csharp.map.recevier.cs" />
+ <Compile Include="csharp.map.receiver.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
diff --git a/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.receiver/csharp.map.receiver.csproj b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.receiver/csharp.map.receiver.csproj index a642cb1865..ac0a4e144d 100644 --- a/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.receiver/csharp.map.receiver.csproj +++ b/cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.receiver/csharp.map.receiver.csproj @@ -87,7 +87,7 @@ under the License. </Reference>
</ItemGroup>
<ItemGroup>
- <Compile Include="csharp.map.recevier.cs" />
+ <Compile Include="csharp.map.receiver.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
