Revision: 40814
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40814&view=rev
Author:   davidloman
Date:     2010-09-29 13:48:42 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
Comments.

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

Modified: rt^3/trunk/src/GS/SessionManager.cxx
===================================================================
--- rt^3/trunk/src/GS/SessionManager.cxx        2010-09-29 13:45:36 UTC (rev 
40813)
+++ rt^3/trunk/src/GS/SessionManager.cxx        2010-09-29 13:48:42 UTC (rev 
40814)
@@ -129,12 +129,13 @@
                return;
        }
 
+       //Make new session
        Session* s = this->newSession(a);
 
-       //Cache
+       //tell client about it.
+       SessionInfoMsg* info = s->generateSessionInfoMsg();
+       origin->send(info);
 
-
-
 }
 
 


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