--- a/mmsharing/mmshavailability/inc/musavaavailability.h Tue Aug 31 15:12:07 2010 +0300
+++ b/mmsharing/mmshavailability/inc/musavaavailability.h Wed Sep 01 12:31:01 2010 +0100
@@ -147,7 +147,16 @@
}
MUS_LOG( "mus: [MUSAVA] <- CMusAvaAvailability::SetState" )
}
-
+
+ /**
+ * Calculate the availabilited to decide to show the toolbar or not.
+ *
+ */
+ void AvailabilitiesAbleToShowIndicator()
+ {
+ iObserver.AvailabilitiesAbleToShowIndicator();
+ }
+
/**
* Returns specific availability state.
*
@@ -158,14 +167,7 @@
return iObserver.Available( aAvailability );
}
- /**
- * Invitation has been received.
- */
- virtual void PrepareForReceivedInviteL()
- {
- MUS_LOG( "mus: [MUSAVA] <-> CMusAvaAvailability::PrepareForReceivedInviteL" )
- }
-
+
virtual ~CMusAvaAvailability() {};
protected:
@@ -187,4 +189,4 @@
};
-#endif // __CMUSAVAAVAILABILITY_H__
+#endif // __CMUSAVAAVAILABILITY_H__
\ No newline at end of file