javaextensions/iapinfo/javasrc.s60/com/nokia/mid/iapinfo/IAPInfo.java
branchRCL_3
changeset 71 d5e927d5853b
parent 66 2455ef1f5bbc
equal deleted inserted replaced
66:2455ef1f5bbc 71:d5e927d5853b
    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     }