Merged UnixTransport and UnixNativeTransport.
commit4003b170c5e8b6cfc055953f4f32d76efe7f1a0e
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 1 Oct 2008 21:48:35 +0000 (1 17:48 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 1 Oct 2008 21:49:20 +0000 (1 17:49 -0400)
tree2d3c544820ca75787435df0c8fa06dc6084a8235
parentca47e89dbccb1d1df5512eeb1d92961f6f051b54
Merged UnixTransport and UnixNativeTransport.

Also got rid of the useless Open() calls in the Transport API; just use a
constructor, already.  This saves a few lines of code here and there.
12 files changed:
dbus-sharp/Makefile
dbus-sharp/SocketTransport.cs
dbus-sharp/Transport.cs
dbus-sharp/UnixNativeTransport.cs
dbus-sharp/UnixTransport.cs [deleted file]
versaplexd/dodgytransport.cs
versaplexd/t/versaplextester.cs
versaplexd/versaplexd.cs
versaplexd/vxcli.cs
versaplexd/vxdbusschema.cs
wvdotnet/streamtest.cs
wvdotnet/wvsockstream.cs