Abstract NamedPipes code for windows
This commit is contained in:
@@ -2,8 +2,9 @@ using System;
|
||||
using sscs.common;
|
||||
using sscs.constants;
|
||||
|
||||
using sscs.communication.win.InterProcessComm;
|
||||
using sscs.communication.win.NamedPipes;
|
||||
using AppModule.InterProcessComm;
|
||||
using AppModule.NamedPipes;
|
||||
using sscs.communication.win;
|
||||
|
||||
namespace sscs.communication
|
||||
{
|
||||
@@ -17,7 +18,7 @@ namespace sscs.communication
|
||||
|
||||
public WinCommunication()
|
||||
{
|
||||
PipeManager = new sscs.communication.win.PipeManager();
|
||||
PipeManager = new PipeManager();
|
||||
PipeManager.Initialize();
|
||||
}
|
||||
|
||||
@@ -27,9 +28,7 @@ namespace sscs.communication
|
||||
//PipeManager = new PipeManager();
|
||||
//PipeManager.Initialize();
|
||||
//PipeManager.Start();
|
||||
PipeManager.Start();
|
||||
|
||||
|
||||
PipeManager.Start();
|
||||
}
|
||||
|
||||
public void CloseCommunicationEndPoint()
|
||||
|
||||
Reference in New Issue
Block a user