// PRNUIDS.H
//
// Copyright (c) 1997-1999 Symbian Ltd.  All rights reserved.
//

#ifndef __PRNUIDS_H__
#define __PRNUIDS_H__

#if !defined(__E32STD_H__)
#include <e32std.h>
#endif

// Uid of the stream in which CPrintSetup data should be stored
const TUid KUidPrintSetupStream={268435717};


#endif