Sha256: 42408e6bf7c7a02b42136dd652a92318d92cc0c88e0b7329b279d291ea45bda7

Contents?: true

Size: 617 Bytes

Versions: 14

Compression:

Stored size: 617 Bytes

Contents

#include "MethodResultImpl.h"

using namespace InstrumentationRuntime;

CMethodResultImpl::CMethodResultImpl(int64 native):
    oResult((rho::apiGenerator::CMethodResult*)native)
{
}

void CMethodResultImpl::set(Platform::String^ res)
{
    oResult->set(rho::common::convertToStringW(res->Data()));
}

void CMethodResultImpl::set(Windows::Foundation::Collections::IVectorView<Platform::String^>^ res)
{
    // TODO: implement types/class conversion
}

void CMethodResultImpl::set(Windows::Foundation::Collections::IMapView<Platform::String^, Platform::String^>^ res)
{
    // TODO: implement types/class conversion
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
rhodes-7.6.0 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp
rhodes-7.5.1 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp
rhodes-7.4.1 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp
rhodes-7.1.17 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp
rhodes-6.2.0 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp
rhodes-6.0.11 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp
rhodes-5.5.18 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp
rhodes-5.5.17 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp
rhodes-5.5.15 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp
rhodes-5.5.0.22 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp
rhodes-5.5.2 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp
rhodes-5.5.0.7 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp
rhodes-5.5.0.3 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp
rhodes-5.5.0 extensions/instrumentation/ext/platform/wp8/lib/MethodResultImpl.cpp