fixed sun pro warnings
This commit is contained in:
@@ -348,6 +348,7 @@ void casDGIntfOS::show(unsigned level) const
|
||||
if (this->pIOWk) {
|
||||
this->pIOWk->show (level);
|
||||
}
|
||||
this->casDGIntfIO::show (level);
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
@@ -79,7 +79,6 @@ casServerReg::~casServerReg()
|
||||
void casIntfOS::show (unsigned level)
|
||||
{
|
||||
printf ("casIntfOS at %p\n", this);
|
||||
this->casIntfIO::show (level);
|
||||
this->casDGIntfOS::show (level);
|
||||
}
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ public:
|
||||
|
||||
virtual ~casDGIntfOS ();
|
||||
|
||||
void show (unsigned level) const;
|
||||
virtual void show (unsigned level) const;
|
||||
|
||||
private:
|
||||
casDGReadReg *pRdReg;
|
||||
@@ -103,7 +103,7 @@ public:
|
||||
bool autoBeaconAddr=true, bool addConfigBeaconAddr=false);
|
||||
virtual ~casIntfOS();
|
||||
|
||||
void show (unsigned level);
|
||||
virtual void show (unsigned level);
|
||||
|
||||
caNetAddr serverAddress () const;
|
||||
|
||||
@@ -111,8 +111,8 @@ private:
|
||||
caServerI &cas;
|
||||
casServerReg *pRdReg;
|
||||
|
||||
void recvCB ();
|
||||
void sendCB () {}; // NOOP satifies template
|
||||
//void recvCB ();
|
||||
//void sendCB () {}; // NOOP satifies template
|
||||
};
|
||||
|
||||
class casStreamWriteReg;
|
||||
|
||||
Reference in New Issue
Block a user