Revision: 40811
http://brlcad.svn.sourceforge.net/brlcad/?rev=40811&view=rev
Author: davidloman
Date: 2010-09-29 13:33:54 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
SessionManager::newSession() doesn't need to be public.
Modified Paths:
--------------
rt^3/trunk/src/GS/SessionManager.h
Modified: rt^3/trunk/src/GS/SessionManager.h
===================================================================
--- rt^3/trunk/src/GS/SessionManager.h 2010-09-29 13:32:56 UTC (rev 40810)
+++ rt^3/trunk/src/GS/SessionManager.h 2010-09-29 13:33:54 UTC (rev 40811)
@@ -39,7 +39,6 @@
public:
static SessionManager* getInstance();
virtual ~SessionManager();
- Session* newSession(Account* a);
bool handleNetMsg(NetMsg* msg);
private:
@@ -52,6 +51,7 @@
QMap<QUuid, Session*>* sessionIdMap;
QMap<quint32, Session*>* accountIdMap;
+ Session* newSession(Account* a);
void handleNewSessionReqMsg(NewSessionReqMsg* msg);
};
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