[Tizen] Restore Uploaded signal for BufferImage and ResourceImage
[platform/core/uifw/dali-core.git] / dali / internal / event / images / nine-patch-image-impl.h
index cdcea86..b7c1e65 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_NINE_PATCH_IMAGE_H__
-#define __DALI_INTERNAL_NINE_PATCH_IMAGE_H__
+#ifndef DALI_INTERNAL_NINE_PATCH_IMAGE_H
+#define DALI_INTERNAL_NINE_PATCH_IMAGE_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.
@@ -32,9 +32,6 @@ namespace Internal
 class NinePatchImage;
 typedef IntrusivePtr<NinePatchImage> NinePatchImagePtr;
 
-class ResourceClient;
-class ResourceManager;
-
 namespace SceneGraph
 {
 class UpdateManager;
@@ -130,7 +127,6 @@ private: // from ResourceImage
   Uint16Pair ParseRange( unsigned int& index, unsigned int width, const PixelBuffer* & pixel, unsigned int pixelStride, int testByte, int testBits, int testValue );
 
 private:
-  ResourceClient*               mResourceClient;
   Integration::BitmapPtr        mBitmap;
   std::string                   mUrl;
   StretchRanges                 mStretchPixelsX;  //< The horizontal stretchable pixels in the cropped image space
@@ -164,4 +160,4 @@ inline const Internal::NinePatchImage& GetImplementation(const Dali::NinePatchIm
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_NINE_PATCH_IMAGE_H__
+#endif // DALI_INTERNAL_NINE_PATCH_IMAGE_H