Skip to content
Snippets Groups Projects
Commit 61297e42 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

clear recfilename from managerimpl

parent a83b7119
No related branches found
No related tags found
No related merge requests found
......@@ -63,9 +63,6 @@ typedef std::map<CallID, Call::CallConfiguration> CallConfigMap;
/** Define a type for CallID vector (waiting list, incoming not answered) */
typedef std::set<CallID> CallIDSet;
/** Define a type for recorded audio file names vector */
typedef std::map<CallID, std::string> RecFileNames;
/** To send multiple string */
typedef std::list<std::string> TokenList;
......@@ -1047,11 +1044,6 @@ class ManagerImpl {
* false otherwise
*/
bool accountExists(const AccountID& accountID);
/**
* Map the call id to coresponding call
*/
RecFileNames _fileNamesMap;
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment