Revision: 40801
http://brlcad.svn.sourceforge.net/brlcad/?rev=40801&view=rev
Author: davidloman
Date: 2010-09-29 13:06:11 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
Add in local Logger reference.
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 13:03:04 UTC (rev
40800)
+++ rt^3/trunk/src/GS/AccountManager.cxx 2010-09-29 13:06:11 UTC (rev
40801)
@@ -33,6 +33,7 @@
AccountManager::AccountManager()
{
this->accounts = new QList<Account*>();
+ this->log = Logger::getInstance();
}
AccountManager::~AccountManager()
Modified: rt^3/trunk/src/GS/AccountManager.h
===================================================================
--- rt^3/trunk/src/GS/AccountManager.h 2010-09-29 13:03:04 UTC (rev 40800)
+++ rt^3/trunk/src/GS/AccountManager.h 2010-09-29 13:06:11 UTC (rev 40801)
@@ -26,6 +26,7 @@
#ifndef __ACCOUNTMANAGER_H__
#define __ACCOUNTMANAGER_H__
+#include "Logger.h"
#include "Session.h"
#include "INetMsgHandler.h"
@@ -45,6 +46,7 @@
static AccountManager* pInstance;
AccountManager();
+ Logger* log;
QMutex accountListLock;
QList<Account*>* accounts;
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