photosgallery/logging/client/src/glxlogchunk.cpp
branchRCL_3
changeset 13 bcb43dc84c44
parent 0 4e91876724a2
--- a/photosgallery/logging/client/src/glxlogchunk.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/logging/client/src/glxlogchunk.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -152,7 +152,7 @@
 	// assign the addres to TInt
 	TUint32 new_value = reinterpret_cast< TUint32 >( aValue );
 	// ensure we're byte aligned - ARM requires 32 bit alignment to machine word
-	// boundary!!
+	// boundary
 	TInt remainder = new_value % KBytesInAWord;
 	if ( remainder > 0 )
 	    {
@@ -191,7 +191,7 @@
 	// assign the addres to TInt
 	TUint32 new_value = reinterpret_cast< TUint32 >( aValue );
 	// ensure we're byte aligned - ARM requires 32 bit alignment to machine word
-	// boundary!!
+	// boundary
     TInt remainder = new_value % KBytesInAWord;
 	if ( remainder > 0 )
 	    {
@@ -240,7 +240,7 @@
         // no id set, so reserve this for us and use this chunk
         iLogUtility.SetId( aId );
         }
-    // check if our id was there?
+    // check if our id was there
     else if( id != aId )
         {
         // not our chunk, try second chunk in read-write mode
@@ -397,10 +397,10 @@
     TPtr8 logEntryPtr( 0, 0 );
     TInt logEntrySize = 0;
     
-    // what's previously been logged to the file?
+    // Holds what's previously been logged to the file
     TUint8* lastLoggedAddress = aUtility.LastLoggedAddress();
     
-    // how much more has been added to the chunk?
+    // Holds how much more has been added to the chunk
     TUint8* currentAddress = aUtility.CurrentAddress();
     
     // write each of the chunk's logged entries to the file