~marcustomlinson/unity-js-scopes/build-fixes

« back to all changes in this revision

Viewing changes to src/bindings/src/result.cc

  • Committer: Alexandre Abreu
  • Date: 2015-06-23 19:47:08 UTC
  • Revision ID: alexandre.abreu@canonical.com-20150623194708-kbbxng3vf3f49d6g
catgeory renderer support; preview support

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
  }
74
74
  result_.set_dnd_uri(*(v8::String::Utf8Value(args[0]->ToString())));
75
75
}
 
76
 
 
77
const unity::scopes::Result& Result::get_result() const {
 
78
  return result_;
 
79
}