cmmanager/cmmgr/cmmapi/inc/cmmanagerapi.h
branchGCC_SURGE
changeset 49 faa5ef4f80da
parent 46 95d45f234cf3
--- a/cmmanager/cmmgr/cmmapi/inc/cmmanagerapi.h	Thu Jun 17 22:32:02 2010 +0100
+++ b/cmmanager/cmmgr/cmmapi/inc/cmmanagerapi.h	Thu Jul 22 16:37:38 2010 +0100
@@ -56,13 +56,13 @@
             CCmDestinationWrapper* aDestinationWrapper );
     TInt RemoveDestinationWrapper(
             CCmDestinationWrapper* aDestinationWrapper );
-    CCmDestinationWrapper* GetDestinationWrapperL( const TInt& aHandle );
+    CCmDestinationWrapper* GetDestinationWrapperL( const TInt aHandle );
 
     TInt StoreConnMethodWrapper(
             CCmConnectionMethodWrapper* aConnMethodWrapper );
     TInt RemoveConnMethodWrapper(
             CCmConnectionMethodWrapper* aConnMethodWrapper );
-    CCmConnectionMethodWrapper* GetConnMethodWrapperL( const TInt& aHandle );
+    CCmConnectionMethodWrapper* GetConnMethodWrapperL( const TInt aHandle );
 
     TInt GetBearerInfoInt(
             const TUint32 aBearerType,
@@ -132,6 +132,7 @@
             const TInt aConnMethodHandle );
     TInt RemoveAllReferences(
             const TInt aConnMethodHandle );
+    TInt GetUncategorizedIcon( HBufC* aBuffer );
 
 private:
     // Array of destination handles opened through this session.