Warning, /sdk/kompare/tests/cvsdiff/rcs.diff is written in an unsupported language. File is not indexed.

0001 Index: client/dcopfind.cpp
0002 ===================================================================
0003 RCS file: /home/kde/kdelibs/dcop/client/dcopfind.cpp,v
0004 retrieving revision 1.2
0005 diff -n -r1.2 dcopfind.cpp
0006 d39 1
0007 a39 1
0008 bool findObject( const char* app, const char* obj, const char* func, QCStringList args )
0009 d121 1
0010 a121 1
0011     if ( types.count() != args.count() ) {
0012 d131 1
0013 a131 1
0014         marshall(arg, args, i, *it);
0015 d133 1
0016 a133 1
0017     if ( (uint) i != args.count() ) {
0018 d224 1
0019 a224 5
0020     QCStringList params;
0021     for( int i = 0; i < argc; i++ )
0022             params.append( args[ i ] );
0023     
0024     findObject( app, objid, function, params );