Revision: 40756
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40756&view=rev
Author:   davidloman
Date:     2010-09-28 18:40:25 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
Forgot an include!

Modified Paths:
--------------
    rt^3/trunk/src/libNet/Portal.cxx

Modified: rt^3/trunk/src/libNet/Portal.cxx
===================================================================
--- rt^3/trunk/src/libNet/Portal.cxx    2010-09-28 18:38:35 UTC (rev 40755)
+++ rt^3/trunk/src/libNet/Portal.cxx    2010-09-28 18:40:25 UTC (rev 40756)
@@ -29,6 +29,7 @@
 #include "NetMsgFactory.h"
 #include "NetMsgTypes.h"
 #include "RemoteNodenameSetMsg.h"
+#include "TypeOnlyMsg.h"
 
 Portal::Portal(PkgTcpClient* client, struct pkg_switch* table) {
        this->remoteNodeName = "NotSetYet-" + QUuid::createUuid().toString();
@@ -149,7 +150,7 @@
                return true;
        } else if (type == RUALIVE) {
                TypeOnlyMsg tom(IMALIVE);
-               p->send(&tom);
+               this->send(&tom);
                delete msg;
                return true;
        }
@@ -167,6 +168,8 @@
 
        QByteArray ba(buf, len);
 
+
+
        if (conn->pkc_user_data == 0) {
                bu_log("pkg callback returned a NULL user_data pointer!\n");
 


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