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.
29 lines
436 B
29 lines
436 B
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
© 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
|