fixed gnu warning

This commit is contained in:
Jeff Hill
2002-11-02 00:07:41 +00:00
parent 81674af9bb
commit 2f70fd09b4
2 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,8 @@
#include "cac.h"
#include "sgAutoPtr.h"
casgRecycle::~casgRecycle () {}
CASG::CASG ( ca_client_context &cacIn ) :
client ( cacIn ), magic ( CASG_MAGIC )
{

View File

@@ -54,6 +54,8 @@ class casgRecycle { // X aCC 655
public:
virtual void recycleSyncGroupWriteNotify ( class syncGroupWriteNotify & io ) = 0;
virtual void recycleSyncGroupReadNotify ( class syncGroupReadNotify & io ) = 0;
protected:
virtual ~casgRecycle ();
};
class syncGroupNotify : public tsDLNode < syncGroupNotify > {