Salome HOME
Merge remote-tracking branch 'origin/master'
[modules/gui.git] / src / Session / Session_ServerLauncher.cxx
index a5ba098220a55aab16fd4843a36fa0efa674b82c..4cfe26c20dedde0fe67b61c1913f79288052c724 100755 (executable)
@@ -111,8 +111,8 @@ void Session_ServerLauncher::CheckArgs()
   _argCopy.reserve(_argc);
   for (int iarg=0; iarg <_argc; iarg++)
     {
-      SCRUTE(iarg);
-      SCRUTE(_argv[iarg]);
+      //SCRUTE(iarg);
+      //SCRUTE(_argv[iarg]);
       _argCopy.push_back(_argv[iarg]);
       switch (argState)
         {
@@ -124,16 +124,16 @@ void Session_ServerLauncher::CheckArgs()
           }
         case 1: // looking for server type
           {
-           // Temporary solution
-           // Issue 21337 - no more SalomeApp_Engine_i activation here
-           // TODO: To be removed as soon as any trace of SalomeAppEngine
-           // has been eliminated from KERNEL scripts
-           if (strcmp(_argv[iarg], "SalomeAppEngine")==0){
-             argState = 0;
-             iarg += 2; // skipping "()" 
-             break;
-           }
-           // Temporary solution
+            // Temporary solution
+            // Issue 21337 - no more SalomeApp_Engine_i activation here
+            // TODO: To be removed as soon as any trace of SalomeAppEngine
+            // has been eliminated from KERNEL scripts
+            if (strcmp(_argv[iarg], "SalomeAppEngine")==0){
+              argState = 0;
+              iarg += 2; // skipping "()" 
+              break;
+            }
+            // Temporary solution
 
             for (int i=0; i<Session_ServerThread::NB_SRV_TYP; i++)
                 if (strcmp(_argv[iarg],Session_ServerThread::_serverTypes[i])==0)