[Mobies-commit] [commit] r3903 - UDM/trunk/src/Udm
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Wed Sep 21 09:29:18 CDT 2011
Author: ksmyth
Date: Wed Sep 21 09:29:17 2011
New Revision: 3903
Log:
FIXME
Modified:
UDM/trunk/src/Udm/ClassGen.cpp
Modified: UDM/trunk/src/Udm/ClassGen.cpp
==============================================================================
--- UDM/trunk/src/Udm/ClassGen.cpp Wed Sep 21 09:28:50 2011 (r3902)
+++ UDM/trunk/src/Udm/ClassGen.cpp Wed Sep 21 09:29:17 2011 (r3903)
@@ -818,6 +818,7 @@
if (the_other.isNavigable())
{
// Udm::ParentAttr<T> R() const { return Udm::ParentAttr<T>(impl, meta_R); }
+ // FIXME this is slow in StaticDataNetwork if there's only one child role, since it needs to get all the children of the parent
meth_defs.push_back( boost::format("Udm::ParentAttr< %1%> %2%() const { return Udm::ParentAttr< %1%>(impl, meta_%2%); }") % parent_name % rel_name );
if (gen.opts.mode == UdmOpts::CXX_GENERIC)
More information about the Mobies-commit
mailing list