Split out the C++ class into its own file. Also move NetworkConnection's private...
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 24 Dec 2010 18:53:56 +0000 (13:53 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 24 Dec 2010 18:53:56 +0000 (13:53 -0500)
commit307cce570cac4cfefe97ab9309ddd2f388c6c075
tree2caf648706c980427d90cc6abd6d5df5364afcf3
parent0a7b2ae2c426733cc3f299bc83a2162bff09f5e2
Split out the C++ class into its own file. Also move NetworkConnection's private interface out.
MacGDBp.xcodeproj/project.pbxproj
Source/NetworkCallbackController.h [new file with mode: 0644]
Source/NetworkCallbackController.mm [new file with mode: 0644]
Source/NetworkConnection.h
Source/NetworkConnection.mm
Source/NetworkConnectionPrivate.h [new file with mode: 0644]