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

« back to all changes in this revision

Viewing changes to AspectC++/JoinPointLoc.cc

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-06-15 10:17:02 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090615101702-qsr30iptwbxylmo2
Tags: 1.0pre4~svn.20090615-1
* New upstream release.
* don't ignore errors in the postrm script
* avoid spurious creation of empty dir ./usr/sbin/
* improve short descriptions of libpuma-doc and libpuma-dev
* bump Standards-Version to 3.8.1
* bump debhelper compat level to level 7 (latest in stable)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
// Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, 
17
17
// MA  02111-1307  USA                                            
18
18
 
 
19
#ifndef ACMODEL
 
20
 
19
21
#include <sstream>
20
22
using std::stringstream;
21
23
using std::ostringstream;
293
295
  RepoXMLNode jpn = JPL_Name::make_xml (parent);
294
296
  return jpn;
295
297
}
 
298
 
 
299
#endif // !ACMODEL