mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-14 19:25:39 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
9eaeb0f52b
commit
004173b052
@@ -157,7 +157,7 @@ int main(int argc, char *argv[])
|
||||
// this runs in the original process and can be directly debugged
|
||||
out << "--------------------------------------------------------" << endl;
|
||||
|
||||
BlackMisc::CDBusServer *dBusServer = new BlackMisc::CDBusServer(useSessionBusForServer ? "session" : address);
|
||||
CDBusServer *dBusServer = new CDBusServer(useSessionBusForServer ? "session" : address);
|
||||
if (dBusServer->hasQDBusServer())
|
||||
{
|
||||
out << "server" << dBusServer->qDBusServer()->address()
|
||||
@@ -184,7 +184,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
// testing in new process
|
||||
BlackMisc::CProcessCtrl::startDetached(executable, args, true);
|
||||
CProcessCtrl::startDetached(executable, args, true);
|
||||
|
||||
// testing in same process
|
||||
// BlackSample::ServiceTool::dataTransferTestClient(address);
|
||||
|
||||
Reference in New Issue
Block a user