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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/groupwise/libgroupwise/qca/src
From:       Laurent Montel <montel () kde ! org>
Date:       2005-11-17 8:54:47
Message-ID: 1132217687.579669.3558.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 480954 by mlaurent:

Don't overwrite same function
When we convert QCString => qt4 you replaced to QByteArray
=> overright it


 M  +4 -3      qca.h  


--- trunk/KDE/kdenetwork/kopete/protocols/groupwise/libgroupwise/qca/src/qca.h #480953:480954
@@ -125,23 +125,24 @@
 			obj.update(a);
 			return obj.final();
 		}
-
+#if 0
 		static QByteArray hash(const QByteArray &cs)
 		{
 			QByteArray a(cs.length());
 			memcpy(a.data(), cs.data(), a.size());
 			return hash(a);
 		}
-
+#endif
 		static QString hashToString(const QByteArray &a)
 		{
 			return arrayToHex(hash(a));
 		}
-
+#if 0
 		static QString hashToString(const QByteArray &cs)
 		{
 			return arrayToHex(hash(cs));
 		}
+#endif
 	};
 
 	class QCA_EXPORT Cipher
[prev in list] [next in list] [prev in thread] [next in thread] 

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