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