javaextensions/iapinfo/javasrc.s60/com/nokia/mid/iapinfo/IAPInfo.java
changeset 69 773449708c84
parent 21 2a9601315dfc
child 66 2455ef1f5bbc
equal deleted inserted replaced
61:bf7ee68962da 69:773449708c84
    32 
    32 
    33     /**
    33     /**
    34      * Please refer IapInfo Spec.
    34      * Please refer IapInfo Spec.
    35      */
    35      */
    36 
    36 
    37     public static IAPInfo getIAPInfo() throws IAPInfoException
    37     public synchronized static IAPInfo getIAPInfo() throws IAPInfoException
    38     {
    38     {
    39         if (instance == null)
    39         if (instance == null)
    40             instance = new IAPInfoImpl();
    40             instance = new IAPInfoImpl();
    41         return instance;
    41         return instance;
    42     }
    42     }