[EflSharp] Fix constructor of MoreOption and RotarySelector (#959)
authorjaehyun0cho <jaehyun0cho@gmail.com>
Fri, 2 Aug 2019 08:12:35 +0000 (17:12 +0900)
committerarosis78 <jh0506.yun@samsung.com>
Fri, 2 Aug 2019 08:12:35 +0000 (17:12 +0900)
commit3e8594102d9c1be0900cd44e31e3bd64616d7724
tree1d17ac7cf767521fdb73c08f99a70f30ef9f51c7
parent2b5864e3b7d3aac4d4d6f768bfdff518a16d388d
[EflSharp] Fix constructor of MoreOption and RotarySelector (#959)

Now, EoWrapper does not have constructor with parameter IntPtr.
Instead, EoWrapper has constructors with paramater ConstructingHandle
and WrappingHandle.

Since ConstructingHandle is created internally, the constructor with
parameter ConstructingHandle should be used for internal usage.
Instead, constructor with parameter WrappingHandle should be used to use
C native handle (i.e. eo pointer in C).
internals/src/EflSharp/EflSharp/Circle/MoreOption.cs
internals/src/EflSharp/EflSharp/Circle/RotarySelector.cs