small patch for orbit-name-server-2
- From: Marion Schuenemann <schuenemann fokus gmd de>
- To: orbit-list gnome org
- Subject: small patch for orbit-name-server-2
- Date: Thu, 24 Oct 2002 23:11:28 +0200
Hi,
a small modification to boot.c allows to use
orbit command line options, e.g. ORBIIOPIPName.
Cheers, Marion
--
Marion Schuenemann
FOKUS
Fraunhofer Research Institute for Open Communication Systems
--- src/services/name/boot.c.orig 2002-10-24 22:41:53.000000000 +0200
+++ src/services/name/boot.c 2002-10-24 22:40:52.000000000 +0200
@@ -56,6 +56,9 @@
act.sa_handler = SIG_IGN;
sigaction(SIGPIPE, &act, 0);
}
+
+ CORBA_exception_init (&ev);
+ orb = CORBA_ORB_init (&argc, argv, "orbit-local-orb", &ev);
{
poptContext pcxt;
@@ -75,8 +78,6 @@
}
poptFreeContext(pcxt);
}
- CORBA_exception_init (&ev);
- orb = CORBA_ORB_init (&argc, argv, "orbit-local-orb", &ev);
{
PortableServer_POA root_poa;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]