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

Log Message:
-----------
Timestamp account object upon cstr

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

Modified: rt^3/trunk/src/GS/Account.cxx
===================================================================
--- rt^3/trunk/src/GS/Account.cxx       2010-09-29 13:06:11 UTC (rev 40801)
+++ rt^3/trunk/src/GS/Account.cxx       2010-09-29 13:08:46 UTC (rev 40802)
@@ -27,7 +27,7 @@
 
 Account::Account(QString uname, Portal* portal) :
        uname(uname), portal(portal) {
-       //TODO need time/date stamping for creation/last access.
+       this->stampLastAccess();
 }
 
 Account::~Account() {


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