fixed sun pro warnings

This commit is contained in:
Jeff Hill
1999-10-30 00:12:37 +00:00
parent 4046eeb612
commit febba9698e
9 changed files with 16 additions and 13 deletions
+1
View File
@@ -348,6 +348,7 @@ void casDGIntfOS::show(unsigned level) const
if (this->pIOWk) {
this->pIOWk->show (level);
}
this->casDGIntfIO::show (level);
}
//
-1
View File
@@ -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);
}
+4 -4
View File
@@ -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;