X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FLogger%2FSALOME_Logger_Server_main.cxx;h=a0b60b130290a2fe9d6eb6c1678b9f40f8d525b1;hb=9bb98b754586afa2fe537c93b89d78a9d49511bd;hp=b985a68469a6ab8dd8c7242aea72224031429a67;hpb=288dc1c84630e521220d796b7c88c518f34856d5;p=modules%2Fkernel.git diff --git a/src/Logger/SALOME_Logger_Server_main.cxx b/src/Logger/SALOME_Logger_Server_main.cxx index b985a6846..a0b60b130 100644 --- a/src/Logger/SALOME_Logger_Server_main.cxx +++ b/src/Logger/SALOME_Logger_Server_main.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2021 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -6,7 +6,7 @@ // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -27,9 +27,12 @@ // #include #include "SALOME_Logger_Server.hxx" +#include "OpUtil.hxx" +#include "ArgvKeeper.hxx" #include #include #include +#include "KernelBasis.hxx" #ifndef WIN32 # include @@ -59,8 +62,9 @@ int main(int argc, char **argv) CORBA::Object_var obj; PortableServer::POA_var poa; PortableServer::POAManager_var pman; - - CORBA::ORB_var orb = CORBA::ORB_init(argc, argv) ; + setSSLMode(false); + SetArgcArgv(argc, argv); + CORBA::ORB_var orb = KERNEL::GetRefToORB() ; for (i = 1; i <= NumberOfTries; i++) {