Purge underscored header file barriers
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / scripting / script-plugin-proxy.h
index 2c359c7..7af87a2 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_SCRIPT_PLUGIN_PROXY_H__
-#define __DALI_INTERNAL_SCRIPT_PLUGIN_PROXY_H__
+#ifndef DALI_INTERNAL_SCRIPT_PLUGIN_PROXY_H
+#define DALI_INTERNAL_SCRIPT_PLUGIN_PROXY_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.
@@ -79,6 +79,10 @@ public:
   bool IsInitialized() const;
 
 private:
+
+  ScriptPluginProxy( const ScriptPluginProxy& ); ///< Undefined
+  ScriptPluginProxy& operator=( const ScriptPluginProxy& ); ///< Undefined
+
   /**
    * @brief Dynamically loads the script plugin.
    */
@@ -106,4 +110,4 @@ private:
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_SCRIPT_PLUGIN_PROXY_H__
+#endif // DALI_INTERNAL_SCRIPT_PLUGIN_PROXY_H