Revision: 40739
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40739&view=rev
Author:   davidloman
Date:     2010-09-28 15:11:45 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
Missed a file for r40735

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 15:04:47 UTC (rev 40738)
+++ rt^3/trunk/src/libNet/Portal.cxx    2010-09-28 15:11:45 UTC (rev 40739)
@@ -36,8 +36,9 @@
   this->pkgClient = client;
 
   //set the struct's userdata
-  struct pkg_switch* table = (struct 
pkg_switch*)this->pkgClient->getCallBackTable();
-  table[0].pks_user_data = this;
+  const struct pkg_switch* table = this->pkgClient->getCallBackTable();
+  pkg_switch sw = table[0];
+  sw.pks_user_data = this;
 
   this->log = Logger::getInstance();
   this->handshakeComplete = false;
@@ -90,8 +91,6 @@
 }
 int
 Portal::read(){
-
-       Logger::getInstance()->logDEBUG("Portal", "Portal::read()!!!!");
   int retval = 0;
 
   //recv first


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