blob: 8e5b2a59da44d35a2c66eaced6ba9f1e33e78f10 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
class WatchChangeTypes {
static const int put = 0;
static const int delete = 1;
}