/* -*- Mode: IDL; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 *
 * The contents of this file are subject to the Mozilla Public
 * License Version 1.1 (the "MPL"); you may not use this file
 * except in compliance with the MPL. You may obtain a copy of
 * the MPL at http://www.mozilla.org/MPL/
 * 
 * Software distributed under the MPL is distributed on an "AS
 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 * implied. See the MPL for the specific language governing
 * rights and limitations under the MPL.
 *  
 * The Original Code is Mozilla Xlib toolkit.
 * 
 * The Initial Developer of the Original Code is Roland Mainz.
 * Copyright (C) 2001 Roland Mainz. All Rights Reserved.
 * 
 * Contributor(s):
 */

#ifndef nsPrintOptionsXlib_h__
#define nsPrintOptionsXlib_h__

#include "nsPrintOptionsImpl.h"  


// *****************************************************************************
// ***    nsPrintOptions
// *****************************************************************************
class nsPrintOptionsXlib : public nsPrintOptions
{
public:
  nsPrintOptionsXlib();
  virtual ~nsPrintOptionsXlib();


};
#endif /* !nsPrintOptionsXlib_h__ */

