Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv13176/src

Modified Files:
        Project.cpp WaveClip.h 
Log Message:
Fixing a bunch of warnings that were OD related.  Also adjusted the speed of 
update screen to about twice a second while od is runnning..


Index: WaveClip.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/WaveClip.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- WaveClip.h  26 Jun 2008 23:44:59 -0000      1.26
+++ WaveClip.h  7 Jul 2008 23:20:57 -0000       1.27
@@ -31,6 +31,7 @@
 class SpecCache;
 class AUDACITY_DLL_API WaveClip;
 class AUDACITY_DLL_API WaveClipList;
+class AUDACITY_DLL_API ODLock;
 
 class SpecPxCache {
 public:

Index: Project.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Project.cpp,v
retrieving revision 1.367
retrieving revision 1.368
diff -u -d -r1.367 -r1.368
--- Project.cpp 7 Jul 2008 18:13:44 -0000       1.367
+++ Project.cpp 7 Jul 2008 23:20:57 -0000       1.368
@@ -120,6 +120,7 @@
 #include "FileNames.h"
 #include "BlockFile.h"
 #include "ondemand/ODManager.h"
+#include "ondemand/ODTask.h"
 #include "ondemand/ODComputeSummaryTask.h"
 
 #include "Theme.h"
@@ -487,9 +488,6 @@
    TrackPanelID
 };
 
-//also in ODManager.cpp
-DECLARE_EVENT_TYPE(wxEVT_ODTASK_UPDATE, -1)
-DECLARE_EVENT_TYPE(wxEVT_ODTASK_COMPLETE, -1)
 
 BEGIN_EVENT_TABLE(AudacityProject, wxFrame)
     EVT_MENU_OPEN(AudacityProject::OnMenuEvent)


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to