backupandrestore/backupengine/src/sbebufferhandler.cpp
branchRCL_3
changeset 32 f85613f12947
parent 24 523717cdb0ad
equal deleted inserted replaced
27:81da3301b632 32:f85613f12947
    20 */
    20 */
    21 
    21 
    22 
    22 
    23 #include "sbebufferhandler.h"
    23 #include "sbebufferhandler.h"
    24 #include "sblog.h"
    24 #include "sblog.h"
    25 #include <connect/panic.h>
    25 #include "sbepanic.h"
    26 
    26 
    27 namespace conn
    27 namespace conn
    28 	{
    28 	{
    29 	template<class T>
    29 	template<class T>
    30 	TBool ReadFromBufferF(T& aT, TUint8*& appCurrent, const TUint8* apEnd)
    30 	TBool ReadFromBufferF(T& aT, TUint8*& appCurrent, const TUint8* apEnd)