Applied C++ naming rule 29/81329/2
authorkmook <kmook.choi@samsung.com>
Mon, 25 Jul 2016 13:01:08 +0000 (22:01 +0900)
committerkmook <kmook.choi@samsung.com>
Tue, 26 Jul 2016 01:26:34 +0000 (10:26 +0900)
commit25f46906af7552500ef7a142e569841f963c6299
treedd84e4a32c428cdf1d8056969f7112fd32812783
parent2a661adc4ce6f226986a22cb59beb0d990388cea
Applied C++ naming rule

Change-Id: Ib7a0702f997a090a66c07d4a31b456665ad1bb5b
Signed-off-by: kmook <kmook.choi@samsung.com>
66 files changed:
common/Log.h [moved from common/log.h with 99% similarity]
common/Types.h [moved from common/common.h with 98% similarity]
daemon/ClientManager.cpp [moved from daemon/client_mgr_impl.cpp with 50% similarity]
daemon/ClientManager.h [moved from daemon/client_mgr_impl.h with 69% similarity]
daemon/ConnectionManager.cpp [moved from daemon/connection_mgr_impl.cpp with 61% similarity]
daemon/ConnectionManager.h [moved from daemon/connection_mgr_impl.h with 76% similarity]
daemon/DbusServer.cpp [moved from daemon/dbus_server_impl.cpp with 54% similarity]
daemon/DbusServer.h [moved from daemon/dbus_server_impl.h with 88% similarity]
daemon/DiscoveryManager.cpp [moved from daemon/discovery_mgr_impl.cpp with 69% similarity]
daemon/DiscoveryManager.h [moved from daemon/discovery_mgr_impl.h with 64% similarity]
daemon/ICommunicationInfo.h [moved from daemon/communication_info_base.h with 91% similarity]
daemon/IDbusServer.h [moved from daemon/dbus_server_iface.h with 87% similarity]
daemon/IDevice.h [moved from daemon/device_iface.h with 76% similarity]
daemon/IDiscoveryProvider.cpp [moved from daemon/discovery_provider_base.cpp with 76% similarity]
daemon/IDiscoveryProvider.h [moved from daemon/discovery_provider_base.h with 78% similarity]
daemon/IManager.h [moved from daemon/manager_iface.h with 86% similarity]
daemon/IService.h [moved from daemon/service_iface.h with 94% similarity]
daemon/IServiceInfo.h [moved from daemon/service_info_base.h with 92% similarity]
daemon/IServiceProvider.h [moved from daemon/service_provider_base.h with 94% similarity]
daemon/IotconCommunicationInfo.h [moved from daemon/iotcon_communication_info.h with 90% similarity]
daemon/RequestHandler.cpp [new file with mode: 0755]
daemon/RequestHandler.h [moved from daemon/request_handler.h with 87% similarity]
daemon/Server.cpp [new file with mode: 0644]
daemon/Server.h [moved from daemon/server.h with 92% similarity]
daemon/ServiceManager.cpp [moved from daemon/service_mgr_impl.cpp with 71% similarity]
daemon/ServiceManager.h [moved from daemon/service_mgr_impl.h with 72% similarity]
daemon/Util.cpp [moved from daemon/util.cpp with 82% similarity]
daemon/Util.h [moved from daemon/util.h with 73% similarity]
daemon/access_control/PeerCreds.cpp [moved from daemon/access_control/peer_creds.cpp with 75% similarity]
daemon/access_control/PeerCreds.h [moved from daemon/access_control/peer_creds.h with 87% similarity]
daemon/access_control/Privilege.cpp [moved from daemon/access_control/privilege.cpp with 74% similarity]
daemon/access_control/Privilege.h [moved from daemon/access_control/privilege.h with 89% similarity]
daemon/client.cpp
daemon/client.h
daemon/conv_json.h
daemon/discovery_provider/IotconDiscoveryProvider.cpp [moved from daemon/discovery_provider/iotcon_discovery_provider.cpp with 84% similarity]
daemon/discovery_provider/IotconDiscoveryProvider.h [moved from daemon/discovery_provider/iotcon_discovery_provider.h with 84% similarity]
daemon/discovery_provider/SmartviewDiscoveryProvider.cpp [moved from daemon/discovery_provider/smartview_discovery_provider.cpp with 83% similarity]
daemon/discovery_provider/SmartviewDiscoveryProvider.h [moved from daemon/discovery_provider/smartview_discovery_provider.h with 88% similarity]
daemon/discovery_provider/WifiDirectDiscoveryProvider.cpp [moved from daemon/discovery_provider/wifi_direct_discovery_provider.cpp with 92% similarity]
daemon/discovery_provider/WifiDirectDiscoveryProvider.h [moved from daemon/discovery_provider/wifi_direct_discovery_provider.h with 85% similarity]
daemon/discovery_provider/iotcon/DeviceAdapter.cpp [moved from daemon/discovery_provider/iotcon/device_adapter.cpp with 75% similarity]
daemon/discovery_provider/iotcon/DeviceAdapter.h [moved from daemon/discovery_provider/iotcon/device_adapter.h with 67% similarity]
daemon/discovery_provider/iotcon/ResourceHandle.cpp [moved from daemon/discovery_provider/iotcon/resource_handle.cpp with 59% similarity]
daemon/discovery_provider/iotcon/ResourceHandle.h [moved from daemon/discovery_provider/iotcon/resource_handle.h with 94% similarity]
daemon/discovery_provider/iotcon/ServiceAdapter.cpp [moved from daemon/discovery_provider/iotcon/service_adapter.cpp with 66% similarity]
daemon/discovery_provider/iotcon/ServiceAdapter.h [moved from daemon/discovery_provider/iotcon/service_adapter.h with 83% similarity]
daemon/discovery_provider/smartview/device.cpp
daemon/discovery_provider/smartview/device.h
daemon/discovery_provider/smartview/service.h
daemon/request.cpp
daemon/request.h
daemon/request_handler.cpp [deleted file]
daemon/server.cpp [deleted file]
daemon/service_provider/AppCommServiceInfo.h [moved from daemon/service_provider/app_comm_service_info.h with 98% similarity]
daemon/service_provider/AppCommServiceProvider.cpp [moved from daemon/service_provider/app_comm_service_provider.cpp with 84% similarity]
daemon/service_provider/AppCommServiceProvider.h [moved from daemon/service_provider/app_comm_service_provider.h with 83% similarity]
daemon/service_provider/RemoteAppControlServiceInfo.h [moved from daemon/service_provider/remote_app_control_service_info.h with 86% similarity]
daemon/service_provider/RemoteAppControlServiceProvider.cpp [moved from daemon/service_provider/remote_app_control_service_provider.cpp with 87% similarity]
daemon/service_provider/RemoteAppControlServiceProvider.h [moved from daemon/service_provider/remote_app_control_service_provider.h with 86% similarity]
lib/conv_lib.cpp
lib/conv_lib_channel.cpp
lib/conv_lib_json.h
lib/conv_lib_payload.cpp
lib/conv_lib_service.cpp
lib/conv_lib_util.cpp