javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtimagedataloader.h
branchRCL_3
changeset 83 26b2b12093af
parent 66 2455ef1f5bbc
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtimagedataloader.h	Wed Sep 15 12:05:25 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/inc/swtimagedataloader.h	Wed Oct 13 14:23:59 2010 +0300
@@ -46,9 +46,7 @@
                             TInt aFormat, const TDesC& aDestination);
     HBufC8* EncodeImageToStreamL(MSwtImageData& aImageData, TInt aFormat);
     void DecodeImageL(const TDesC& aFileName);
-    void DecodeWholeImageFromBufferL(const TDesC8& aBuffer);
-    void DecodeImageFromBufferL(const TDesC8& aBuffer);
-    void AppendDataL(const TDesC8& aBuffer); //loading
+    void DecodeWholeImageFromBufferL(const TDesC8& aBuf);
     CSwtImageDataArray* GetImageData();
     void Dispose();
     TInt GetLogicalScreenHeight();
@@ -56,8 +54,7 @@
 
 // Own methods
 private:
-    TBool DecodeNextFrameL();                 //starting
-    void  DecodeFrameL(TInt aIndexOfFrame);   //starting
+    void DecodeFrameL(TInt aIndexOfFrame);   //starting
 
 protected:
     /**