blob: 50e5105bb69cd913418f3c6bbd7117d03cc83b62 [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.
part of syncbase_client;
class WatchChangeTypes {
static const int put = 0;
static const int delete = 1;
}