mpxplugins/serviceplugins/screensaverplugins/mpxscreensaverplugin/src/mpxscreensaverplugincontainer.cpp
branchRCL_3
changeset 14 c54d95799c80
parent 0 ff3acec5bc43
equal deleted inserted replaced
13:c8156a91d13c 14:c54d95799c80
   289     delete iOSBitmapContext;
   289     delete iOSBitmapContext;
   290     iOSBitmapContext = NULL;
   290     iOSBitmapContext = NULL;
   291     delete iOSBitmapDevice;
   291     delete iOSBitmapDevice;
   292     iOSBitmapDevice = NULL;
   292     iOSBitmapDevice = NULL;
   293     }
   293     }
       
   294 
       
   295 // ---------------------------------------------------------------------------
       
   296 // With this method the plugin may request a one-shot timeout event
       
   297 // (EScreensaverEventTimeout) after the specified amount of seconds
       
   298 // has passed.
       
   299 // ---------------------------------------------------------------------------
       
   300 //
       
   301  void CMPXScreenSaverPluginContainer::RequestTimeout(TInt aSecs)
       
   302 	 {
       
   303 	 iScreenSaverHost->RequestTimeout( aSecs );
       
   304 	 }
   294 
   305 
   295 // ---------------------------------------------------------------------------
   306 // ---------------------------------------------------------------------------
   296 // Create icons.
   307 // Create icons.
   297 // ---------------------------------------------------------------------------
   308 // ---------------------------------------------------------------------------
   298 //
   309 //