~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to src/platforms/mesa/client/client_platform_factory.cpp

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
}
63
63
 
64
 
extern "C" std::shared_ptr<mcl::ClientPlatform> mcl::create_client_platform(mcl::ClientContext* context)
 
64
extern "C" std::shared_ptr<mcl::ClientPlatform> create_client_platform(mcl::ClientContext* context)
65
65
{
66
66
    MirPlatformPackage package;
67
67
    context->populate_server_package(package);
75
75
}
76
76
 
77
77
extern "C" bool
78
 
mcl::is_appropriate_module(mcl::ClientContext* context)
 
78
is_appropriate_module(mcl::ClientContext* context)
79
79
{
80
80
    MirPlatformPackage platform;
81
81
    context->populate_server_package(platform);