Ticket #9 (closed defect: fixed)

Opened 8 years ago

Last modified 7 years ago

common base class for client_buffer and host_buffer

Reported by: armin Owned by: armin
Priority: normal Milestone: libobby 0.1.0
Component: libobby Version:
Severity: minor Keywords:
Cc: Launchpad Bug:

Description

client_buffer and host_buffer have both one thing in common: They have both a local user object, but there is no way to access it by the buffer base class. We should introduce a local_buffer class or something that inherits from buffer and has a local user. client_buffer and host_buffer may inherit from local_buffer and users can hold a local_buffer to access the local user object.

Change History

Changed 8 years ago by libobby

  • status changed from new to closed
  • resolution set to fixed

(In [10]) /obby: changeset local_buffer as common base class of client_buffer and host_buffer [fixes #9] Original author: Armin Burgmeier <armin@…> Date: 2005-05-29 19:36:05

Note: See TracTickets for help on using tickets.