Revision: 40769
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40769&view=rev
Author:   davidloman
Date:     2010-09-28 19:56:51 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
Add a getter for NetMsg::origin

Modified Paths:
--------------
    rt^3/trunk/include/NetMsg.h
    rt^3/trunk/src/libNet/netMsg/NetMsg.cxx

Modified: rt^3/trunk/include/NetMsg.h
===================================================================
--- rt^3/trunk/include/NetMsg.h 2010-09-28 19:54:11 UTC (rev 40768)
+++ rt^3/trunk/include/NetMsg.h 2010-09-28 19:56:51 UTC (rev 40769)
@@ -63,6 +63,7 @@
        QUuid getMsgUUID() const;
        bool msgHasReUUID() const;
        QUuid getReUUID() const;
+       Portal* getOrigin() const;
 
        /*
         * Utilities

Modified: rt^3/trunk/src/libNet/netMsg/NetMsg.cxx
===================================================================
--- rt^3/trunk/src/libNet/netMsg/NetMsg.cxx     2010-09-28 19:54:11 UTC (rev 
40768)
+++ rt^3/trunk/src/libNet/netMsg/NetMsg.cxx     2010-09-28 19:56:51 UTC (rev 
40769)
@@ -130,6 +130,12 @@
   return this->reUUID;
 }
 
+Portal*
+NetMsg::getOrigin() const
+{
+       return this->origin;
+}
+
 /*
  * Utilities
  */


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