Moved actor recursion methods to actor-parent-impl
[platform/core/uifw/dali-core.git] / dali / integration-api / resource-policies.h
index 95a72f2..6d037b2 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTEGRATION_RESOURCE_POLICIES_H__
-#define __DALI_INTEGRATION_RESOURCE_POLICIES_H__
+#ifndef DALI_INTEGRATION_RESOURCE_POLICIES_H
+#define DALI_INTEGRATION_RESOURCE_POLICIES_H
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 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.
@@ -21,16 +21,6 @@ namespace Dali
 {
 namespace ResourcePolicy
 {
-
-/**
- * The data retention policy describes how dali should retain resource data.
- */
-enum DataRetention
-{
-  DALI_RETAINS_ALL_DATA,  // retains all data e.g. bitmaps
-  DALI_DISCARDS_ALL_DATA, // discards all data (expects application to regenerate UI on context loss)
-};
-
 /**
  * The discardable policy determines if a resource can be discarded.
  * Discarded means that it can be released after uploading to GPU.
@@ -44,4 +34,4 @@ enum Discardable
 } // namespace ResourcePolicy
 } // namespace Dali
 
-#endif // __DALI_INTEGRATION_DISCARD_POLICY_H__
+#endif // DALI_INTEGRATION_RESOURCE_POLICIES_H