Fix coding style according to tizen rule
[platform/core/security/drm-service-core-tizen.git] / tadcore / include / DrmFileMgr.h
index c4b7409..1de99c1 100644 (file)
@@ -13,6 +13,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+#ifndef __DRMFILEMGR_H_
+#define __DRMFILEMGR_H_
 
 #include <map>
 #include "DrmFileHandler.h"
@@ -37,3 +39,5 @@ private:
        static DrmFileMgr *m_pInstance;
        DrmHandlerMap m_HandlerMap;
 };
+
+#endif //__DRMFILEMGR_H_