Completely eliminated the Signature struct.
commit658c56df6e6883d6e9d1400ddee65d0263bea9ed
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 1 Oct 2008 04:47:22 +0000 (1 00:47 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 1 Oct 2008 04:47:22 +0000 (1 00:47 -0400)
treeee7d432dc900d5c59079b3d7fed53118aab9631e
parentee87f39bf7899d8f7af4a0014c59c73bfa33e673
Completely eliminated the Signature struct.

It was only actually needed because of the crazy introspection stuff:
signatures are encoded differently in the DBus protocol than strings are.
But now that you have to encode things yourself anyway, the need for this
class is eliminated.
dbus-sharp/Makefile
dbus-sharp/Message.cs
dbus-sharp/Protocol.cs
dbus-sharp/Signature.cs [deleted file]
versaplexd/vxapi.cs