Revision: 41619
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41619&view=rev
Author:   davidloman
Date:     2010-12-15 17:18:58 +0000 (Wed, 15 Dec 2010)

Log Message:
-----------
Implemented the ability to logout/remove accounts

Modified Paths:
--------------
    rt^3/trunk/include/AccountManager.h

Modified: rt^3/trunk/include/AccountManager.h
===================================================================
--- rt^3/trunk/include/AccountManager.h 2010-12-15 17:17:23 UTC (rev 41618)
+++ rt^3/trunk/include/AccountManager.h 2010-12-15 17:18:58 UTC (rev 41619)
@@ -17,7 +17,7 @@
  * License along with this file; see the file named COPYING for more
  * information.
  */
-/** @file AccountManager.cxx
+/** @file AccountManager.h
  *
  * Interface to the SVN user system.
  *
@@ -40,6 +40,7 @@
     virtual ~AccountManager();
     static AccountManager* getInstance();
     Account* login(QString uname, QString passwd, Portal* p);
+    void logout(Account* a);
 
 private:
     static AccountManager* pInstance;
@@ -51,6 +52,7 @@
 
     quint32 validateLoginCreds(QString uname, QString passwd);
     Account* newAccount(QString uname, Portal* p, quint32 id);
+    void remAccount(Account* a);
 
        /* Disable copy cstr and =operator */
     AccountManager(AccountManager const&){};


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

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to