Пример #1
0
        // do nothing
        public virtual int NewId()
        {
            int id = _idGenerator.NewId();

            _bTree.Add(Transaction(), new IdSlotMapping(id, 0, 0));
            return(id);
        }
Пример #2
0
        // do nothing
        public virtual int NewId()
        {
            int id = _idGenerator.NewId();

            _ids = ((IdSlotTree)Tree.Add(_ids, new IdSlotTree(id, Slot.Zero)));
            return(id);
        }