vtengines/videoteleng/Inc/Session/MVtEngSessionInfo.h
branchRCL_3
changeset 35 779871d1e4f4
parent 34 f15ac8e65a02
equal deleted inserted replaced
34:f15ac8e65a02 35:779871d1e4f4
    83             EDirectionMO,
    83             EDirectionMO,
    84             EDirectionMT
    84             EDirectionMT
    85             };
    85             };
    86         
    86         
    87         enum { KCallNameLength = 50 };
    87         enum { KCallNameLength = 50 };
    88         enum { KCallNumberLength = 50 };
       
    89         
    88         
    90         typedef TBuf<KCallNameLength> TCallName;
    89         typedef TBuf<KCallNameLength> TCallName;
    91         
       
    92         typedef TBuf<KCallNumberLength> TCallNumber;
       
    93         
       
    94         /**
    90         /**
    95         * CLI data related to a call
    91         * CLI data related to a call
    96         */
    92         */
    97         struct TCLI {
    93         struct TCLI {
    98             // call id of the call
    94             // call id of the call
   101             // caller name
    97             // caller name
   102             TCallName iName;
    98             TCallName iName;
   103             
    99             
   104             // indicates if voice call can be made to peer
   100             // indicates if voice call can be made to peer
   105             TBool iVoiceCallPossible;
   101             TBool iVoiceCallPossible;
   106             
       
   107             TCallNumber iCallNumber;
       
   108             };
   102             };
   109         
   103         
   110         /**
   104         /**
   111         * Returns session state
   105         * Returns session state
   112         * @aForcedRefresh if ETrue current state is forced to update.
   106         * @aForcedRefresh if ETrue current state is forced to update.