Write ProtocolClient, the layer that talks XML on top of a MessageQueue.
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 18 Jun 2013 05:05:46 +0000 (01:05 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 18 Jun 2013 05:05:46 +0000 (01:05 -0400)
commit3aa0530be3d6a83c4bd55e2780b4f2858ae960ed
tree0ea87fb4fcb8708690ed05bebefbed285f458130
parentba6c3defa661747388d0b0d0004efc1fe5b1ca93
Write ProtocolClient, the layer that talks XML on top of a MessageQueue.

This is the other piece of the split NetworkConnection class.
MacGDBp.xcodeproj/project.pbxproj
Source/ProtocolClient.h [new file with mode: 0644]
Source/ProtocolClient.m [new file with mode: 0644]