29 lines
408 B
C
29 lines
408 B
C
|
/*++
|
|||
|
|
|||
|
Copyright (c) 1996 Microsoft Corporation
|
|||
|
<EFBFBD> 1998 Seagate Software, Inc. All rights reserved.
|
|||
|
|
|||
|
Module Name:
|
|||
|
|
|||
|
CName.h
|
|||
|
|
|||
|
Abstract:
|
|||
|
|
|||
|
This is the implementation of the CNames classes, which
|
|||
|
handle how server and object names and paths are put
|
|||
|
together.
|
|||
|
|
|||
|
Author:
|
|||
|
|
|||
|
Rohde Wakefield [rohde] 14-Oct-1997
|
|||
|
|
|||
|
Revision History:
|
|||
|
|
|||
|
--*/
|
|||
|
|
|||
|
#ifndef HSMCONN_CNAME_H
|
|||
|
#define HSMCONN_CNAME_H
|
|||
|
|
|||
|
|
|||
|
|
|||
|
#endif
|