Its not editing the client....
eqstr_us.txt holds the zone names you see in the ENTERING XXXXX....., which wouldnt be editing the client.
The db holds the rest of the times you see the zone name that changing the string in that txt file doesnt change.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
|