monodev
[mcloud.git] / mCloudAwk / IMCloudAwk.cs
diff --git a/mCloudAwk/IMCloudAwk.cs b/mCloudAwk/IMCloudAwk.cs
new file mode 100644 (file)
index 0000000..5a00453
--- /dev/null
@@ -0,0 +1,13 @@
+using System;
+
+namespace mCloudAwk
+{
+       public interface IMCloudAwk : IDisposable
+       {
+               TConnection[] GetConnections();
+               void AddConnection(TConnection t);
+               void DeleteConnection(string name);
+               int TestConnection(string name);
+       }
+}
+