Salome HOME
- New Version with PaCO++
[modules/kernel.git] / src / ParallelContainer / SALOME_ParallelContainerProxyDummy.cxx
index 3521a46d81d199fbc024f28a7f1b41c97724fc54..716fdeed9e358739ee776f95e1ad5adeaf1cd6e1 100644 (file)
@@ -107,9 +107,9 @@ int main(int argc, char* argv[])
 
     Container_proxy_impl_final * proxy = 
       new Container_proxy_impl_final(orb,
-                                    pfm->get_thread("omnithread"),
-                                    root_poa,
-                                    containerName);
+                                     pfm->get_thread("omnithread"),
+                                     root_poa,
+                                     containerName);
     proxy->setLibCom("dummy", proxy);
     proxy->setLibThread("omnithread");
     // Topo of the parallel object
@@ -125,7 +125,7 @@ int main(int argc, char* argv[])
     string hostname = Kernel_Utils::GetHostname();
     Engines::Container_var pCont = Engines::Container::_narrow(obj);
     string _containerName = ns->BuildContainerNameForNS(containerName.c_str(),
-                                                       hostname.c_str());
+                                                        hostname.c_str());
     cerr << "---------" << _containerName << "----------" << endl;
     ns->Register(pCont, _containerName.c_str());
     pman->activate();