Actions
Task #1261
closedBase class for Channel
Start date:
03/03/2014
Due date:
% Done:
100%
Estimated time:
2.00 h
Description
The base class for channel should provide common API to print out information about the channel.
Interface should be at least as follows, with more method added when necessary (may be also getDescription()).
class Channel : noncopyable
{
public:
virtual
~Channel();
virtual std::string
getUri() =0;
};
Updated by Junxiao Shi over 10 years ago
- Subject changed from Create base class for Channel to Base class for Channel
- Status changed from New to In Progress
- Assignee changed from Alex Afanasyev to Junxiao Shi
- Start date set to 03/03/2014
Updated by Junxiao Shi over 10 years ago
- Status changed from In Progress to Code review
Updated by Junxiao Shi over 10 years ago
- Status changed from Code review to Closed
- % Done changed from 70 to 100
Actions