Initial windlight codebase commit

This commit is contained in:
unknown
2009-12-07 18:03:53 +01:00
parent 2e6dce434f
commit 29a740ec8c
16 changed files with 297 additions and 17 deletions

View File

@@ -483,7 +483,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
throw new System.NotImplementedException();
}
public void SendGenericMessage(string method, List<string> message)
public void SendGenericMessage(string method, List<byte[]> message)
{
throw new System.NotImplementedException();
}