Index: ppapi/generators/test_namespace/foo.idl |
=================================================================== |
--- ppapi/generators/test_namespace/foo.idl (revision 163185) |
+++ ppapi/generators/test_namespace/foo.idl (working copy) |
@@ -15,6 +15,8 @@ |
/* PPAPI Enum */ |
enum PP_Bool { |
+ /* Decalare False */ |
sehr
2012/10/22 18:20:09
Declare?
|
PP_FALSE = 0, |
+ /* Decalare True */ |
sehr
2012/10/22 18:20:09
Ditto.
|
PP_TRUE = 1 |
}; |