19 lines
567 B
C
19 lines
567 B
C
// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
|
|
/*--------------------------------------------------
|
|
Filename: ssess.hpp
|
|
Author: B.Rajeev
|
|
Purpose: Provides declarations for the SecuritySession class
|
|
--------------------------------------------------*/
|
|
|
|
#ifndef __SECURITY_SESSION__
|
|
#define __SECURITY_SESSION__
|
|
|
|
#include "forward.h"
|
|
#include "common.h"
|
|
#include "wsess.h"
|
|
|
|
// this class is provided to just hide the
|
|
// details of winSnmp by avoiding manipulating
|
|
// the winSnmp handles directly
|
|
|
|
#endif // __SECURITY_SESSION__
|