idlefw/inc/framework/aistatealive.h
branchv5backport
changeset 54 666a2952b5b3
parent 0 79c6a41cd166
equal deleted inserted replaced
53:282cea3dd14c 54:666a2952b5b3
    25 /**
    25 /**
    26  * @ingroup group_aifw
    26  * @ingroup group_aifw
    27  * 
    27  * 
    28  * Alive active state
    28  * Alive active state
    29  * 
    29  * 
    30  *  @lib aifw
    30  *  @lib aifw_hs
    31  *  @since S60 3.2
    31  *  @since S60 3.2
    32  */
    32  */
    33 NONSHARABLE_CLASS( TAiStateAliveActive ) : public MAiPluginState
    33 NONSHARABLE_CLASS( TAiStateAliveActive ) : public MAiPluginState
    34     {
    34     {
    35 public: // Constructor
    35 public: // Constructor
    50     };
    50     };
    51 
    51 
    52 /**
    52 /**
    53  * Alive inactive state
    53  * Alive inactive state
    54  * 
    54  * 
    55  *  @lib aifw
    55  *  @lib aifw_hs
    56  *  @since S60 3.2
    56  *  @since S60 3.2
    57  */
    57  */
    58 NONSHARABLE_CLASS( TAiStateAliveInactive ) : public MAiPluginState
    58 NONSHARABLE_CLASS( TAiStateAliveInactive ) : public MAiPluginState
    59     {
    59     {
    60 public: // Constructor    
    60 public: // Constructor    
    74     };
    74     };
    75 
    75 
    76 /**
    76 /**
    77  * Alive incall state
    77  * Alive incall state
    78  * 
    78  * 
    79  *  @lib aifw
    79  *  @lib aifw_hs
    80  *  @since S60 3.2
    80  *  @since S60 3.2
    81  */
    81  */
    82 NONSHARABLE_CLASS( TAiStateAliveIncall ) : public MAiPluginState
    82 NONSHARABLE_CLASS( TAiStateAliveIncall ) : public MAiPluginState
    83     {
    83     {
    84 public: // Constructor
    84 public: // Constructor
    98     };
    98     };
    99 
    99 
   100 /**
   100 /**
   101  * Alive switch state
   101  * Alive switch state
   102  * 
   102  * 
   103  *  @lib aifw
   103  *  @lib aifw_hs
   104  *  @since S60 3.2
   104  *  @since S60 3.2
   105  */
   105  */
   106 NONSHARABLE_CLASS( TAiStateAlive ) : public MAiPluginState,
   106 NONSHARABLE_CLASS( TAiStateAlive ) : public MAiPluginState,
   107                                      public MAiPluginStateMachine
   107                                      public MAiPluginStateMachine
   108     {
   108     {