diff -r 6757f1e2efd2 -r 5b858729772b applicationmanagement/server/src/nsmldmuri.cpp --- a/applicationmanagement/server/src/nsmldmuri.cpp Tue Aug 31 15:05:55 2010 +0300 +++ b/applicationmanagement/server/src/nsmldmuri.cpp Wed Sep 01 12:31:32 2010 +0100 @@ -142,8 +142,8 @@ // TPtrC8 NSmlDmURI::URISeg(const TDesC8& aURI,TInt aLocation,TInt aSegCount=1) // Returns the aLocation:th URI segment // ------------------------------------------------------------------------------------------------ -/*TPtrC8 NSmlDmURI::URISeg(const TDesC8& aURI, TInt aLocation, TInt aSegCount/*=1*///) - /*{ +TPtrC8 NSmlDmURI::URISeg(const TDesC8& aURI, TInt aLocation, TInt aSegCount/*=1*/) + { TInt i, start; if (aLocation < 0) { @@ -186,7 +186,7 @@ } // i points to end of segment return aURI.Mid(start+1, i-start-1); - }*/ + } // ------------------------------------------------------------------------------------------------ // TInt NSmlDmURI::NumOfURISegs(const TDesC8& aURI)