Unfortunatly, I saw EQGraphicsDX9.dll, eqmain.dll and eqgame.exe being updated in this patch. This doesnt mean that the devs will have to finish up with the previous patch and move to this, they will -have- to start working on this new patch because theres no where to collect from, but, this will stall the ability to update to live.
__________________
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.
|