On 08/27/02 tom berger wrote: > > There is no legal issue: for every piece of functionality that the MS > > runtime provides that we don't have we take patches:-) > > Cool, I'll work on that. Under what namespace do I put these? Mono? > Ximian? (the original is : Microsoft.Vsa)
It depedns what kind of code it is: if it is supposed to be present in the assemblies distributed by MS they need to use the same namespace (like: the reflection.emit stuff is not in the standard but we still use the same namespace). If the code is an implementation of an interface, the Mono.something namespace is fine. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
