mmserv/tms/tmscallserver/inc/tarsettings.h
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
--- a/mmserv/tms/tmscallserver/inc/tarsettings.h	Tue Feb 02 01:08:46 2010 +0200
+++ b/mmserv/tms/tmscallserver/inc/tarsettings.h	Fri Feb 19 23:19:48 2010 +0200
@@ -27,7 +27,7 @@
 namespace TMS {
 
 // CLASS DECLARATION
-class TarSettings : public CBase
+class TMSTarSettings
     {
 public:
     // Constructors and destructor
@@ -35,12 +35,12 @@
     /**
      * Two-phased constructor.
      */
-    static TarSettings* NewL();
+    static TMSTarSettings* NewL();
 
     /**
      * Destructor.
      */
-    virtual ~TarSettings();
+    virtual ~TMSTarSettings();
 
 public:
     // New functions
@@ -52,7 +52,7 @@
     /**
      * C++ default constructor.
      */
-    TarSettings();
+    TMSTarSettings();
 
     /**
      * By default Symbian 2nd phase constructor is private.
@@ -60,7 +60,7 @@
     void ConstructL();
 
 private:
-    TInt iVolume; //Volume
+    gint iVolume; //Volume
     };
 
 } //namespace TMS