1// Copyright 2005 Google Inc. All Rights Reserved.
2
3#include "s2region.h"
4
5S2Region::~S2Region() {
6}
7
8bool S2Region::DecodeWithinScope(Decoder* const decoder) {
9 return Decode(decoder);
10}
11