~ubuntu-branches/ubuntu/wily/ruby-passenger/wily-proposed

« back to all changes in this revision

Viewing changes to ext/common/agents/LoggingAgent/AdminController.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-11-23 23:50:02 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20131123235002-8fdhsq7afj15o2z2
Tags: 4.0.25-1
* New upstream release.
* Refresh fix_install_path.patch.
* Build for Ruby 2.0 instead of 1.8. (Closes: #725591)
* Add fix_ftbfs_fortify_source.patch.
* Install passenger template files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        }
68
68
        
69
69
        virtual MessageServer::ClientContextPtr newClient(CommonClientContext &commonContext) {
70
 
                return make_shared<SpecificContext>();
 
70
                return boost::make_shared<SpecificContext>();
71
71
        }
72
72
        
73
73
        virtual bool processMessage(CommonClientContext &commonContext,