Browse Source
Added missing SVN Revision keywords git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2210 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
31 changed files with 50 additions and 46 deletions
@ -0,0 +1,19 @@
@@ -0,0 +1,19 @@
|
||||
// <file>
|
||||
// <copyright see="prj:///doc/copyright.txt"/>
|
||||
// <license see="prj:///doc/license.txt"/>
|
||||
// <owner name="David Srbecký" email="dsrbecky@gmail.com"/>
|
||||
// <version>$Revision$</version>
|
||||
// </file>
|
||||
|
||||
using System; |
||||
|
||||
namespace Debugger.Core.Debugger |
||||
{ |
||||
/// <summary>
|
||||
/// A base class for all classes declared by the debugger
|
||||
/// </summary>
|
||||
public class DebuggerObject: MarshalByRefObject |
||||
{ |
||||
|
||||
} |
||||
} |
@ -1,15 +0,0 @@
@@ -1,15 +0,0 @@
|
||||
// <file>
|
||||
// <copyright see="prj:///doc/copyright.txt"/>
|
||||
// <license see="prj:///doc/license.txt"/>
|
||||
// <owner name="David Srbecký" email="dsrbecky@gmail.com"/>
|
||||
// <version>$Revision$</version>
|
||||
// </file>
|
||||
|
||||
using System; |
||||
|
||||
namespace Debugger |
||||
{ |
||||
public class RemotingObjectBase: MarshalByRefObject |
||||
{ |
||||
} |
||||
} |
Loading…
Reference in new issue