/////////////////////////////////////////////////////////////////////////////
//  FILE          : FaxMMCGlobals.h                                        //
//                                                                         //
//  DESCRIPTION   : Header file for all Fax MMC global varaibles           //
//                                                                         //
//                                                                         //
//  AUTHOR        : yossg                                                  //
//                                                                         //
//  HISTORY       :                                                        //
//      Nov 25 1999 yossg   Init .                                         //
//                                                                         //
//  Copyright (C) 1999  Microsoft Corporation   All Rights Reserved        //
/////////////////////////////////////////////////////////////////////////////

#ifndef H_FAXMMCGLOBALS_H
#define H_FAXMMCGLOBALS_H

//
// global pointer to CFaxServerNode
// which is the viewable root node of the snap-in
//       
class CFaxServerNode;

#endif  //H_FAXMMCGLOBALS_H
