Revision: 41765
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41765&view=rev
Author:   davidloman
Date:     2010-12-22 14:19:34 +0000 (Wed, 22 Dec 2010)

Log Message:
-----------
Register PingCmd class in the CmdRegistry so GSClient can use it.

Modified Paths:
--------------
    rt^3/trunk/src/GS/GSClient.cxx

Modified: rt^3/trunk/src/GS/GSClient.cxx
===================================================================
--- rt^3/trunk/src/GS/GSClient.cxx      2010-12-22 14:18:40 UTC (rev 41764)
+++ rt^3/trunk/src/GS/GSClient.cxx      2010-12-22 14:19:34 UTC (rev 41765)
@@ -31,6 +31,7 @@
 #include "LoginCmd.h"
 #include "LogoutCmd.h"
 #include "ShutdownCmd.h"
+#include "PingCmd.h"
 
 const std::string GSClient::defaultPrompt ="geoclient> ";
 
@@ -66,6 +67,7 @@
        this->ccReg->registerCmd(new LoginCmd());
        this->ccReg->registerCmd(new LogoutCmd());
        this->ccReg->registerCmd(new ShutdownCmd());
+       this->ccReg->registerCmd(new PingCmd());
 }
 
 void


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

------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to