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

List:       kde-commits
Subject:    kdenetwork/kopete/protocols/msn (silent)
From:       Martijn Klingens <klingens () kde ! org>
Date:       2003-11-30 20:23:47
[Download RAW message or body]

CVS commit by mklingens: 

CVS_SILENT more coding style


  M +9 -17     msndispatchsocket.cpp   1.7
  M +7 -15     msndispatchsocket.h   1.7


--- kdenetwork/kopete/protocols/msn/msndispatchsocket.cpp  #1.6:1.7
@@ -2,6 +2,8 @@
     msndispatchsocket.cpp - Socket for the MSN Dispatch Server
 
-    Copyright (c) 2002 by Martijn Klingens       <klingens@kde.org>
-    Kopete    (c) 2002 by the Kopete developers  <kopete-devel@kde.org>
+    Copyright (c) 2002-2003 by Martijn Klingens      <klingens@kde.org>
+    Copyright (c) 2002-2003 by Olivier Goffart       <ogoffart@tiscalinet.be>
+
+    Kopete    (c) 2002-2003 by the Kopete developers <kopete-devel@kde.org>
 
     Portions of this code are taken from KMerlin,
@@ -20,6 +22,6 @@
 #include "msndispatchsocket.h"
 
-MSNDispatchSocket::MSNDispatchSocket( const QString &msnId , QObject* parent)
-: MSNAuthSocket( msnId , parent)
+MSNDispatchSocket::MSNDispatchSocket( const QString &msnId, QObject *parent )
+: MSNAuthSocket( msnId, parent)
 {
 }
@@ -34,8 +36,7 @@ void MSNDispatchSocket::connect()
 }
 
-void MSNDispatchSocket::parseCommand( const QString &cmd, uint id,
-        const QString &data )
+void MSNDispatchSocket::parseCommand( const QString &cmd, uint id, const QString &data )
 {
-        if( cmd == "XFR" )
+        if ( cmd == "XFR" )
         {
                 // Got our notification server
@@ -56,13 +57,4 @@ void MSNDispatchSocket::parseCommand( co
 #include "msndispatchsocket.moc"
 
-
-
-/*
- * Local variables:
- * c-indentation-style: k&r
- * c-basic-offset: 8
- * indent-tabs-mode: t
- * End:
- */
 // vim: set noet ts=4 sts=4 sw=4:
 

--- kdenetwork/kopete/protocols/msn/msndispatchsocket.h  #1.6:1.7
@@ -2,6 +2,8 @@
     msndispatchsocket.h - Socket for the MSN Dispatch Server
 
-    Copyright (c) 2002 by Martijn Klingens       <klingens@kde.org>
-    Kopete    (c) 2002 by the Kopete developers  <kopete-devel@kde.org>
+    Copyright (c) 2002-2003 by Martijn Klingens      <klingens@kde.org>
+    Copyright (c) 2002-2003 by Olivier Goffart       <ogoffart@tiscalinet.be>
+
+    Kopete    (c) 2002-2003 by the Kopete developers <kopete-devel@kde.org>
 
     Portions of this code are taken from KMerlin,
@@ -35,5 +37,5 @@ class MSNDispatchSocket : public MSNAuth
 
 public:
-        MSNDispatchSocket( const QString &msnId , QObject* parent=0L);
+        MSNDispatchSocket( const QString &msnId, QObject *parent = 0L );
         ~MSNDispatchSocket();
 
@@ -55,19 +57,9 @@ protected:
          * Handle an MSN command response line.
          */
-        virtual void parseCommand( const QString &cmd, uint id,
-                const QString &data );
+        virtual void parseCommand( const QString &cmd, uint id, const QString &data );
 };
 
 #endif
 
-
-
-/*
- * Local variables:
- * c-indentation-style: k&r
- * c-basic-offset: 8
- * indent-tabs-mode: t
- * End:
- */
 // vim: set noet ts=4 sts=4 sw=4:
 


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

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