22 lines
596 B
C++
22 lines
596 B
C++
|
/**********************************************************************/
|
||
|
/** Microsoft Windows/NT **/
|
||
|
/** Copyright(c) Microsoft Corporation, 1997 - 1997 **/
|
||
|
/**********************************************************************/
|
||
|
|
||
|
/*
|
||
|
AcsSnap.cpp
|
||
|
Implements ACS admin snapin
|
||
|
|
||
|
FILE HISTORY:
|
||
|
11/03/97 Wei Jiang Created
|
||
|
|
||
|
*/
|
||
|
// ACSSnap.cpp : Implementation of CACSSnap
|
||
|
#include "stdafx.h"
|
||
|
#include "acsadmin.h"
|
||
|
#include "ACSSnap.h"
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// CACSSnap
|
||
|
|