* Fixing lots of warnings and some compile time errors in checked mode in CSJ2K

* Removing CSJ2K.dll from bin/ now that we have it in prebuild.xml

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3119 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Latif Khalifa
2009-10-01 00:19:01 +00:00
parent eff1ff4b41
commit 1f9f3ad00b
21 changed files with 79 additions and 78 deletions

View File

@@ -77,7 +77,7 @@ namespace CSJ2K.j2k.decoder
decSpec2 = (DecoderSpecs) this.Clone();
}
//UPGRADE_NOTE: Exception 'java.lang.CloneNotSupportedException' was converted to 'System.Exception' which has different behavior. "ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?index='!DefaultContextWindowIndex'&keyword='jlca1100'"
catch (System.Exception e)
catch (System.Exception)
{
throw new System.ApplicationException("Cannot clone the DecoderSpecs instance");
}