OSDN Git Service

* build fix
authorfche <fche>
Sat, 4 Aug 2001 12:28:01 +0000 (12:28 +0000)
committerfche <fche>
Sat, 4 Aug 2001 12:28:01 +0000 (12:28 +0000)
[e.g., cache/ChangeLog]
2001-08-04  Frank Ch. Eigler  <fche@redhat.com>

* cache.cxx (~cache_component): Define.

sid/component/cache/ChangeLog
sid/component/cache/cache.cxx
sid/component/consoles/ChangeLog
sid/component/consoles/socketio.cxx
sid/component/parport/ChangeLog
sid/component/parport/ps2.cxx

index 530bb14..acaa40c 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-04  Frank Ch. Eigler  <fche@redhat.com>
+
+       * cache.cxx (~cache_component): Define.
+
 2001-08-03  matthew green  <mrg@redhat.com>
 
        * cache.h (~cache_component): Add prototype.
index d845608..13fc2d2 100644 (file)
@@ -130,6 +130,13 @@ cache_component::cache_component (unsigned assocy,
   // FIXME: state save/restore
 }
 
+
+// dummy dtor
+cache_component::~cache_component () throw ()
+{
+}
+
+
 unsigned
 cache_component::line_offset (const cache_line& line, const host_int_4& addr)
 {
index 7fd8714..92bf44e 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-04  Frank Ch. Eigler  <fche@redhat.com>
+
+       * socketio.cxx (~socketio): Define.
+
 2001-08-03  matthew green  <mrg@redhat.com>
        
        * components.h (~socketio): Add prototype.
index 422e1b3..27ce934 100644 (file)
@@ -139,6 +139,12 @@ socketio::socketio(bool s):
                         & socketio::restore_state);
 }
   
+
+// dummy dtor
+socketio::~socketio () throw ()
+{
+}
+
   
   // ----------------------------------------------------------------------------
 
index b6c1ec3..a740a40 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-04  Frank Ch. Eigler  <fche@redhat.com>
+
+       * ps2.cxx (dtor): Define.
+
 2001-08-03  matthew green  <mrg@redhat.com>
 
        * ps2.h (dtor): Add prototype.
index 684f334..9573b24 100644 (file)
@@ -135,6 +135,12 @@ ParPort::ParPort()
 }
 
 
+// dummy dtor
+ParPort::~ParPort() throw ()
+{
+}
+
+
 /* Following helper function adds bus, and pins to target
    view. Method returns no value.
 */