branch | RCL_3 |
changeset 25 | e53c01f160bc |
parent 0 | c8caa15ef882 |
--- a/presencefwsimpleadpt/src/simplepluginwatcher.cpp Tue May 25 13:08:20 2010 +0300 +++ b/presencefwsimpleadpt/src/simplepluginwatcher.cpp Mon Jun 21 16:06:46 2010 +0300 @@ -407,7 +407,7 @@ { CSimplePluginEntityWatcher* watcher = CSimplePluginEntityWatcher::NewL( iConnObs, iConnection, *this ); - iWatchers.Append( watcher ); + iWatchers.AppendL( watcher ); return watcher; } }