Bug 398 - TAO_Object_Manager missing inline out() body
Summary: TAO_Object_Manager missing inline out() body
Status: RESOLVED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.0.7
Hardware: SPARC Solaris
: P2 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 1999-12-22 22:19 CST by s.taplin
Modified: 1999-12-30 09:00 CST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.