Subversion Repositories tpanel

Rev

Rev 140 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 140 Rev 141
Line 7019... Line 7019...
7019
 
7019
 
7020
    vector<int> channels;
7020
    vector<int> channels;
7021
    doPHN(-1, channels, cmds);
7021
    doPHN(-1, channels, cmds);
7022
}
7022
}
7023
 
7023
 
-
 
7024
void TPageManager::actPHN(vector<string>& cmds)
-
 
7025
{
-
 
7026
    DECL_TRACER("TPageManager::actPHN(const vector<string>& cmds)");
-
 
7027
 
-
 
7028
    vector<int> channels;
-
 
7029
    doPHN(1, channels, cmds);
-
 
7030
}
-
 
7031
 
7024
void TPageManager::phonePickup(int id)
7032
void TPageManager::phonePickup(int id)
7025
{
7033
{
7026
    DECL_TRACER("TPageManager::phonePickup(int id)");
7034
    DECL_TRACER("TPageManager::phonePickup(int id)");
7027
 
7035
 
7028
    if (id < 0 || id >= 4)
7036
    if (id < 0 || id >= 4)