summaryrefslogtreecommitdiff
path: root/cpp/bindings
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2011-01-03 18:56:06 +0000
committerCharles E. Rolke <chug@apache.org>2011-01-03 18:56:06 +0000
commitf84dd0c67c4902f969e993be68770744d2bc9f3c (patch)
tree06f227c21a0797131aa3a9a3ae98c8700f9ea95b /cpp/bindings
parentb2c164cc932af306f4f74f306b680194e44b3dcf (diff)
downloadqpid-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.csproj2
-rw-r--r--cpp/bindings/qpid/dotnet/winsdk_sources/examples/csharp.map.receiver/csharp.map.receiver.csproj2
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" />