Update of /cvsroot/kuml/kuml/libkuml/mof/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv22886/scripts
Added Files:
startns.sh
Log Message:
2001-8-3 Gerard Flynn <ger...@fr...>
* Added test_client
* Updated running instructions in BUILD file
* Added startns.sh script to start CORBA Naming Service
* Created scripts directory
* Completed CORBA server
* Added RepoManager::publishObjects
* Fixed problem with management of p_ref_object in GenericBaseObject
* Added activateRepository method to RepoManager
VS: Committing in .
VS:
VS: Modified Files:
VS: BUILD ChangeLog Generic.cpp Generic.hh Makefile
VS: Reflective_impl.h RepoManager.cpp RepoManager.hh
VS: RepoManager.t.cpp mCorba.cpp mCorba.hh mCorba.i
VS: Added Files:
VS: scripts/startns.sh
VS: ----------------------------------------------------------------------
--- NEW FILE ---
#!/bin/sh
ADDR=inet:localhost:12456
RC="-ORBNamingAddr $ADDR"
echo "Starting naming service"
nsd -ORBIIOPAddr $ADDR &
|