Please to be testing new logdata interfaces!

This commit is contained in:
Adam Frisby
2007-05-28 22:20:25 +00:00
parent 24f613d244
commit 54cf59ca43
3 changed files with 78 additions and 3 deletions

View File

@@ -31,6 +31,11 @@ namespace OpenGrid.Framework.Data.MySQL
return "MySQL Logdata Interface";
}
public void Close()
{
// Do nothing.
}
public string getVersion()
{
return "0.1";