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