summaryrefslogtreecommitdiff
path: root/src/components/config_profile/src/profile.cc
diff options
context:
space:
mode:
authorKozoriz <kozorizandriy@gmail.com>2016-03-24 10:13:18 +0200
committerKozoriz <kozorizandriy@gmail.com>2016-03-31 19:45:44 +0300
commit0881fce59b5455883283574b52af07556ee558d1 (patch)
tree7c6755e51749551398bc98b78b0d33e526d507f7 /src/components/config_profile/src/profile.cc
parente3d47f6bc697af0b8593550389e82b5f2d01cb23 (diff)
downloadsdl_core-0881fce59b5455883283574b52af07556ee558d1.tar.gz
Changes after review
Fixed LastState tests SharedPtr changed to auto_ptr in some cases Corrected consts in some cases
Diffstat (limited to 'src/components/config_profile/src/profile.cc')
-rw-r--r--src/components/config_profile/src/profile.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/components/config_profile/src/profile.cc b/src/components/config_profile/src/profile.cc
index 50e343d16b..2dab219890 100644
--- a/src/components/config_profile/src/profile.cc
+++ b/src/components/config_profile/src/profile.cc
@@ -125,19 +125,6 @@ const char* kSecurityVerifyPeerKey = "VerifyPeer";
const char* kBeforeUpdateHours = "UpdateBeforeHours";
#endif
-#ifdef CUSTOMER_PASA
-const char* kHMIHeartBeatTimeoutKey = "HMIHeartBeatTimeout";
-const char* kLoggerSection = "LOGGING";
-const char* kAudioMQPath = "MQAudioPath";
-const char* kLoggerConfigFileKey = "LoggerConfigFile";
-const char* kRemoteLoggingFlagFileKey = "RemoteLoggingFlagFile";
-const char* kRemoteLoggingFlagFilePathKey = "RemoteLoggingFlagFilePath";
-const char* kTargetLogFileHomeDirKey = "TargetLogFileHomeDir";
-const char* kTargetLogFileNamePatternKey = "TargetLogFileNamePattern";
-const char* kTargetBootCountFileKey = "TargetBootCountFile";
-const char* kTargetTmpDirKey = "TargetTmpDir";
-const char* kLogFileMaxSizeKey = "LogFileMaxSize";
-#endif
const char* kAudioDataStoppedTimeoutKey = "AudioDataStoppedTimeout";
const char* kVideoDataStoppedTimeoutKey = "VideoDataStoppedTimeout";
const char* kMixingAudioSupportedKey = "MixingAudioSupported";