// Copyright 2008 The Android Open Source Project

/**
 * Common interface.
 */
public interface ICommon {
    public DoubledImplement getDoubledInstance();
}