Revision: 40828
http://brlcad.svn.sourceforge.net/brlcad/?rev=40828&view=rev
Author: davidloman
Date: 2010-09-29 15:17:06 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
AccountManager does not need to be a NetMsgHandler at this point.
Modified Paths:
--------------
rt^3/trunk/src/GS/AccountManager.cxx
rt^3/trunk/src/GS/AccountManager.h
Modified: rt^3/trunk/src/GS/AccountManager.cxx
===================================================================
--- rt^3/trunk/src/GS/AccountManager.cxx 2010-09-29 15:10:50 UTC (rev
40827)
+++ rt^3/trunk/src/GS/AccountManager.cxx 2010-09-29 15:17:06 UTC (rev
40828)
@@ -125,12 +125,6 @@
return a;
}
-bool
-AccountManager::handleNetMsg(NetMsg* msg)
-{
-
-}
-
// Local Variables: ***
// mode: C++ ***
// tab-width: 8 ***
Modified: rt^3/trunk/src/GS/AccountManager.h
===================================================================
--- rt^3/trunk/src/GS/AccountManager.h 2010-09-29 15:10:50 UTC (rev 40827)
+++ rt^3/trunk/src/GS/AccountManager.h 2010-09-29 15:17:06 UTC (rev 40828)
@@ -30,19 +30,17 @@
#include "Account.h"
#include "Session.h"
#include "Portal.h"
-#include "INetMsgHandler.h"
#include <QtCore/QString>
#include <QtCore/QList>
-class AccountManager : public INetMsgHandler
+class AccountManager
{
public:
virtual ~AccountManager();
static AccountManager* getInstance();
Account* login(QString uname, QString passwd, Portal* p);
- bool handleNetMsg(NetMsg* msg);
private:
static AccountManager* pInstance;
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