src/screensaveractivitymanager.cpp
branchRCL_3
changeset 15 0bfd55b8504e
parent 13 4784a3bc2236
equal deleted inserted replaced
13:4784a3bc2236 15:0bfd55b8504e
   122             { // Must never happen, indicates internal state of object incorrect.
   122             { // Must never happen, indicates internal state of object incorrect.
   123             
   123             
   124             }
   124             }
   125 		}
   125 		}
   126 	}
   126 	}
       
   127 
       
   128 TBool CScreensaverActivityManager::IsMonitoringForActivity()
       
   129     {
       
   130     return ( iState == EStMonForActivity );
       
   131     }