2005-01-12 Mike Kestner <mkestner@novell.com>
* sample/gnomevfs/*.cs : s/Test.Gnome.VFS/TestGnomeVfs to avoid namespace collision problems with current mcs. svn path=/trunk/gtk-sharp/; revision=38788
This commit is contained in:
parent
dc32d6bf6f
commit
32aa6d0788
15 changed files with 19 additions and 14 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-01-12 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* sample/gnomevfs/*.cs : s/Test.Gnome.VFS/TestGnomeVfs to avoid
|
||||
namespace collision problems with current mcs.
|
||||
|
||||
2005-01-11 Ben Maurer <bmaurer@ximian.com>
|
||||
|
||||
* configure.in: There might be multiple S.D assemblies (eg, if you
|
||||
|
|
|
@ -4,7 +4,7 @@ using System;
|
|||
using System.Text;
|
||||
using System.Threading;
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
public class TestAsync {
|
||||
private static MainLoop loop;
|
||||
private static Handle handle;
|
||||
|
|
|
@ -4,7 +4,7 @@ using System;
|
|||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
public class TestAsyncStream {
|
||||
private static MainLoop loop;
|
||||
private static byte[] buffer;
|
||||
|
|
|
@ -3,7 +3,7 @@ using Gnome.Vfs;
|
|||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
public class TestCallback {
|
||||
private static MainLoop loop;
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ using Gnome.Vfs;
|
|||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
public class TestInfo {
|
||||
private static MainLoop loop;
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ using Gnome.Vfs;
|
|||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
public class TestInfo {
|
||||
static void Main (string[] args)
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@ using System;
|
|||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
public class TestMime {
|
||||
static void Main (string[] args)
|
||||
{
|
||||
|
|
|
@ -3,7 +3,7 @@ using Gnome.Vfs;
|
|||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
public class TestMonitor {
|
||||
static void Main (string[] args)
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@ using Gnome.Vfs;
|
|||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
public class TestSync {
|
||||
static void Main (string[] args)
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@ using Gnome.Vfs;
|
|||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
public class TestSyncCreate {
|
||||
static void Main (string[] args)
|
||||
{
|
||||
|
|
|
@ -4,7 +4,7 @@ using System;
|
|||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
public class TestSyncStream {
|
||||
private static MainLoop loop;
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ using Gnome.Vfs;
|
|||
using System;
|
||||
using System.Text;
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
public class TestSyncWrite {
|
||||
static void Main (string[] args)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using Gnome.Vfs;
|
||||
using System;
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
public class TestUnlink {
|
||||
static void Main (string[] args)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
using Gnome.Vfs;
|
||||
using System;
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
public class TestVolumes {
|
||||
public TestVolumes ()
|
||||
{
|
||||
|
|
|
@ -12,7 +12,7 @@ using System.Runtime.CompilerServices;
|
|||
[assembly: Mono.Author("Jeroen Zwartepoorte")]
|
||||
[assembly: AssemblyVersion("1.0.*")]
|
||||
|
||||
namespace Test.Gnome.Vfs {
|
||||
namespace TestGnomeVfs {
|
||||
class TestXferOptions : Options {
|
||||
[Option("Copy directories recursively", 'r')]
|
||||
public bool recursive = false;
|
||||
|
|
Loading…
Reference in a new issue