cmmanager/cmmgr/cmmserver/inc/cmmserver.h
changeset 46 95d45f234cf3
parent 27 489cf6208544
--- a/cmmanager/cmmgr/cmmserver/inc/cmmserver.h	Thu May 27 13:17:01 2010 +0300
+++ b/cmmanager/cmmgr/cmmserver/inc/cmmserver.h	Wed Jun 23 18:39:24 2010 +0300
@@ -85,14 +85,14 @@
      * embedded.
      */
     TBool EmbeddedDestinationConflictsFromAllSessions(
-            const TUint32& aDestinationId,
-            const TUint32& aEmbeddedDestinationId );
+            const TUint32 aDestinationId,
+            const TUint32 aEmbeddedDestinationId );
 
     /**
      * Notify each session about a destination/connection method that has been
      * updated to, or deleted from, database.
      */
-    void RefreshHandlesForAllSessions( const TUint32& aId );
+    void RefreshHandlesForAllSessions( const TUint32 aId );
     
     /**
      * Custom security checking for IPCs marked with TSpecialCase::ECustomCheck.