~ubuntu-branches/ubuntu/trusty/glibmm2.4/trusty

« back to all changes in this revision

Viewing changes to gio/giomm/dbuserror.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-08 11:46:37 UTC
  • mfrom: (1.2.70)
  • Revision ID: package-import@ubuntu.com-20120308114637-igm0brktjj83b03b
Tags: 2.31.20-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
namespace Gio
33
33
{
34
34
 
35
 
#ifndef DOXYGEN_SHOULD_SKIP_THIS
36
 
//Our custom friend declaration (see below) needs this pre-declaration.
37
 
void wrap_init();
38
 
#endif // DOXYGEN_SHOULD_SKIP_THIS
39
 
 
40
35
namespace DBus
41
36
{
42
37
 
102
97
 
103
98
  friend void wrap_init(); // uses throw_func()
104
99
 
105
 
    //This extra line is only necessary because this class is in a sub-namespace, but we want 
106
 
  //it to be used in the wrap_init() of the main namespace. It's an awkward hack.
107
 
  friend void Gio::wrap_init(); // uses throw_func()
108
 
 #endif //DOXYGEN_SHOULD_SKIP_THIS
 
100
  #endif //DOXYGEN_SHOULD_SKIP_THIS
109
101
};
110
102
 
111
103