00001 #include "ac_cache_if.H" 00002 00003 void bind(ac_cache_if& previous, ac_cache_if& next) { 00004 previous.bindToNext(next); 00005 next.bindToPrevious(previous); 00006 }