You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.2 KiB
24 lines
1.2 KiB
/////////////////////////////////////////////////////////////////////////////
|
|
// 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
|