Updating Decoder for breaking changes in r173. Improved build script to behave like r151.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@184 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
axial
2006-09-11 03:29:49 +00:00
parent 967c02e6f1
commit 62a15570d9
2 changed files with 7 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ using libsecondlife;
class Decoder {
private static int BUFSIZE = 8096;
private static ProtocolManager protocol = new ProtocolManager("keywords.txt", "protocol.txt");
private static ProtocolManager protocol = new SecondLife("keywords.txt", "protocol.txt").Protocol;
private static string grep = null;
private static byte[] data = new byte[BUFSIZE];
private static byte[] temp = new byte[BUFSIZE];