Moving micasa 1.5 trunk to Novell forge.
This commit is contained in:
31
c_adlib/IDataEngine.cs
Normal file
31
c_adlib/IDataEngine.cs
Normal file
@@ -0,0 +1,31 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Xml;
|
||||
using System.Threading;
|
||||
|
||||
|
||||
namespace Novell.CASA.DataEngines
|
||||
{
|
||||
|
||||
/*
|
||||
* Defines the interfaces to be implemenetd by all Data Engines.
|
||||
*/
|
||||
public interface DataEngine
|
||||
{
|
||||
|
||||
XmlNode Aggregate();
|
||||
|
||||
int GetSecret(XmlNode secret);
|
||||
|
||||
int SetSecret(XmlNode secret);
|
||||
|
||||
int Remove(XmlNode secret);
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user