[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/knotes
From:       Bo Thorsen <bo () sonofthor ! dk>
Date:       2004-01-28 8:03:39
Message-ID: 20040128080339.7EE159760 () office ! kde ! org
[Download RAW message or body]

CVS commit by thorsen: 

Remove unused updateNote method from the resource interface. Implement the observer \
interface instead, if necessary


  M +0 -6      resourcelocal.cpp   1.2
  M +0 -2      resourcelocal.h   1.2
  M +0 -2      resourcenotes.h   1.2


--- kdepim/knotes/resourcelocal.cpp  #1.1:1.2
@@ -116,8 +116,2 @@ bool ResourceLocal::deleteNote( KCal::Jo
     return true;
 }
-
-bool ResourceLocal::updateNote( KCal::Journal* )
-{
-    kdDebug() << "NYI: ResourceLocal::updateNote( KCal::Journal* )\n";
-    return false;
-}

--- kdepim/knotes/resourcelocal.h  #1.1:1.2
@@ -56,6 +56,4 @@ public:
 
     virtual bool deleteNote( KCal::Journal* );
-
-    virtual bool updateNote( KCal::Journal* );
 };
   

--- kdepim/knotes/resourcenotes.h  #1.1:1.2
@@ -73,6 +73,4 @@ public:
     virtual bool deleteNote( KCal::Journal* ) = 0;
 
-    virtual bool updateNote( KCal::Journal* ) = 0;
-
     void setManager( ResourceManager* manager ) { mManager = manager; }
     ResourceManager* manager() const { return mManager; }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic