mmserv/tms/tmscallserver/inc/tarsettings.h
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
equal deleted inserted replaced
0:71ca22bcf22a 3:4f62049db6ac
    25 #include "tmsclientserver.h"
    25 #include "tmsclientserver.h"
    26 
    26 
    27 namespace TMS {
    27 namespace TMS {
    28 
    28 
    29 // CLASS DECLARATION
    29 // CLASS DECLARATION
    30 class TarSettings : public CBase
    30 class TMSTarSettings
    31     {
    31     {
    32 public:
    32 public:
    33     // Constructors and destructor
    33     // Constructors and destructor
    34 
    34 
    35     /**
    35     /**
    36      * Two-phased constructor.
    36      * Two-phased constructor.
    37      */
    37      */
    38     static TarSettings* NewL();
    38     static TMSTarSettings* NewL();
    39 
    39 
    40     /**
    40     /**
    41      * Destructor.
    41      * Destructor.
    42      */
    42      */
    43     virtual ~TarSettings();
    43     virtual ~TMSTarSettings();
    44 
    44 
    45 public:
    45 public:
    46     // New functions
    46     // New functions
    47 
    47 
    48     void SetTar(TRoutingMsgBufPckg rountingpckg, TBool aPublish = ETrue);
    48     void SetTar(TRoutingMsgBufPckg rountingpckg, TBool aPublish = ETrue);
    50 private:
    50 private:
    51 
    51 
    52     /**
    52     /**
    53      * C++ default constructor.
    53      * C++ default constructor.
    54      */
    54      */
    55     TarSettings();
    55     TMSTarSettings();
    56 
    56 
    57     /**
    57     /**
    58      * By default Symbian 2nd phase constructor is private.
    58      * By default Symbian 2nd phase constructor is private.
    59      */
    59      */
    60     void ConstructL();
    60     void ConstructL();
    61 
    61 
    62 private:
    62 private:
    63     TInt iVolume; //Volume
    63     gint iVolume; //Volume
    64     };
    64     };
    65 
    65 
    66 } //namespace TMS
    66 } //namespace TMS
    67 
    67 
    68 #endif      // TarSETTINGS_H
    68 #endif      // TarSETTINGS_H