equal
deleted
inserted
replaced
76 * Send command to server to Add data to Content Publisher Database |
76 * Send command to server to Add data to Content Publisher Database |
77 * |
77 * |
78 * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier |
78 * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier |
79 * @param aInParamList input parameter list (data to add) |
79 * @param aInParamList input parameter list (data to add) |
80 * @param aOutParamList output parameter list (id of data or error code) |
80 * @param aOutParamList output parameter list (id of data or error code) |
81 * @param aCmdOptions options for the command |
|
82 */ |
81 */ |
83 void AddL( const CLiwGenericParamList& aInParamList, |
82 void AddL( const CLiwGenericParamList& aInParamList, |
84 CLiwGenericParamList& aOutParamList, |
83 CLiwGenericParamList& aOutParamList ); |
85 TUint aCmdOptions ); |
|
86 |
84 |
87 /** |
85 /** |
88 * Send command to server to Delete data from Content Publisher Database |
86 * Send command to server to Delete data from Content Publisher Database |
89 * |
87 * |
90 * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier |
88 * @since S6CCPActiveNotifierNotifier v 5.CCPActiveNotifierNotifier |