~ubuntu-branches/ubuntu/precise/crtmpserver/precise-backports

« back to all changes in this revision

Viewing changes to thelib/include/netio/select/iotimer.h

  • Committer: Package Import Robot
  • Author(s): Micah Gersten
  • Date: 2012-07-04 00:04:40 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120704000440-u9x7yhyglqjvspk8
Tags: 1.0~dfsg-3~ubuntu12.04.1
No-change backport to precise (LP: #964153)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        virtual bool OnEvent(select_event &event);
36
36
        bool EnqueueForTimeEvent(uint32_t seconds);
37
37
        virtual operator string();
38
 
        virtual void GetStats(Variant &info);
 
38
        virtual void GetStats(Variant &info, uint32_t namespaceId = 0);
39
39
};
40
40
 
41
41
#endif  /* _TIMERIO_H */