Revision: 40798
http://brlcad.svn.sourceforge.net/brlcad/?rev=40798&view=rev
Author: davidloman
Date: 2010-09-29 12:53:08 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
AccountManager::login should return an Account* not a Session*. Also added
some thread safety surrounding the Account* List
Modified Paths:
--------------
rt^3/trunk/src/GS/AccountManager.h
Modified: rt^3/trunk/src/GS/AccountManager.h
===================================================================
--- rt^3/trunk/src/GS/AccountManager.h 2010-09-29 12:45:10 UTC (rev 40797)
+++ rt^3/trunk/src/GS/AccountManager.h 2010-09-29 12:53:08 UTC (rev 40798)
@@ -45,11 +45,10 @@
static AccountManager* pInstance;
AccountManager();
-
QMutex accountListLock;
QList<Account*>* accounts;
- quint32 validateLoginCreds(QString uname, QString passwd);
+ quint32 validateLoginCreds(QString uname, QString passwd);
};
#endif
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