Revision: 40231
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40231&view=rev
Author:   davidloman
Date:     2010-08-19 14:13:01 +0000 (Thu, 19 Aug 2010)

Log Message:
-----------
Moved the libPkgCpp #defines to pkgcppcommon.h, so add appropriate #include 
statements.

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

Modified: rt^3/trunk/include/PkgServer.h
===================================================================
--- rt^3/trunk/include/PkgServer.h      2010-08-19 14:08:47 UTC (rev 40230)
+++ rt^3/trunk/include/PkgServer.h      2010-08-19 14:13:01 UTC (rev 40231)
@@ -37,11 +37,12 @@
 
     bool listen(unsigned short port);
 
-    /**
+    /*
      * This function blocks until a new connection
      */
     PkgClient* waitForClient();
 
+
 private:
     int listenFD;
     pkg_switch* callBackTable;


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

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to