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

Log Message:
-----------
Change libpkgcpp test to reflect change in pkg_switch table generation logic.

Modified Paths:
--------------
    rt^3/trunk/tests/libpkgcpp/pkgcppTest.cxx

Modified: rt^3/trunk/tests/libpkgcpp/pkgcppTest.cxx
===================================================================
--- rt^3/trunk/tests/libpkgcpp/pkgcppTest.cxx   2010-09-28 15:02:53 UTC (rev 
40736)
+++ rt^3/trunk/tests/libpkgcpp/pkgcppTest.cxx   2010-09-28 15:03:57 UTC (rev 
40737)
@@ -186,7 +186,7 @@
   do
     {
       //Blocks
-      pkgClient = pkgServer.waitForClient();
+      pkgClient = pkgServer.waitForClient(callbacks);
 
       //TODO probably should failsafe this loop
       if (pkgClient == NULL)
@@ -209,8 +209,6 @@
     }
   while (pkgClient == NULL);
 
-  pkgClient->setCallBackTable(callbacks);
-
   int counter = 0;
   int itemsRemain = 0;
   /* we got a validated client, process packets from the


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