--- a/kernel/eka/include/e32std.h Mon Dec 21 16:14:42 2009 +0000
+++ b/kernel/eka/include/e32std.h Wed Dec 23 11:43:31 2009 +0000
@@ -3363,13 +3363,14 @@
{
public:
/**
- Set of flags used by SetRestrictions().
-
- @see RChunk::SetRestrictions
- */
+ Set of flags used by SetRestrictions().
+
+ @see RChunk::SetRestrictions
+ */
enum TRestrictions
{
- EPreventAdjust = 0x01, // Prevent Adjust, Commit, Allocate and Decommit
+ /** Prevent Adjust, Commit, Allocate and Decommit */
+ EPreventAdjust = 0x01,
};
public:
inline TInt Open(const TFindChunk& aFind,TOwnerType aType=EOwnerProcess);
@@ -3446,6 +3447,7 @@
IMPORT_C void SetGlobal(const TDesC& aName);
IMPORT_C void SetClearByte(TUint8 aClearByte);
IMPORT_C void SetPaging(const TChunkPagingAtt aPaging);
+ IMPORT_C void SetReadOnly();
void SetThreadHeap(TInt aInitialSize, TInt aMaxSize, const TDesC& aName);
/**