diff -r 106a4bfcb866 -r 013a02bf2bb0 smf/smfcredentialmgr/smfcredmgrcommon/src/smfutils.cpp --- 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 @@ -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 );