smf/smfcredentialmgr/smfcredmgrcommon/src/smfutils.cpp
changeset 18 013a02bf2bb0
parent 14 a469c0e6e7fb
--- a/smf/smfcredentialmgr/smfcredmgrcommon/src/smfutils.cpp	Thu Aug 05 16:46:37 2010 +0530
+++ b/smf/smfcredentialmgr/smfcredmgrcommon/src/smfutils.cpp	Thu Aug 05 16:48:48 2010 +0530
@@ -10,7 +10,8 @@
  * Lasse Laasonen, Sasken Communication Technologies Ltd - Initial contribution
  *
  * Description:
- * This header contains utility routines used by server and client
+ * This source contains utility routines used by server and client
+ * 
  */
 
 #include <s32strm.h>
@@ -68,6 +69,7 @@
 		else
 			return NULL;
 		}
+	
 	TInt InternalizeDesL( RBuf16& aDes, RReadStream& aStream )
 	    {
 	    TInt length = aStream.ReadInt32L();
@@ -85,6 +87,7 @@
 
 	    return length;
 	    }
+	
 	void ExternalizeInt64L(const TInt64& aInt, RWriteStream& aStream)
 		{
 		TInt32 low = I64LOW( aInt );