=======================================
Naming Service TODO
=======================================

- Remove the idl folder from the examples directory.
  And copy its contents into the example folder the
  file belongs to.
  -> Reason: Alignment with other packages.

- Update ns.xml to reflect the two naming services (TNS and INS) that
  now live here.

- Create the following package hierarchies:
    org.openorb.ns.transient  (from org.openorb.tns)
    org.openorb.ns.persistent (from org.openorb.ins)

    org.openorb.ns.examples   (from org.openorb.ins.examples)
      The examples should run with both NamingServices.

    org.openorb.ns.test       (already done)
      The tests should also started on both services.

- Hide the fact that there are actually two implementations of the
  NameService from the user. Add a switch "-persistent" to the server
  class. When specified the "ins" will be instantiated, and without
  the flag the "tns" will be instantiated. This will make it easier
  for the user as he does not have to decide which service to run.

