Bug 398

Summary: TAO_Object_Manager missing inline out() body
Product: TAO Reporter: s.taplin
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: RESOLVED ---    
Severity: normal CC: s.taplin
Priority: P2    
Version: 1.0.7   
Hardware: SPARC   
OS: Solaris   

Description s.taplin 1999-12-22 22:19:19 CST
Sequence_T.i does not have an inline body for the
TAO_Object_Manager<T,T_var>::out (void) function.
Comment 1 levine 1999-12-30 08:28:59 CST
Sequence_T.cpp has a non-inline TAO_Object_Manager<T,T_var>::out ()
definition.  Does that need to be inlined?  If so, why?
Comment 2 s.taplin 1999-12-30 09:00:59 CST
This is not a bug...  a bad combination of #defines caused my compiler to read
the inlined template methods, but not those in the .cpp that weren't inlined.
This was just a case of user error.