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
+2 -1
View File
@@ -218,9 +218,10 @@ casDGIntfIO::~casDGIntfIO()
//
// casDGIntfIO::show()
//
void casDGIntfIO::osdShow (unsigned level) const
void casDGIntfIO::show (unsigned level) const
{
printf ("casDGIntfIO at %p\n", this);
this->casDGClient::show (level);
}
//
+1 -1
View File
@@ -39,7 +39,7 @@ public:
const caNetAddr &addr);
inBuf::fillCondition osdRecv (char *pBuf, bufSizeT nBytesReq,
fillParameter parm, bufSizeT &nBytesActual, caNetAddr &addr);
void osdShow (unsigned level) const;
virtual void show (unsigned level) const;
static bufSizeT optimumOutBufferSize ();
static bufSizeT optimumInBufferSize ();