View Single Post
  #17  
Old 04-04-2006, 06:31 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

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.
Reply With Quote