Salome HOME
This commit was generated by cvs2git to create tag 'V1_3_0'.
[modules/kernel.git] / src / Session / SALOME_Session_Server.cxx
index 68c6689278d822c0c9d1fe23bbd476618e60aa94..99482aa3622354689f4948394e2b51c7afd4d06f 100644 (file)
@@ -33,9 +33,6 @@
 #include <unistd.h>
 using namespace std;
 
-// #include <qapplication.h>
-// #include "Qtappl_example.hxx"
-
 #include <SALOMEconfig.h>
 #include CORBA_SERVER_HEADER(SALOME_Session)
 
@@ -135,20 +132,16 @@ int main(int argc, char **argv)
     //
    
     // servant
-
     SALOME_Session_i * mySALOME_Session = new SALOME_Session_i(argc, argv, orb, poa) ;
     PortableServer::ObjectId_var mySALOME_Sessionid = poa->activate_object(mySALOME_Session) ;
     MESSAGE("poa->activate_object(mySALOME_Session)")
 
     obj = mySALOME_Session->_this() ;
     CORBA::String_var sior(orb->object_to_string(obj)) ;
-    // MESSAGE("sior(orb->object-to-string(obj))")
-    // cerr << "'" << (char*) sior << "'" << endl ;
 
     mySALOME_Session->NSregister();
 
     mySALOME_Session->_remove_ref() ;
-    //MESSAGE("mySALOME_Session->_remove_ref()")
 
     //DECOMMENT PortableServer::POAManager_var pman = poa->the_POAManager() ;
     pman->activate() ;