198e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian/*
298e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian * Copyright (C) 2006 The Android Open Source Project
398e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian *
498e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian * Licensed under the Apache License, Version 2.0 (the "License");
598e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian * you may not use this file except in compliance with the License.
698e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian * You may obtain a copy of the License at
798e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian *
898e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian *      http://www.apache.org/licenses/LICENSE-2.0
998e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian *
1098e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian * Unless required by applicable law or agreed to in writing, software
1198e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian * distributed under the License is distributed on an "AS IS" BASIS,
1298e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1398e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian * See the License for the specific language governing permissions and
1498e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian * limitations under the License.
1598e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian */
1698e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian
1798e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian#include <utils/Flattenable.h>
1898e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian
1998e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopiannamespace android {
2098e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian
2198e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias AgopianFlattenable::~Flattenable() {
2298e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian}
2398e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian
2498e71ddaede9a0bfb681fd237bec1f66c6c53193Mathias Agopian}; // namespace android
25