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

« back to all changes in this revision

Viewing changes to gio/giomm/asyncinitable.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-04-11 10:19:47 UTC
  • mfrom: (1.2.72)
  • Revision ID: package-import@ubuntu.com-20120411101947-rfg3dy3nhl48hjc6
Tags: 2.32.0-0ubuntu1
* New upstream release
* debian/control:
  - Bump build-depends on libglib2.0-dev
* debian/rules:
  - Update SHVER

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
  AsyncInitable(const AsyncInitable&);
83
83
  AsyncInitable& operator=(const AsyncInitable&);
84
84
 
 
85
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
85
86
protected:
86
 
  AsyncInitable(); // you must derive from this class
87
 
 
 
87
  /**
 
88
   * You should derive from this class to use it.
 
89
   */
 
90
  AsyncInitable();
 
91
  
 
92
#ifndef DOXYGEN_SHOULD_SKIP_THIS
88
93
  /** Called by constructors of derived classes. Provide the result of 
89
94
   * the Class init() function to ensure that it is properly 
90
95
   * initialized.