Browse Source
Remove unused IService interface. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3411 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
3 changed files with 0 additions and 46 deletions
@ -1,19 +0,0 @@
@@ -1,19 +0,0 @@
|
||||
// <file>
|
||||
// <copyright see="prj:///doc/copyright.txt"/>
|
||||
// <license see="prj:///doc/license.txt"/>
|
||||
// <author name="Daniel Grunwald"/>
|
||||
// <version>$Revision$</version>
|
||||
// </file>
|
||||
|
||||
using System; |
||||
|
||||
namespace ICSharpCode.Core.Services |
||||
{ |
||||
/// <summary>
|
||||
/// Description of IService.
|
||||
/// </summary>
|
||||
public interface IService |
||||
{ |
||||
void Shutdown(); |
||||
} |
||||
} |
Loading…
Reference in new issue