diff options
Diffstat (limited to 'src/usr/targeting/attrrp_common.C')
-rw-r--r-- | src/usr/targeting/attrrp_common.C | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/usr/targeting/attrrp_common.C b/src/usr/targeting/attrrp_common.C index 84f864b10..3d013005b 100644 --- a/src/usr/targeting/attrrp_common.C +++ b/src/usr/targeting/attrrp_common.C @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2013 */ +/* COPYRIGHT International Business Machines Corp. 2013,2014 */ /* */ /* p1 */ /* */ @@ -57,6 +57,12 @@ namespace TARGETING TARG_ASSERT(false); } + void AttrRP::init(errlHndl_t &io_taskRetErrl) + { + // Call startup on singleton instance. + Singleton<AttrRP>::instance().startup(io_taskRetErrl); + } + bool AttrRP::writeSectionData( const std::vector<TARGETING::sectionRefData>& i_pages) const { |