Revision: 4429
          http://pd-gem.svn.sourceforge.net/pd-gem/?rev=4429&view=rev
Author:   zmoelnig
Date:     2011-08-08 14:22:14 +0000 (Mon, 08 Aug 2011)

Log Message:
-----------
'plugins/record.h' no longer provides std::map and PluginFactory

Modified Paths:
--------------
    trunk/Gem/src/Pixes/pix_record.cpp

Modified: trunk/Gem/src/Pixes/pix_record.cpp
===================================================================
--- trunk/Gem/src/Pixes/pix_record.cpp  2011-08-08 14:21:51 UTC (rev 4428)
+++ trunk/Gem/src/Pixes/pix_record.cpp  2011-08-08 14:22:14 UTC (rev 4429)
@@ -9,7 +9,10 @@
 #include "Gem/Exception.h"
 
 #include "RTE/MessageCallbacks.h"
+#include "plugins/PluginFactory.h"
 
+#include <map>
+
 CPPEXTERN_NEW_WITH_GIMME(pix_record);
 
 class pix_record :: PIMPL {
@@ -517,4 +520,4 @@
 {
   if(argc)
     GetMyClass(data)->codecMess(argv);
-}
\ No newline at end of file
+}


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
BlackBerry&reg; DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to