blob: 35a98cc5cc876caa1ea2dc6e5fb06fbd712f9bca [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001// Copyright 2008 The Android Open Source Project
2
3/**
4 * Common interface.
5 */
6public interface ICommon {
7 public DoubledImplement getDoubledInstance();
8}