Moving micasa 1.5 trunk to Novell forge.
This commit is contained in:
15
c_micasad/communication/ICommunication.cs
Normal file
15
c_micasad/communication/ICommunication.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
/* This is an interface which would be implemented
|
||||
* by UnixCommunication and WinCommunication.
|
||||
*/
|
||||
|
||||
namespace sscs.communication
|
||||
{
|
||||
|
||||
interface Communication
|
||||
{
|
||||
void StartCommunicationEndPoint();
|
||||
void CloseCommunicationEndPoint();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user