Skip to content
  • David Gobbi's avatar
    Add copy ctors and operators to clear warnings. · 520ba015
    David Gobbi authored
    This patch modifies classes that broke the "rule of three", which
    states that classes that declare a destructor must also declare a
    copy constructor and assigment operator.
    
    Change-Id: I06b1bb45b493e80e0bae0e8668aa09f494b8056e
    520ba015