equal
deleted
inserted
replaced
82 */ |
82 */ |
83 TBool AuthoriseIncomingPairingL(); |
83 TBool AuthoriseIncomingPairingL(); |
84 |
84 |
85 /** |
85 /** |
86 * Generate prompt based on subclass's own needs. |
86 * Generate prompt based on subclass's own needs. |
|
87 * @param aRBuf the descriptor to which the prompt will be loaded. |
87 */ |
88 */ |
88 virtual HBufC* GenerateQueryPromoptLC(); |
89 virtual void GenerateQueryPromptL( RBuf& aRBuf ); |
89 |
90 |
90 private: |
91 private: |
91 /** |
92 /** |
92 * From CBTNotifierBase Called when a notifier is first loaded |
93 * From CBTNotifierBase Called when a notifier is first loaded |
93 * to allow any initial construction that is required. |
94 * to allow any initial construction that is required. |