- fix BeOS build (it's getting nasty)
- add a media node count data source. Yes I do have work to do instead :P git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25022 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -253,4 +253,17 @@ private:
|
||||
bool fText;
|
||||
};
|
||||
|
||||
|
||||
class MediaNodesDataSource : public DataSource {
|
||||
public:
|
||||
MediaNodesDataSource();
|
||||
virtual ~MediaNodesDataSource();
|
||||
|
||||
virtual DataSource* Copy() const;
|
||||
|
||||
virtual int64 NextValue(SystemInfo& info);
|
||||
virtual const char* Label() const;
|
||||
virtual bool AdaptiveScale() const;
|
||||
};
|
||||
|
||||
#endif // DATA_SOURCE_H
|
||||
|
||||
Reference in New Issue
Block a user