Change-Id: I1e84390bf32fe7f1b148a725aeeb5053a14c7e19
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
[EditorBrowsable(EditorBrowsableState.Never)]
public class PlatformConfig
{
[EditorBrowsable(EditorBrowsableState.Never)]
public class PlatformConfig
{
- public static int GetId(string name)
+ private static int GetId(string name)
{
return Interop.PlatformConfig.GetId(name);
}
{
return Interop.PlatformConfig.GetId(name);
}
- public static string GetEnv(int id)
- {
- return Interop.PlatformConfig.GetEnv(id);
- }
-
public static string GetEnv(string name)
{
return Interop.PlatformConfig.GetEnv(Interop.PlatformConfig.GetId(name));
public static string GetEnv(string name)
{
return Interop.PlatformConfig.GetEnv(Interop.PlatformConfig.GetId(name));