**fig3_59.txt** /* 1*/ template /* 2*/ void /* 3*/ Queue:: /* 4*/ Increment( int & X ) /* 5*/ { /* 6*/ if( ++X == Full_Queue ) /* 7*/ X = 0; /* 8*/ }