kernel/eka/memmodel/epoc/flexible/mmu/mrefcntobj.h
branchRCL_3
changeset 80 597aaf25e343
parent 0 a41df078684a
equal deleted inserted replaced
62:4a8fed1c0ef6 80:597aaf25e343
    95 	Return true if the preconditions for #Close are met.
    95 	Return true if the preconditions for #Close are met.
    96 	This is for use by derived classes which overload the #Close method.
    96 	This is for use by derived classes which overload the #Close method.
    97 	*/
    97 	*/
    98 	TBool CheckCloseIsSafe();
    98 	TBool CheckCloseIsSafe();
    99 
    99 
   100 	/**
       
   101 	Return true if the preconditions for #AsyncClose are met.
       
   102 	This is for use by derived classes which overload the #AsyncClose method.
       
   103 	*/
       
   104 	TBool CheckAsyncCloseIsSafe();
       
   105 
       
   106 protected:
   100 protected:
   107 
   101 
   108 	/**
   102 	/**
   109 	This object's reference count. Must always be >= 0.
   103 	This object's reference count. Must always be >= 0.
   110 	*/
   104 	*/