Revision: 40832
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40832&view=rev
Author:   davidloman
Date:     2010-09-29 15:24:56 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
Move libnet.h include from source to header file.

Modified Paths:
--------------
    rt^3/trunk/include/GeometryService.h

Modified: rt^3/trunk/include/GeometryService.h
===================================================================
--- rt^3/trunk/include/GeometryService.h        2010-09-29 15:24:11 UTC (rev 
40831)
+++ rt^3/trunk/include/GeometryService.h        2010-09-29 15:24:56 UTC (rev 
40832)
@@ -27,6 +27,7 @@
 #define __GEOMETRYSERVICE_H__
 
 #include "libutility.h"
+#include "libnet.h"
 
 #include <QtCore/QString>
 
@@ -46,7 +47,7 @@
        Logger* log;
        QString localNodeName;
        quint16 listenPort;
-
+       PortalManager* pm;
        void registerMsgRoutes();
 
 };


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