mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 14:15:35 +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
|
// this runs in the original process and can be directly debugged
|
||||||
out << "--------------------------------------------------------" << endl;
|
out << "--------------------------------------------------------" << endl;
|
||||||
|
|
||||||
BlackMisc::CDBusServer *dBusServer = new BlackMisc::CDBusServer(useSessionBusForServer ? "session" : address);
|
CDBusServer *dBusServer = new CDBusServer(useSessionBusForServer ? "session" : address);
|
||||||
if (dBusServer->hasQDBusServer())
|
if (dBusServer->hasQDBusServer())
|
||||||
{
|
{
|
||||||
out << "server" << dBusServer->qDBusServer()->address()
|
out << "server" << dBusServer->qDBusServer()->address()
|
||||||
@@ -184,7 +184,7 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
// testing in new process
|
// testing in new process
|
||||||
BlackMisc::CProcessCtrl::startDetached(executable, args, true);
|
CProcessCtrl::startDetached(executable, args, true);
|
||||||
|
|
||||||
// testing in same process
|
// testing in same process
|
||||||
// BlackSample::ServiceTool::dataTransferTestClient(address);
|
// BlackSample::ServiceTool::dataTransferTestClient(address);
|
||||||
|
|||||||
Reference in New Issue
Block a user