~ubuntu-branches/ubuntu/saucy/ifrit/saucy

« back to all changes in this revision

Viewing changes to shells/generic/iggpagevolume.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2006-10-28 15:06:32 UTC
  • mfrom: (1.1.4 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061028150632-hyvuhvsv6zpmf5ev
Tags: 3.0.5-1
New upstream version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#define IGGPAGEVOLUME_H
34
34
 
35
35
 
36
 
#include "iggpageviewobject.h"
37
 
 
38
 
 
39
 
class iggPageVolume : public iggPageViewObject
 
36
#include "iggpageobject.h"
 
37
 
 
38
 
 
39
class iggPageVolume : public iggPageObject
40
40
{
41
41
 
42
42
public:
43
43
 
44
44
        iggPageVolume(iggFrameBase *parent);
45
 
 
46
 
        virtual iViewObject* GetViewObject() const;
47
45
};
48
46
 
49
47
#endif  // IGGPAGEVOLUME_H