Merge "Clean up the code to build successfully on macOS" into devel/master
[platform/core/uifw/dali-core.git] / dali / internal / render / shaders / program-cache.h
index 4a20377..42d31b6 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_PROGRAM_CACHE_H__
-#define __DALI_INTERNAL_PROGRAM_CACHE_H__
+#ifndef DALI_INTERNAL_PROGRAM_CACHE_H
+#define DALI_INTERNAL_PROGRAM_CACHE_H
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -40,14 +40,12 @@ public:
   /**
    * Constructor
    */
-  ProgramCache()
-  { }
+  ProgramCache() = default;
 
   /**
    * Destructor, virtual as this is an interface
    */
-  virtual ~ProgramCache()
-  { }
+  virtual ~ProgramCache() = default;
 
 public: // API
 
@@ -109,5 +107,5 @@ private: // not implemented as non-copyable
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_PROGRAM_CACHE_H__
+#endif // DALI_INTERNAL_PROGRAM_CACHE_H