• Chris Sherlock's avatar
    vcl: move CommandEvent functions from header to cxx file · 3ff9dd6f
    Chris Sherlock yazdı
    Moving functions from commandevent.hxx to commandevent.cxx, this means
    they are no longer inline, but there was no clear reason as to why they
    were inline in the first place!
    
    I've also reordered the header to ensure that CommandEvent is the first
    fully declared class, the data classes get declared after this (hence the
    forward declarations). This makes reading this header much easier.
    
    One more small thing: a few if statements had braces in the primary if
    block, but not in the else block, which is IMO bad style and can possibly
    lead to errors. I've made the else block use braces.
    
    Change-Id: I79b010bd66d3c9f4a74d4fa470f62d0263c811f4
    3ff9dd6f
Adı
Son kayıt (commit)
Son güncelleme
..
animation Loading commit data...
attribute Loading commit data...
contact Loading commit data...
event Loading commit data...
overlay Loading commit data...
primitive2d Loading commit data...
primitive3d Loading commit data...
properties Loading commit data...