You've already forked linux-packaging-mono
Imported Upstream version 5.2.0.196
Former-commit-id: a9bb725ccbe0b8bfe8370b968c9f33f1558e1a2b
This commit is contained in:
parent
fad71374d0
commit
bdb6e93184
@@ -1,27 +0,0 @@
|
||||
using System;
|
||||
|
||||
namespace Monodoc
|
||||
{
|
||||
public abstract class Provider
|
||||
{
|
||||
//
|
||||
// This code is used to "tag" all the different sources
|
||||
//
|
||||
static short serial;
|
||||
|
||||
public int Code { get; set; }
|
||||
|
||||
public Provider ()
|
||||
{
|
||||
Code = serial++;
|
||||
}
|
||||
|
||||
public abstract void PopulateTree (Tree tree);
|
||||
|
||||
//
|
||||
// Called at shutdown time after the tree has been populated to perform
|
||||
// any fixups or final tasks.
|
||||
//
|
||||
public abstract void CloseTree (HelpSource hs, Tree tree);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user