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

List:       kde-commits
Subject:    KDE/kdevplatform/language/util
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2008-11-20 20:50:13
Message-ID: 1227214213.807978.23655.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 887006 by apaku:

And again I beg you: Don't add export macro's to pure inline classes, especially so \
for template classes that don't have code in the .cpp

 M  +2 -2      setrepository.h  


--- trunk/KDE/kdevplatform/language/util/setrepository.h #887005:887006
@@ -20,7 +20,7 @@
  *                   and a toItem member function that takes an index, and returns \
                an item of type T.
  * */
 template<class T, class Conversion>
-class KDEVPLATFORMLANGUAGE_EXPORT ConvenientIterator {
+class ConvenientIterator {
   public:
     ConvenientIterator(Set::Iterator it=Set::Iterator(), const Conversion& \
conversion = Conversion()) : m_it(it), m_conversion(conversion) {  }
@@ -67,7 +67,7 @@
      *                   and a toItem member function that takes an index, and \
                returns an item of type T.
      **/
 template<class T, class Conversion>
-class KDEVPLATFORMLANGUAGE_EXPORT LazySet {
+class LazySet {
   public:
     /** @param rep The repository the set should belong/belongs to
      *  @param lockBeforeAccess If this is nonzero, the given mutex will be locked \
before each modification to the repository.


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

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