Skip to content
  • Thomas Juerges's avatar
    Move header files to include dir structure · 2ef6affe
    Thomas Juerges authored and Reynald Bourtembourg's avatar Reynald Bourtembourg committed
    This is a bigger change where all header files are moved to
    specific directories. The intention is to keep header files first
    and foremost isolated so that the cppTango server header file
    "events.h" does not collide with any other header file which might
    already be installed on the system. Additionally are the header
    files now split into directories which reflect their purpose:
    tango/
    tango/client
    tango/client/helpers
    tango/common
    tango/common/log4tango
    tango/common/utils
    tango/idl
    tango/server
    tango/windows
    2ef6affe