Changeset 92

Show
Ignore:
Timestamp:
04/20/06 04:33:21 (2 years ago)
Author:
jordi
Message:

Added the Config class that will load the configuration options and its test suite.

Location:
trunk
Files:
4 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r58 r92  
    55 
    66libepdfview_a_SOURCES = \ 
     7    Config.cxx          \ 
     8    Config.h            \ 
    79    DocumentOutline.cxx \ 
    810    DocumentOutline.h   \ 
  • trunk/src/epdfview.h

    r58 r92  
    2222#include <glib.h> 
    2323 
     24#include <Config.h> 
     25 
    2426#include <DocumentOutline.h> 
    2527#include <DocumentPage.h> 
  • trunk/tests/Makefile.am

    r78 r92  
    88 
    99test_epdfview_SOURCES =     \ 
     10    ConfigTest.cxx          \ 
     11    ConfigTest.h            \ 
    1012    DocumentOutlineTest.cxx \ 
    1113    DocumentOutlineTest.h   \