|
From: CVS C. to T. <the...@li...> - 2010-08-24 19:24:33
|
Revision: 547
http://themis.svn.sourceforge.net/themis/?rev=547&view=rev
Author: mark_hellegers
Date: 2010-08-24 19:24:27 +0000 (Tue, 24 Aug 2010)
Log Message:
-----------
- Moved PrefsWin.h include to the app.cpp, so changes to it don't cause a large amount of files to be recompiled.
Modified Paths:
--------------
trunk/themis/framework/app.cpp
trunk/themis/framework/app.h
Modified: trunk/themis/framework/app.cpp
===================================================================
--- trunk/themis/framework/app.cpp 2010-08-21 23:27:15 UTC (rev 546)
+++ trunk/themis/framework/app.cpp 2010-08-24 19:24:27 UTC (rev 547)
@@ -33,6 +33,7 @@
#include <String.h>
#include "app.h"
#include "PrefsDefs.h"
+#include "PrefsWin.h"
#include "ThemisTab.h"
#include <Path.h>
using namespace _Themis_Networking_;
Modified: trunk/themis/framework/app.h
===================================================================
--- trunk/themis/framework/app.h 2010-08-21 23:27:15 UTC (rev 546)
+++ trunk/themis/framework/app.h 2010-08-24 19:24:27 UTC (rev 547)
@@ -37,11 +37,13 @@
#include "msgsystem.h"
#include "msgdaemon.h"
#include "plugman.h"
-#include "PrefsWin.h"
#include "tcpmanager.h"
#include "SiteHandler.h"
#include "win.h"
+// Declarations used
+class PrefsWin;
+
//! The application framework version number.
#define THEMIS_FRAMEWORK_APP_VERSION 0.40
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|