fixed sun pro warnings
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user