MantisBT - JANA
View Issue Details
0000118JANAFeature Requestpublic2011-08-04 10:142012-08-16 09:59
davidl 
davidl 
normalmajorN/A
resolvedfixed 
0000118: Add ability to Get from empty tag factory when a DEFTAG is specified
If a DEFTAG is specified for a type of object, then it is currently not possible to programmatically get objects from the un-tagged factory (at least not easily).

Note that the same mechanism exists in both Get and GetFromFactory to replace an empty or NULL tag with the value from DEFTAG so both places need this addressed.
No tags attached.
Issue History
2011-08-04 10:14davidlNew Issue
2012-08-16 09:59davidlNote Added: 0000431
2012-08-16 09:59davidlStatusnew => resolved
2012-08-16 09:59davidlResolutionopen => fixed
2012-08-16 09:59davidlAssigned To => davidl

Notes
(0000431)
davidl   
2012-08-16 09:59   
Resolved in revision 1015 and will appear in JANA 0.6.5. An optional 3rd argument was added to JEventLoop::Get and an equivalent 4th one to JEventLoop::GetFromFactory that specifies whether to allow the DEFTAG to be used. This is similar to the mechanism built into JEventLoop::GetFactory