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; ...@@ -63,9 +63,6 @@ typedef std::map<CallID, Call::CallConfiguration> CallConfigMap;
/** Define a type for CallID vector (waiting list, incoming not answered) */ /** Define a type for CallID vector (waiting list, incoming not answered) */
typedef std::set<CallID> CallIDSet; 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 */ /** To send multiple string */
typedef std::list<std::string> TokenList; typedef std::list<std::string> TokenList;
...@@ -1048,11 +1045,6 @@ class ManagerImpl { ...@@ -1048,11 +1045,6 @@ class ManagerImpl {
*/ */
bool accountExists(const AccountID& accountID); bool accountExists(const AccountID& accountID);
/**
* Map the call id to coresponding call
*/
RecFileNames _fileNamesMap;
public: public:
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment