I downloaded the latest version of Tntnet at 19:20

# git clone https://github.com/maekitalo/tntnet
... build and install ...

jm@amande:~/T1$ ecppc -v
tntnet 2.3

jm@amande:~/T1$ ecppc T1.ecpp

I don't have

void _component_::configure(const tnt::TntConfig& config)
{
     // <%config>
     config.config.getMember("dburl", _component_::dburl);
     // </%config>
}

but

void _component_Factory::doConfigure(const tnt::TntConfig& config)
{
   // <%config>
   config.config.getMember("dburl", _component_::dburl);
   // </%config>
}

Jean-Michel




------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Tntnet-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tntnet-general

Reply via email to