~vanvugt/mir/fix-1207145

« back to all changes in this revision

Viewing changes to src/server/graphics/gbm/gbm_platform.cpp

  • Committer: Tarmac
  • Author(s): Eleni Maria Stea
  • Date: 2013-07-31 16:11:56 UTC
  • mfrom: (899.1.8 plat_nested)
  • Revision ID: tarmac-20130731161156-1f0pqokzeejuzt8s
stub Platform functions to NestedPlatform
replaced create_nested_platform with a call to the NestedPlatform constructor in the default_server_configuration.cpp.

Approved by Alexandros Frantzis, PS Jenkins bot, Alan Griffiths.

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
 
168
168
extern "C" std::shared_ptr<mg::NativePlatform> create_native_platform ()
169
169
{
170
 
    BOOST_THROW_EXCEPTION(std::runtime_error("GBM platform: create_native_platform is not implemented yet!"));
 
170
    BOOST_THROW_EXCEPTION(std::runtime_error("Mir create_native_platform is not implemented yet!"));
171
171
    return 0;
172
172
}