/* 76 */ metaData.removeMetaData("VERSION_MANAGER", "VERSION_ID");
/* */ }
/* */
/* */ public List makeVersionedList(List list, ArrayList newObjects) throws Exception
/* */ {
/* 81 */ ClassProxy proxy = ClassProxyFactory.newInstance(list.getClass());
/* 82 */ GUID guid = tag(proxy);
/* 83 */ DistributedListState manager = new DistributedListState(guid, this.timeout, proxy, list, this, this.synchManager);
/* 84 */ StateManager.setStateManager(proxy, manager);
/* 85 */ CollectionStateChangeInterceptor interceptor = new CollectionStateChangeInterceptor(manager);
/* 86 */ proxy._getInstanceAdvisor().appendInterceptor(interceptor);
/* 87 */ newObjects.add(manager);
/* 88 */ return (List)proxy;
/* */ }