~ubuntu-branches/ubuntu/maverick/lordsawar/maverick

« back to all changes in this revision

Viewing changes to src/Positioned.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2010-04-10 09:29:33 UTC
  • mfrom: (1.1.9 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100410092933-23uq4dxig30kmtcw
Tags: 0.1.8-1
* New upstream release.
* Add misc:Depends for -data package.
* Bump Standards Version to 3.8.4. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
class Positioned
31
31
{
32
32
 public:
 
33
 
33
34
     //! Default constructor.
34
35
     Positioned(Vector<int> pos);
 
36
 
35
37
     //! Copy constructor.
36
38
     Positioned(const Positioned&);
 
39
 
37
40
     //! Loading constructor.
38
41
     Positioned(XML_Helper* helper);
 
42
 
39
43
     //! Destructor.
40
44
    ~Positioned();
41
45