crashanalysercmd/PerfToolsSharedLibraries/Engine/SymbianDebugLib/Entity/Configurations/DbgEntityConfigManager.cs
changeset 2 0c91f0baec58
parent 0 818e61de6cd1
child 3 045ade241ef5
equal deleted inserted replaced
1:7a31f7298d8f 2:0c91f0baec58
    86                     iEngine.AddRange( files );
    86                     iEngine.AddRange( files );
    87                     iEngine.Prime( TSynchronicity.ESynchronous );
    87                     iEngine.Prime( TSynchronicity.ESynchronous );
    88                 }
    88                 }
    89             }
    89             }
    90         }
    90         }
       
    91 
       
    92         public bool IsActiveRomId(uint aRomId)
       
    93         {
       
    94             return iEngine.IsActiveRomId(aRomId);
       
    95         }
       
    96 
    91         #endregion
    97         #endregion
    92 
    98 
    93         #region Event handlers
    99         #region Event handlers
    94         #endregion
   100         #endregion
    95 
   101