Miguel, As I mentioned on IRC, I would like some files renamed in CVS. The files are all in Mono.Data.TdsClient.Internal.
Could you please rename TdsCommInternal.cs -> TdsComm.cs TdsConnectionParametersInternal.cs -> TdsConnectionParameters.cs TdsInternal.cs -> Tds.cs TdsPacketTypeInternal.cs -> TdsPacketType.cs TdsServerTypeInternal.cs -> TdsServerType.cs TdsVersionInternal.cs -> TdsVersion.cs In other words, all of the cs files need the word "Internal" removed from their names. The reason they were named "Internal" is because originally there were going to be classes with the same name in two different namespaces, and it seemed convenient rather than specifying the namespace. This is now a moot point. If you need me to do anything to make this happen, let me know. Thanks, -- Tim Coleman <[EMAIL PROTECTED]> [43.28 N 80.31 W] BMath, Honours Combinatorics and Optimization, University of Waterloo "Under capitalism, man exploits man. Under communism, it's just the opposite." -- J.K. Galbraith _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
