Home | History | Annotate | Download | only in src
      1 // Copyright 2008 The Android Open Source Project
      2 
      3 /**
      4  * Common interface.
      5  */
      6 public interface ICommon {
      7     public DoubledImplement getDoubledInstance();
      8 }
      9