Changes between Initial Version and Version 1 of Ticket #2801


Ignore:
Timestamp:
2014-09-04T16:09:56Z (10 years ago)
Author:
Adrian Pop
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2801 – Description

    initial v1  
    11Currently all the includes are in Package.h and they should be moved into Package.c
    22
    3 Maybe even split Package.h into Package.public.h and Package.private.h and only include the public into other .c files and the .private.h into Package.c.
     3Maybe even split Package.h into Package.public.h and Package.private.h and only include the Package.public.h into other .c files and the Package.private.h into Package.c.