~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RAGUI/DriverLink.h

  • Committer: Viktor Bursian at blin-Vista
  • Date: 2014-02-19 13:23:07 UTC
  • mto: (4.6.3 DN)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: vbursian@gmail.com-20140219132307-paqv9dz1gwzg8sm6
multiple changes, mainly in drivers and consoles

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
class RAGUI_EXPORT  sDriverLink
48
48
{
49
49
  public:
50
 
                              ~sDriverLink ();
 
50
    virtual                   ~sDriverLink ();
51
51
                              sDriverLink (psDevice  link_owner);
52
52
    psDriver                  operator -> () const
53
53
                                { return TheDriverLink; }