kernel/eka/include/e32const.h
changeset 301 172f33f13d7d
parent 271 dc268b18d709
equal deleted inserted replaced
300:1d28c8722707 301:172f33f13d7d
  1395             
  1395             
  1396 /**
  1396 /**
  1397 @publishedAll
  1397 @publishedAll
  1398 @released
  1398 @released
  1399 
  1399 
  1400 An enumerator with a single enumeration value that defines the Boolean value 
  1400 An enumerator with a single enumeration value that defines a default true
  1401 true in Symbian OS.
  1401 value in Symbian OS.
       
  1402 
       
  1403 In general, this value should not be used for comparisons (see TBool for more information).
  1402 
  1404 
  1403 @see TBool
  1405 @see TBool
  1404 */
  1406 */
  1405 enum TTrue {
  1407 enum TTrue {
  1406            /**
  1408            /**
  1407            Defines the value true that is passed to a TBool type.
  1409            Defines a value true that can be passed to a TBool type.
  1408            */
  1410            */
  1409            ETrue=TRUE
  1411            ETrue=TRUE
  1410            };
  1412            };
  1411 
  1413 
  1412 
  1414