Project

General

Profile

Actions

Task #1261

closed

Base class for Channel

Added by Alex Afanasyev about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Faces
Target version:
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;
};
Actions #1

Updated by Junxiao Shi about 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
Actions #2

Updated by Junxiao Shi about 10 years ago

  • Status changed from In Progress to Code review
Actions #3

Updated by Junxiao Shi about 10 years ago

  • % Done changed from 0 to 70
Actions #4

Updated by Junxiao Shi about 10 years ago

  • Status changed from Code review to Closed
  • % Done changed from 70 to 100
Actions

Also available in: Atom PDF