Summary: | TAO_Object_Manager missing inline out() body | ||
---|---|---|---|
Product: | TAO | Reporter: | s.taplin |
Component: | ORB | Assignee: | 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.cpp has a non-inline TAO_Object_Manager<T,T_var>::out () definition. Does that need to be inlined? If so, why? 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. |