modify logs
[platform/core/security/privacy-manager.git] / server / inc / PrivacyManagerDaemon.h
index 0659abb..a646c8b 100644 (file)
@@ -1,43 +1,43 @@
-/*\r
- * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved\r
- *\r
- *    Licensed under the Apache License, Version 2.0 (the "License");\r
- *    you may not use this file except in compliance with the License.\r
- *    You may obtain a copy of the License at\r
- *\r
- *        http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- *    Unless required by applicable law or agreed to in writing, software\r
- *    distributed under the License is distributed on an "AS IS" BASIS,\r
- *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
- *    See the License for the specific language governing permissions and\r
- *    limitations under the License.\r
- */\r
-\r
-#ifndef _PRIVACY_MANAGER_DAEMON_H_\r
-#define _PRIVACY_MANAGER_DAEMON_H_\r
-\r
-#include <privacy_manager_client_types.h>\r
-\r
-class SocketService;\r
-\r
-class EXTERN_API PrivacyManagerDaemon\r
-{\r
-private:\r
-       static PrivacyManagerDaemon* pInstance;\r
-       SocketService* pSocketService;\r
-\r
-private:\r
-       PrivacyManagerDaemon(void);\r
-       ~PrivacyManagerDaemon(void);\r
-\r
-\r
-public:\r
-       static PrivacyManagerDaemon* getInstance(void);\r
-       int initialize(void);\r
-       int start(void);\r
-       int stop(void);\r
-       int shutdown(void);\r
-};\r
-\r
-#endif // _PRIVACY_MANAGER_DAEMON_H_
\ No newline at end of file
+/*
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *    Licensed under the Apache License, Version 2.0 (the "License");
+ *    you may not use this file except in compliance with the License.
+ *    You may obtain a copy of the License at
+ *
+ *        http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *    Unless required by applicable law or agreed to in writing, software
+ *    distributed under the License is distributed on an "AS IS" BASIS,
+ *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *    See the License for the specific language governing permissions and
+ *    limitations under the License.
+ */
+
+#ifndef _PRIVACY_MANAGER_DAEMON_H_
+#define _PRIVACY_MANAGER_DAEMON_H_
+
+#include <privacy_manager_client_types.h>
+
+class SocketService;
+
+class EXTERN_API PrivacyManagerDaemon
+{
+private:
+       static PrivacyManagerDaemon* pInstance;
+       SocketService* pSocketService;
+
+private:
+       PrivacyManagerDaemon(void);
+       ~PrivacyManagerDaemon(void);
+
+
+public:
+       static PrivacyManagerDaemon* getInstance(void);
+       int initialize(void);
+       int start(void);
+       int stop(void);
+       int shutdown(void);
+};
+
+#endif // _PRIVACY_MANAGER_DAEMON_H_