~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_notify/errmsg_notify.cc

  • Committer: Lee Bieber
  • Date: 2010-11-14 23:15:42 UTC
  • mfrom: (1929.1.42 warning-stack-frame)
  • Revision ID: kalebral@gmail.com-20101114231542-fnnu6ydd2p17n582
Merge Monty - fix bug 672372: some functions use > 32k stack

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <stdarg.h>  /* for va_list */
24
24
#include <unistd.h>  /* for write(2) */
25
25
#include <libnotifymm.h>
 
26
#include <boost/scoped_ptr.hpp>
26
27
 
27
28
#include <string>
28
29
#include <vector>
73
74
    {
74
75
      if (!n.show())
75
76
#else
76
 
      auto_ptr<Glib::Error> error;
 
77
      boost::scoped_ptr<Glib::Error> error;
77
78
      if (!n.show(error))
78
79
#endif
79
80
      {