Quote:
Originally Posted by RangerDown
There's been some internal debate lately on whether EQEmu wants to even allow proxy connects. Until that issue is officially clarified, I'd discourage trying them lest you might find yourself at the other end of a G:line.
|
Officially, Proxies of any kind are against the rules.
__________________
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.
|