Improve persistence experience for the user

This commit is contained in:
Jim Norman
2005-10-31 20:21:32 +00:00
parent d17617d6fd
commit d100d3d36f
4 changed files with 49 additions and 17 deletions

View File

@@ -25,7 +25,6 @@ namespace sscs.verbs
private ushort msgId = 0;
private uint inMsgLen = 0;
private byte[] inBuf;
private byte[] outBuf;
@@ -657,7 +656,7 @@ namespace sscs.verbs
private WrappedObject DoPing(WrappedObject wo)
{
Console.WriteLine("MICASAD received Ping from Client");
//Console.WriteLine("MICASAD received Ping from Client");
wo.SetError(IPCRetCodes.SSCS_REPLY_SUCCESS, null);
Ping ping = (Ping)wo.GetObject();