comparison libpurple/plugins/mono/api/Debug.cs @ 15879:93bfbda79bf6

Gaim -> Purple rename for the Mono plugin. These changes make sense, and it compiles, but other than that, I haven't tested anything.
author Richard Laager <rlaager@wiktel.com>
date Sat, 24 Mar 2007 06:27:57 +0000
parents 5fe8042783c1
children
comparison
equal deleted inserted replaced
15878:fde34f782314 15879:93bfbda79bf6
1 using System; 1 using System;
2 using System.Runtime.CompilerServices; 2 using System.Runtime.CompilerServices;
3 3
4 namespace Gaim 4 namespace Purple
5 { 5 {
6 public class Debug 6 public class Debug
7 { 7 {
8 public static int ALL = 0; 8 public static int ALL = 0;
9 public static int MISC = 1; 9 public static int MISC = 1;