cmmanager/cpdestinationplugin/inc/cpiapitem.h
changeset 23 7ec726f93df1
parent 20 9c97ad6591ae
child 32 5c4486441ae6
child 46 95d45f234cf3
--- a/cmmanager/cpdestinationplugin/inc/cpiapitem.h	Mon May 03 12:53:07 2010 +0300
+++ b/cmmanager/cpdestinationplugin/inc/cpiapitem.h	Fri May 14 16:15:46 2010 +0300
@@ -56,8 +56,6 @@
     
     ~CpIapItem();
     
-    int getIapId() const;
-    
 signals:
     void iapChanged();
     
@@ -81,7 +79,7 @@
     void saveShare(int id);
     bool isCmManagerAvailable();
     HbMenu *createItemMenu(
-        CMManagerShim::CmmProtectionLevel protLvl,
+        bool cmConnected,
         const QPointF &position);
     void showErrorNote(const QString &info);
 
@@ -94,8 +92,6 @@
     QString                     mIapName;
     //! ID of the destination referencing this access point
     int                         mDestId;
-    //! Boolean showing if access point is protected.
-    bool                        mProtected;
     //! Helper for connecting signals to underlying widgets
     CpItemDataHelper            *mItemDataHelper;
     //! Pointer to CmManager for commsdat operations