~ubuntu-branches/ubuntu/quantal/kdevplatform/quantal-proposed

« back to all changes in this revision

Viewing changes to plugins/genericprojectmanager/igenericprojectmanager.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-24 00:06:18 UTC
  • mfrom: (0.3.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101024000618-7otebin77mfcmt3b
Tags: 1.1.0-0ubuntu1
* New upstream release
  - Bump build-dependencies
  - Build against libboost-serialization1.42-dev
  - Update kdevplatform1-libs.install
  - Update kdevplatform-dev.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define IGENERICPROJECTMANAGER_H
23
23
 
24
24
#include <project/interfaces/iprojectfilemanager.h>
25
 
#include <interfaces/iextension.h>
26
25
 
27
26
/**
28
27
@author Andreas Pakulat
40
39
 
41
40
}
42
41
 
43
 
KDEV_DECLARE_EXTENSION_INTERFACE_NS( KDevelop, IGenericProjectManager, "org.kdevelop.IGenericProjectManager" )
44
42
Q_DECLARE_INTERFACE( KDevelop::IGenericProjectManager, "org.kdevelop.IGenericProjectManager" )
45
43
 
46
44
#endif