~ubuntu-branches/ubuntu/wily/aspectc++/wily

« back to all changes in this revision

Viewing changes to Puma/src/aspects/WinImportHandler.ah

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2006-04-07 11:56:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060407115635-e8wfgmetasrf2p27
Tags: 0.99+1.0pre3-1
* new upstream release
* Apply patch from Martin Michlmayr for g++-4.1 (Closes: #357901)
* further (simple) patches in Puma/ and AspectC++ for g++-4.1
* note that Puma needs to be rewoven so that it can be compiled
  with g++-4.1. This will be done we switch the default compiler
  version.
* Patch JoinPointRepo.cc so that it doesn't loop endlessly anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  pointcut cpp () = classes ("Puma::PreprocessorParser");
39
39
  
40
40
  // add access method for _importHandler data member
41
 
public:
42
 
  advice cpp () : const char *importHandler () const {
43
 
    return _importHandler;
44
 
  }
 
41
  advice cpp () : slice class {
 
42
  public:
 
43
    const char *importHandler () const { return _importHandler; }
 
44
  };
45
45
 
46
46
  // handle --import-handler option
47
47
  advice args (config, process_includes) &&