Pizza.h


// Pizza.h

@import "Ceda/Core/cxPersistStore/IPersistable.h"
@import "Ceda/Core/cxPersistStore/pref.h"
@import "Ceda/Core/cxPersistStore/IPrefVisitor.h"
@import "Ceda/Core/cxPersistStore/xmap.h"
#include "Ceda/Core/cxUtils/ScopeWriter.h"

#if defined(_WIN32) && !defined(__WINE__) && !defined(@project@@_STATIC_LIBRARY)
    #ifdef @project@@_EXPORTS
        // While compiling the library, export symbols
        #define @project@@_API __declspec(dllexport)
    #else
        // While #including public headers of the library, import symbols
        #define @project@@_API __declspec(dllimport)
    #endif
#else
    #define @project@@_API
#endif