22 lines
518 B
C++
22 lines
518 B
C++
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1994.
|
|
//
|
|
// File: cicntrl.hxx
|
|
//
|
|
// Contents: The Content Index control object implementing the
|
|
// ICiControl interface.
|
|
//
|
|
// Classes: CCiControl
|
|
//
|
|
// History: 12-03-96 srikants Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#include <pch.cxx>
|
|
#pragma hdrstop
|
|
|
|
#include "cicntrl.hxx"
|
|
|