promoteType.h
Go to the documentation of this file.
00001 #ifndef _PROMOTE_H
00002 #define _PROMOTE_H
00003 
00004 namespace osl
00005 {
00006 
00007 enum PromoteType{
00008   NoPromoteType=0,
00009   CanPromoteType=1,
00010   CheckPromoteType=2,
00011   MustPromoteType=3,
00012 };
00013 
00014 }
00015 
00016 #endif /* _PROMOTE_H */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines