Revision: 40815
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40815&view=rev
Author:   davidloman
Date:     2010-09-29 13:51:00 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
Remove LOGOUTSESSION opcode.  This can/will be handled by DISCONNECTREQ

Modified Paths:
--------------
    rt^3/trunk/include/NetMsgTypes.h
    rt^3/trunk/src/libNet/NetMsgFactory.cxx

Modified: rt^3/trunk/include/NetMsgTypes.h
===================================================================
--- rt^3/trunk/include/NetMsgTypes.h    2010-09-29 13:48:42 UTC (rev 40814)
+++ rt^3/trunk/include/NetMsgTypes.h    2010-09-29 13:51:00 UTC (rev 40815)
@@ -51,7 +51,6 @@
 
 #define NEWSESSIONREQ                  0x0300
 #define SESSIONINFO                            0x0305
-#define LOGOUTSESSION                  0x0310
 
 #define        GEOMETRYREQ                             0x0400
 #define ReqByUUID                        0x00

Modified: rt^3/trunk/src/libNet/NetMsgFactory.cxx
===================================================================
--- rt^3/trunk/src/libNet/NetMsgFactory.cxx     2010-09-29 13:48:42 UTC (rev 
40814)
+++ rt^3/trunk/src/libNet/NetMsgFactory.cxx     2010-09-29 13:51:00 UTC (rev 
40815)
@@ -114,18 +114,22 @@
     return new GenericOneByteMsg(qds, origin);
   case GS_REMOTE_NODENAME_SET:
     return new GenericOneStringMsg(qds, origin);
+
   case DISCONNECTREQ:
     return new TypeOnlyMsg(qds, origin);
+
   case NEWNODEONNET:
     return new GenericOneStringMsg(qds, origin);
     //    case FULL_NODE_LISTREQ:
     // return new NetMsg(qds, origin);
     //    case FULL_NODE_LIST:
     // return new NetMsg(qds, origin);
+
   case NEWSESSIONREQ:
     return new NewSessionReqMsg(qds, origin);
   case SESSIONINFO:
     return new SessionInfoMsg(qds, origin);
+
   case GEOMETRYREQ:
     return new GeometryReqMsg(qds, origin);
   case GEOMETRYMANIFEST:


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to