Revision: 41645
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41645&view=rev
Author:   davidloman
Date:     2010-12-16 15:47:25 +0000 (Thu, 16 Dec 2010)

Log Message:
-----------
Resolved a cyclic include issue.

Modified Paths:
--------------
    rt^3/trunk/include/ClientCmdRegistry.h
    rt^3/trunk/src/GS/cmds/ClientCmdRegistry.cxx

Modified: rt^3/trunk/include/ClientCmdRegistry.h
===================================================================
--- rt^3/trunk/include/ClientCmdRegistry.h      2010-12-16 15:46:17 UTC (rev 
41644)
+++ rt^3/trunk/include/ClientCmdRegistry.h      2010-12-16 15:47:25 UTC (rev 
41645)
@@ -27,7 +27,6 @@
 #ifndef __CLIENTCMDREGISTRY_H__
 #define __CLIENTCMDREGISTRY_H__
 
-#include "AbstractClientCmd.h"
 #include "Logger.h"
 
 #include <QtCore/QString>
@@ -35,6 +34,8 @@
 #include <QtCore/QList>
 #include <QtCore/QMutex>
 
+class AbstractClientCmd;
+
 class ClientCmdRegistry
 {
 public:

Modified: rt^3/trunk/src/GS/cmds/ClientCmdRegistry.cxx
===================================================================
--- rt^3/trunk/src/GS/cmds/ClientCmdRegistry.cxx        2010-12-16 15:46:17 UTC 
(rev 41644)
+++ rt^3/trunk/src/GS/cmds/ClientCmdRegistry.cxx        2010-12-16 15:47:25 UTC 
(rev 41645)
@@ -25,6 +25,8 @@
 
 
 #include "ClientCmdRegistry.h"
+#include "AbstractClientCmd.h"
+
 #include <QtCore/QMutexLocker>
 
 ClientCmdRegistry* ClientCmdRegistry::pInstance = NULL;


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