View Single Post
  #14  
Old 07-19-2004, 06:31 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Quote:
Originally Posted by sianyde
But what I'd like to know is how make the zones stay up all the time (i.e. not "sleep"). I already know how to make them persistent.
in boot5zones.bat, replace "." with a zonename

so instead of
Code:
start zone . localhost 7995 localhost
use
Code:
start zone bazaar localhost 7995 localhost
__________________
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