You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
589 B
25 lines
589 B
15 years ago
|
Index: client/dcopfind.cpp
|
||
|
===================================================================
|
||
|
RCS file: /home/kde/kdelibs/dcop/client/dcopfind.cpp,v
|
||
|
retrieving revision 1.2
|
||
|
diff -e -r1.2 dcopfind.cpp
|
||
|
224c
|
||
|
QCStringList params;
|
||
|
for( int i = 0; i < argc; i++ )
|
||
|
params.append( args[ i ] );
|
||
|
|
||
|
findObject( app, objid, function, params );
|
||
|
.
|
||
|
133c
|
||
|
if ( (uint) i != args.count() ) {
|
||
|
.
|
||
|
131c
|
||
|
marshall(arg, args, i, *it);
|
||
|
.
|
||
|
121c
|
||
|
if ( types.count() != args.count() ) {
|
||
|
.
|
||
|
39c
|
||
|
bool findObject( const char* app, const char* obj, const char* func, QCStringList args )
|
||
|
.
|