00001 #include "Beta.hpp" 00002 00011 namespace Wizt 00012 { 00013 using namespace AlphaBeta; 00014 00015 bool VValueTrait<Beta>::setValueFromText(Beta&i, const string&s) 00016 { 00017 return false; 00018 } 00019 00020 string VValueTrait<Beta>::Text(const Beta&) 00021 { 00022 return ""; 00023 } 00024 00025 00026 } 00027 00028