Bug 2410 - orbsvcs/LifeCycle Service is really an example
Summary: orbsvcs/LifeCycle Service is really an example
Status: ASSIGNED
Alias: None
Product: TAO
Classification: Unclassified
Component: LifeCycle Service (show other bugs)
Version: 1.4.10
Hardware: All All
: P3 normal
Assignee: J.T. Conklin
URL:
Depends on:
Blocks:
 
Reported: 2006-02-21 22:10 CST by J.T. Conklin
Modified: 2006-03-07 01:53 CST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J.T. Conklin 2006-02-21 22:10:21 CST
The LifeCycle_Service implementation in orbsvcs/LifeCycle_Service is not a standalone service like 
Naming_Service or Notify_Service, but rather an example of a Generic Factory that works with the Quoter 
example in ${TAO_ROOT}/examples/Quoter.

At the very least LifeCycle_Service.mpc should be changed to not inherit from "core" so it's not installed, 
but it should also probably be moved to someplace more appropriate --- perhaps ${TAO_ROOT}/orbsvcs/
examples/LifeCycle_Service...
Comment 1 J.T. Conklin 2006-02-22 09:25:06 CST
mine
Comment 2 J.T. Conklin 2006-03-07 01:53:59 CST
I've changed project not to inherit from core and regenerated the Makefile.am.

Post 1.5.1 we'll see about moving this somewhere more appropriate.