blob: 3e9e479961993190c9650e8d144c865982d1fc7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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);
}
|