caServerOS destructor is now virtual

This commit is contained in:
Jeff Hill
1998-02-05 23:01:25 +00:00
parent e472b2de05
commit b891975e81
+5 -2
View File
@@ -7,6 +7,9 @@
// Some BSD calls have crept in here
//
// $Log$
// Revision 1.4 1997/08/05 00:47:20 jhill
// fixed warnings
//
// Revision 1.3 1997/06/13 09:16:10 jhill
// connect proto changes
//
@@ -52,9 +55,9 @@ public:
caServerOS (caServerI &casIn) :
cas (casIn), pBTmr (NULL) {}
caStatus init ();
~caServerOS ();
virtual ~caServerOS ();
caStatus start ();
caStatus start ();
inline caServerI * operator -> ();
private: