[mythtv] don't know if anyone has posted this (.19-fixes diff for mythplugins directory)

Derek Meek thekazan at gmail.com
Fri Apr 14 18:25:37 UTC 2006


Had to make some adjustments to mythplugins from .19-fixes to get it to
compile - here is the svn diff

Index: mythgame/mythgame/gamehandler.h
===================================================================
--- mythgame/mythgame/gamehandler.h     (revision 9711)
+++ mythgame/mythgame/gamehandler.h     (working copy)
@@ -106,7 +106,7 @@

   protected:
     static GameHandler* GetHandler(RomInfo *rominfo);
-    static GameHandler* GameHandler::GetHandlerByName(QString systemname);
+    static GameHandler* GetHandlerByName(QString systemname);

     bool rebuild;
     int spandisks;
Index: mythphone/mythphone/sipfsm.h
===================================================================
--- mythphone/mythphone/sipfsm.h        (revision 9711)
+++ mythphone/mythphone/sipfsm.h        (working copy)
@@ -618,7 +618,7 @@
     SipWatcher *CreateWatcherFsm(QString Url);
     SipIM *CreateIMFsm(QString Url="", QString callIdStr="");
     void StopWatchers();
-    void SipFsm::KickWatcher(SipUrl *Url);
+    void KickWatcher(SipUrl *Url);
     void SendIM(QString destUrl, QString CallId, QString imMsg);
     int numCalls();
     int getPrimaryCall() { return primaryCall; };
Index: mythphone/mythphone/vxml.h
===================================================================
--- mythphone/mythphone/vxml.h  (revision 9711)
+++ mythphone/mythphone/vxml.h  (working copy)
@@ -10,7 +10,7 @@
 {
   public:
     vxmlVariable(QString N, QString V);
-    vxmlVariable::vxmlVariable(QString N, short *wav, int S);
+    vxmlVariable(QString N, short *wav, int S);
     virtual ~vxmlVariable() {};
     bool isType(QString t) { return (t == Type); };
     QString getName() { return Name; };



More information about the mythtv-dev mailing list