messagingappbase/obexmtms/obexmtm/obexclient/include/obexClientMtm.h
changeset 23 238255e8b033
parent 0 72b543305e3a
child 47 5b14749788d7
child 60 7fdbb852d323
equal deleted inserted replaced
5:4697dfb2d7ad 23:238255e8b033
   272 	 */
   272 	 */
   273 	
   273 	
   274 	IMPORT_C void ConstructL();
   274 	IMPORT_C void ConstructL();
   275 	
   275 	
   276 	
   276 	
   277 	// Initialises header information (must be overidden in derived class)
   277 	// Initialises header information (must be overridden in derived class)
   278 	virtual void InitialiseHeaderL() = 0;
   278 	virtual void InitialiseHeaderL() = 0;
   279 	
   279 	
   280 	/**
   280 	/**
   281 	 * Resets the MTM when the context is switched.
   281 	 * Resets the MTM when the context is switched.
   282 	 * Must be called by the derived class's ContextEntrySwitched prior to constructing a new header.
   282 	 * Must be called by the derived class's ContextEntrySwitched prior to constructing a new header.