T
toto
i have this class:
class Process : public Gob
{
private:
TotalAmount *Process::getTotalAmount( DetailList & dl );
public:
virtual void operator()(Invoice&);
};
what does the :: sign mean here ?
thanks !
class Process : public Gob
{
private:
TotalAmount *Process::getTotalAmount( DetailList & dl );
public:
virtual void operator()(Invoice&);
};
what does the :: sign mean here ?
thanks !