The fact is, they could shut us down at any time for any reason. Its just that shutting us down for no reason would be pretty bad PR on Sony's part, so if we were to slip up and allow or endorse distribution of warez, Sony can defend themselves by saying that we were a center for EQ warez and costing them money.
__________________
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.
|