convergedcallengine/cce/src/cccecallparameters.cpp
changeset 12 ae8abd0db65c
parent 0 ff3b6d0fd310
child 19 e44a8c097b15
--- a/convergedcallengine/cce/src/cccecallparameters.cpp	Tue Feb 02 01:11:09 2010 +0200
+++ b/convergedcallengine/cce/src/cccecallparameters.cpp	Fri Mar 19 09:40:14 2010 +0200
@@ -90,18 +90,18 @@
 // -----------------------------------------------------------------------------
 //
 void CCCECallParameters::SetLineType(CCCECallParameters::TCCELineType aLineType) 
-	{ 
-	iLineType = aLineType; 
-	}
+    { 
+    iLineType = aLineType; 
+    }
 
 // -----------------------------------------------------------------------------
 // Gets the line type of the call.
 // -----------------------------------------------------------------------------
 //
 CCCECallParameters::TCCELineType CCCECallParameters::LineType() const 
-	{
-	return iLineType;
-	}
+    {
+    return iLineType;
+    }
 
 // -----------------------------------------------------------------------------
 // Sets the service id identifying the service provider of the call.
@@ -109,71 +109,71 @@
 //
 void CCCECallParameters::SetUUSId(TBuf<KCCPUUSIdSize> aUUSId)
     {
-	iUUSId = aUUSId;
-	}
+    iUUSId = aUUSId;
+    }
 
 // -----------------------------------------------------------------------------
 // Gets the UUS id of the call.
 // -----------------------------------------------------------------------------
 //
 TBuf<KCCPUUSIdSize> CCCECallParameters::UUSId() const 
-	{
-	return iUUSId;
-	}
+    {
+    return iUUSId;
+    }
 
 // -----------------------------------------------------------------------------
 // Sets the bearer of the call.
 // -----------------------------------------------------------------------------
 //
 void CCCECallParameters::SetBearer(TBuf8<KCCEBearerMaxSize> aBearer) 
-	{
-	iBearer = aBearer;
-	}
+    {
+    iBearer = aBearer;
+    }
 
 // -----------------------------------------------------------------------------
 // Gets the bearer of the call.
 // -----------------------------------------------------------------------------
 //
 TBuf8<KCCEBearerMaxSize> CCCECallParameters::Bearer() const 
-	{
-	return iBearer;
-	}
+    {
+    return iBearer;
+    }
 
 // -----------------------------------------------------------------------------
 // Sets the sub address of the dialled phone number.
 // -----------------------------------------------------------------------------
 //
 void CCCECallParameters::SetSubAddress(TBuf<KCCESubAddressMaxSize> aSubAddress) 
-	{
-	iSubAddress = aSubAddress;
-	}
+    {
+    iSubAddress = aSubAddress;
+    }
 
 // -----------------------------------------------------------------------------
 // Gets the sub address of the dialled phone number.
 // -----------------------------------------------------------------------------
 //
 TBuf<KCCESubAddressMaxSize> CCCECallParameters::SubAddress() const 
-	{
-	return iSubAddress;
-	}
+    {
+    return iSubAddress;
+    }
 
 // -----------------------------------------------------------------------------
 // Sets the origin of the call.
 // -----------------------------------------------------------------------------
 //
 void CCCECallParameters::SetOrigin(CCCECallParameters::TCCECallOrigin aCallOrigin) 
-	{
-	iOrigin = aCallOrigin;
-	}
+    {
+    iOrigin = aCallOrigin;
+    }
 
 // -----------------------------------------------------------------------------
 // Gets the origin of the call.
 // -----------------------------------------------------------------------------
 //
 CCCECallParameters::TCCECallOrigin CCCECallParameters::Origin() const 
-	{
-	return iOrigin;
-	}
+    {
+    return iOrigin;
+    }