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

List:       kde-commits
Subject:    kdelibs/dcop/dcopidl2cpp
From:       Alexander Kellett <lypanov () kde ! org>
Date:       2003-04-19 8:53:50
[Download RAW message or body]

CVS commit by lypanov: 

remove some unneeded and inconsistant comments


  M +2 -4      skel.cpp   1.26


--- kdelibs/dcop/dcopidl2cpp/skel.cpp  #1.25:1.26
@@ -354,6 +354,4 @@ void generateSkel( const QString& idl, c
         
         // Add signal stubs
-
-        // Go over all children of the CLASS tag
         for(s = e.firstChild().toElement(); !s.isNull(); s = s.nextSibling().toElement() ) {
             if (s.tagName() != "SIGNAL")
@@ -419,10 +417,10 @@ void generateSkel( const QString& idl, c
             str << "}" << endl << endl;
             
-        } // for each class function 
+        }
 
         for(; namespace_count > 0; --namespace_count )
             str << "} // namespace" << endl;
         str << endl;
-    } // for each CLASS-level tag
+    }
         
     skel.close();


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

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