diff -r 489cf6208544 -r 95d45f234cf3 cmmanager/cmmgr/cmmserver/inc/cmmconnmethodstruct.h --- a/cmmanager/cmmgr/cmmserver/inc/cmmconnmethodstruct.h Thu May 27 13:17:01 2010 +0300 +++ b/cmmanager/cmmgr/cmmserver/inc/cmmconnmethodstruct.h Wed Jun 23 18:39:24 2010 +0300 @@ -35,8 +35,8 @@ NONSHARABLE_CLASS( CCmmConnMethodStruct ) : public CBase { public: - static CCmmConnMethodStruct* NewL( const TUint32& aConnMethodId ); - static CCmmConnMethodStruct* NewLC( const TUint32& aConnMethodId ); + static CCmmConnMethodStruct* NewL( const TUint32 aConnMethodId ); + static CCmmConnMethodStruct* NewLC( const TUint32 aConnMethodId ); ~CCmmConnMethodStruct(); private: @@ -62,7 +62,7 @@ /** * Set the connection method ID. */ - void SetId( const TUint32& aConnMethodId ); + void SetId( const TUint32 aConnMethodId ); /** * Return bearer type. @@ -91,7 +91,7 @@ * Decrease the reference counter by one. Return the remaining number of * references. */ - TInt SessionInstanceClosed(); //TODO, rename to ConnMethodInstanceClosed ? + TInt ConnMethodInstanceClosed(); /** * Set the connection method plugin pointer, bearer type and status. @@ -118,7 +118,7 @@ * transaction has completed successfully. Sets the internal state of this * connection method structure to reflect the new deleted state. */ - void DeleteSuccessful( const TUint32& aNewSecondaryId ); + void DeleteSuccessful( const TUint32 aNewSecondaryId ); private: // The connection method plugin.