~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/src/conference.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        ParticipantSet getParticipantList() const;
102
102
 
103
103
        /**
 
104
         * Get the display names or peer numbers for this conference
 
105
         */
 
106
        std::vector<std::string>
 
107
        getDisplayNames() const;
 
108
 
 
109
        /**
104
110
         * Start/stop recording toggle
105
111
         */
106
112
        virtual bool toggleRecording();