Decoder should work now except for filtering.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@438 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -39,7 +39,6 @@ class Decoder {
|
||||
private static int BUFSIZE = 8096;
|
||||
|
||||
private static SecondLife client = new SecondLife();
|
||||
private static ProtocolManager protocol = new ProtocolManager("message_template.msg", client);
|
||||
private static string grep = null;
|
||||
private static byte[] data = new byte[BUFSIZE];
|
||||
private static byte[] temp = new byte[BUFSIZE];
|
||||
|
||||
Reference in New Issue
Block a user