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

List:       kde-commits
Subject:    kdelibs/dcop
From:       David Faure <faure () kde ! org>
Date:       2004-11-17 16:29:10
Message-ID: 20041117162910.43D8A16D93 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Fixed wrong code in docu, make qWarning look like a normal warning, fixed typo


  M +1 -1      dcopref.cpp   1.18
  M +2 -2      dcopref.h   1.31


--- kdelibs/dcop/dcopref.cpp  #1.17:1.18
@@ -42,5 +42,5 @@ bool DCOPReply::typeCheck( const char* t
     if( warn
         || strcmp( t, "<unknown>" )) // type not listed in dcoptypes.h
-        qWarning( "DCOPReply<%s>: cast to '%s' error",
+        qWarning( "WARNING: DCOPReply<%s>: cast to '%s' error",
                  STR( type ), t );
     return false;

--- kdelibs/dcop/dcopref.h  #1.30:1.31
@@ -244,5 +244,5 @@ inline QDataStream & operator << (QDataS
  *
  * If you use custom data types that do support QDataStream but have
- * no corrsponding dcopTypeName overload, you can either provide such
+ * no corresponding dcopTypeName overload, you can either provide such
  * an overload or use a DCOPArg wrapper that allows you to specify the type.
  *
@@ -264,5 +264,5 @@ inline QDataStream & operator << (QDataS
  *
  * \code
- *      if ( example.pingMe( "message" ) == false )
+ *      if ( example.send( "pingMe", "message" ) == false )
  *         qWarning("could not ping example" );
  * \endcode


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

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