fixed sunpro warnings

This commit is contained in:
Jeff Hill
1999-11-01 17:16:15 +00:00
parent febba9698e
commit b6cfdb91e3
+1 -4
View File
@@ -103,16 +103,13 @@ public:
bool autoBeaconAddr=true, bool addConfigBeaconAddr=false);
virtual ~casIntfOS();
virtual void show (unsigned level);
virtual void show (unsigned level) const;
caNetAddr serverAddress () const;
private:
caServerI &cas;
casServerReg *pRdReg;
//void recvCB ();
//void sendCB () {}; // NOOP satifies template
};
class casStreamWriteReg;