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.

16 lines
460 B

int short_function_name()
{
call_some_really_long_function.of_some_sort(
some_long_parameter1, some_long_parameter2);
void *test_func =
library->symbol( TQString(TQString("test_%1").arg(
module2.factoryName())).utf8() );
CHECK_COMPLETE_SIZE (iceConn, ICE_AuthNextPhase, length,
message->authDataLength +
SIZEOF (iceAuthNextPhaseMsg), authData,
iceConn->connect_to_you ? IceFatalToConnection :
IceFatalToProtocol);
}