#ifndef CALLERS_H
#define CALLERS_H
#include <string>
using namespace std;
class Callers
{
public:
HandleCall(Call const& call, double currentTime)
{
}
bool Busy() const;
double NextFreeTime()
{
return (pCall_)(pCall->GetCallDuration() + callStartTime_):(0.0);
}
private:
Call* pCall_;
double callStartTime_;
};
I'm not to sure about this program as well.
** Edit **

New Topic/Question
Reply




MultiQuote



|