Re: KAuth

2011-10-24 Thread Milian Wolff
On Monday 24 October 2011 13:52:09 Steven Sroka wrote: > Can there be a constructor in a KAuth helper? > In the techbase examples, the helper is access like this: > > KAuth::ActionReply reply = readAction.execute(); > > Would the readAction constructor be called internally then the > execute() fu

KAuth

2011-10-24 Thread Steven Sroka
Can there be a constructor in a KAuth helper? In the techbase examples, the helper is access like this: KAuth::ActionReply reply = readAction.execute(); Would the readAction constructor be called internally then the execute() function would be run, or does this bypass the constructor and immediat