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

List:       kde-commits
Subject:    KDE/kdepim/kpilot
From:       Jason vanRijn Kasper <vR () movingparts ! net>
Date:       2008-08-23 3:57:46
Message-ID: 1219463866.449678.3068.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 851177 by vanrijn:

Hm. Don't know how this is compiling for anyone else. saveAppInfo() was an
earlier idea that went buh bye with the newer category work we did this
year. Should have been removed already. This cleans it up and gets trunk
compiling for me again.


 M  +0 -5      Documentation/base-conduit-template/contactshhdataproxy.cc  
 M  +0 -6      Documentation/base-conduit-template/contactshhdataproxy.h  
 M  +0 -2      conduits/base/tests/testhhdataproxy.h  
 M  +0 -2      conduits/keyringconduit/keyringhhdataproxy.h  


--- trunk/KDE/kdepim/kpilot/Documentation/base-conduit-template/contactshhdataproxy.cc #851176:851177
@@ -57,8 +57,3 @@
 	return 0L;
 }
 
-void ContactsHHDataProxy::storeAppInfo()
-{
-	FUNCTIONSETUP;
-	//TODO: IMPLEMENT
-}
--- trunk/KDE/kdepim/kpilot/Documentation/base-conduit-template/contactshhdataproxy.h #851176:851177
@@ -53,12 +53,6 @@
 	 * category information can be read and altered.
 	 */
 	/* virtual */ PilotAppInfoBase* readAppInfo();
-	
-	/**
-	 * Implementing classes should pack and store fAppInfo into the database so
-	 * that Category information is stored.
-	 */
-	/* virtual */ void storeAppInfo();
 };
 
 #endif
--- trunk/KDE/kdepim/kpilot/conduits/base/tests/testhhdataproxy.h #851176:851177
@@ -59,8 +59,6 @@
 
 	virtual void addCategory( Record* r, const QString& c ) { Q_UNUSED( r ); Q_UNUSED( c ); };
 	
-	virtual void storeAppInfo() {};
-	
 	QMap<QString, Record*>* records() { return &fRecords; }
 	
 protected:
--- trunk/KDE/kdepim/kpilot/conduits/keyringconduit/keyringhhdataproxy.h #851176:851177
@@ -69,8 +69,6 @@
 	
 	virtual PilotAppInfoBase* readAppInfo();
 	
-	virtual void storeAppInfo();
-
 private: // functions
 	QCA::SecureArray getDigest( const QCA::SecureArray &salt
 		, const QCA::SecureArray &pass );
[prev in list] [next in list] [prev in thread] [next in thread] 

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