Change from ArrayList to IList
authorKyungYoun <ky99.won@samsung.com>
Tue, 2 Apr 2013 05:56:16 +0000 (14:56 +0900)
committerKyungYoun <ky99.won@samsung.com>
Tue, 2 Apr 2013 05:56:16 +0000 (14:56 +0900)
Change-Id: I12bb0c69f5aaae781109b854ad2d39375d675910
Signed-off-by: KyungYoun <ky99.won@samsung.com>
inc/FMediaRecorderTypes.h
src/FMedia_CameraCapability.cpp
src/FMedia_CameraCapability.h

index af84cfe..f7eb786 100755 (executable)
@@ -66,7 +66,7 @@ enum RecorderState
  * @see        AudioRecorder::GetQuality()
  * @see        VideoRecorder::SetQuality()
  * @see        VideoRecorder::GetQuality()
-
+ *
  */
 enum RecordingQuality
 {
index 8ac2db8..885e20f 100755 (executable)
@@ -394,7 +394,7 @@ _CameraCapability::Release(_CameraDeviceType cameraDevice)
        }
 }
 
-Tizen::Base::Collection::ArrayList*
+Tizen::Base::Collection::IList*
 _CameraCapability::GetListN(_CameraOperationType key, _ResultType& itemType)
 {
        //check key boundary condition
index 44ddeed..1deedeb 100755 (executable)
@@ -75,7 +75,7 @@ public:
        * @exception    E_SYSTEM                                A system error has occurred.
        * @exception    E_UNSUPPORTED_OPERATION   operation not supported
        */
-       static Tizen::Base::Collection::ArrayList* GetListN(_CameraOperationType key, _ResultType& itemType);
+       static Tizen::Base::Collection::IList* GetListN(_CameraOperationType key, _ResultType& itemType);
 
        /**
        * function to check the feature support