This commit is contained in:
JoelKatz
2013-05-30 10:09:20 -07:00
parent df874d6193
commit 87bdcbbaed

View File

@@ -36,6 +36,10 @@ public:
void setVeto() { mVetoed = true; }
void setDefault() { mDefault = true; }
bool isDefault() { return mDefault; }
bool isSupported() { return mSupported; }
bool isVetoed() { return mVetoed; }
bool isEnabled() { return mEnabled; }
};