# File lib/tapkit/access/snapshot.rb, line 34
                def record_snapshot( gid, snapshot )
                        set_timestamp_to_now
                        @snapshots[gid] = snapshot
                        @times[gid]     = @current_time
                        @count[gid]     = 0
                        @gids_src[gid]  = {}
                        @times_src[gid] = {}
                end